aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-pragma.c
AgeCommit message (Expand)Author
2003-08-01re PR middle-end/11313 (#pragma weak and static inline functions)Geoffrey Keating
2003-04-29c-pragma.c (maybe_apply_renaming_pragma): Fix typo.Kriang Lerdsuwanakij
2002-07-08c-pragma.h (add_to_renaming_pragma_list): New function.Steve Ellcey
2002-06-04Merge from pch-branch up to tag pch-commit-20020603.Geoffrey Keating
2002-05-25c-pragma.c (apply_pragma_weak): Convert value identifier to string for decl_a...Richard Henderson
2002-05-25Makefile.in (C_COMMON_H): Fix.Neil Booth
2002-04-28re PR c/6343 (attribute((weak)) not working on second declaration)Franz Sirl
2002-03-22c-pragma.c (maybe_apply_renaming_pragma): New.Richard Henderson
2002-03-14c-decl.c: Include c-pragma.h.Richard Henderson
2002-03-01tm.texi (ASM_WEAKEN_DECL): Document.Alan Modra
2001-11-13re PR bootstrap/3451 (AIX 4.3.2 redefinition of macro)Craig Rodrigues
2001-08-31Makefile.in (c-pragma.o): Depend on output.h.Kaveh R. Ghazi
2001-08-22Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff
2001-08-01alias.c: Fix comment formatting.Kazu Hirata
2001-01-28configure.in: Arrange to include defaults.h in [ht]config.h/tm.h.Kaveh R. Ghazi
2000-11-29* c-pragma.c (init_pragma): Update for parse_in type change.Neil Booth
2000-11-26Makefile.in: Remove MAYBE_CPPLIB and maybe_cpplib.Neil Booth
2000-11-25c-common.c: Remove USE_CPPLIB conditional inclusions.Neil Booth
2000-10-28c-pragma.c (handle_pragma_pack): Initialize align to -1.Mike Coleman
2000-09-11c-pragma.c (handle_pragma_pack): Correct parsing logic so it won't give a spu...Zack Weinberg
2000-09-08c-pragma.c: Don't elide entire file if !HANDLE_GENERIC_PRAGMAS.Zack Weinberg
2000-09-07c-pragma.h: Define HANDLE_GENERIC_PRAGMAS if REGISTER_TARGET_PRAGMAS is defined.Zack Weinberg
2000-09-07Integrated preprocessor.Zack Weinberg
2000-04-24c-pragma.c (push_alignment): Use BITS_PER_UNIT macro.Mumit Khan
2000-03-07tree.h (INT_CST_LT, [...]): Remove unneeded casts.Richard Kenner
2000-02-25Copyright fixesJeff Law
2000-02-10c-pragma.c (maximum_field_alignment): Remove duplicate declaration.Franz Sirl
2000-02-06Makefile.in (c-common.o): Depend on $(EXPR_H).Kaveh R. Ghazi
2000-01-25c-common.c, [...]: Remove all references to obstack functions obsoleted by GC...Zack Weinberg
2000-01-12c-common.c: PROTO -> PARAMS.Kaveh R. Ghazi
1999-10-28c-pragma.c (push_alignment): Don't check the return value of xmalloc.David Starner
1999-10-19Applied Mumit Khan's patch to fix #pragma push/pop handling.Mumit Khan
1999-09-19* c-pragma.c (mark_align_stack): Dereference the void* properly.Richard Henderson
1999-09-19c-pragma.c: Include ggc.h.Richard Henderson
1999-09-18c-pragma.c (mark_align_stack): New.Richard Henderson
1999-09-14c-pragma.c (handle_pragma_token): Wrap variables `name' and `value' in HANDLE...Kaveh R. Ghazi
1999-09-09Makefile.in (cppexp.o): Depend on cpphash.h.Geoff Keating
1999-07-31Backport of GC branch patches part 1: kill eh status saving.Bernd Schmidt
1999-06-20c-pragma.c (push_alignment): Don't ignore alignments greater than 4 bytes.Mumit Khan
1999-06-08c-pragma.c (handle_pragma_token): Handle `#pragma pack()' correctly.Mumit Khan
1999-04-26c-pragma.c (push_alignment): Don't ignore alignments greater than 4 bytes.Jason Merrill
1999-02-25* c-pragma.c (add_weak); Delete. Moved into...Jeffrey A Law
1999-02-18bitmap.c (bitmap_print): Qualify a char* with the `const' keyword.Kaveh R. Ghazi
1998-10-14c-pragma.c (handle_pragma_token): Test for null tree before dereferencing TRE...Robert Lipe
1998-10-11c-pragma.c (handle_pragma_token): If passed a token instead of a tree, use th...Robert Lipe
1998-10-07Do not insert packing attributes unless #pragma pack(push,<n>) is active.Nick Clifton
1998-10-01Add support for #pragma pack(push,<n>) and #pragma pack(pop).Nick Clifton
1998-09-02Change HANDLE_PRAGMA macro so that it will work with USE_CPPLIB.Nick Clifton
1998-05-28Make rtx, tree types type correct if the appropriate include files was not in...Michael Meissner
1998-05-06toplev.h: New file.Robert Lipe