aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-pragma.c
AgeCommit message (Expand)AuthorFilesLines
2002-03-14c-decl.c: Include c-pragma.h.Richard Henderson1-7/+56
2002-03-01tm.texi (ASM_WEAKEN_DECL): Document.Alan Modra1-2/+3
2001-11-13re PR bootstrap/3451 (AIX 4.3.2 redefinition of macro)Craig Rodrigues1-19/+19
2001-08-31Makefile.in (c-pragma.o): Depend on output.h.Kaveh R. Ghazi1-0/+1
2001-08-22Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff1-12/+12
2001-08-01alias.c: Fix comment formatting.Kazu Hirata1-2/+2
2001-01-28configure.in: Arrange to include defaults.h in [ht]config.h/tm.h.Kaveh R. Ghazi1-2/+2
2000-11-29* c-pragma.c (init_pragma): Update for parse_in type change.Neil Booth1-6/+3
2000-11-26Makefile.in: Remove MAYBE_CPPLIB and maybe_cpplib.Neil Booth1-2/+0
2000-11-25c-common.c: Remove USE_CPPLIB conditional inclusions.Neil Booth1-149/+0
2000-10-28c-pragma.c (handle_pragma_pack): Initialize align to -1.Mike Coleman1-30/+48
2000-09-11c-pragma.c (handle_pragma_pack): Correct parsing logic so it won't give a spu...Zack Weinberg1-22/+19
2000-09-08c-pragma.c: Don't elide entire file if !HANDLE_GENERIC_PRAGMAS.Zack Weinberg1-7/+3
2000-09-07c-pragma.h: Define HANDLE_GENERIC_PRAGMAS if REGISTER_TARGET_PRAGMAS is defined.Zack Weinberg1-4/+15
2000-09-07Integrated preprocessor.Zack Weinberg1-287/+276
2000-04-24c-pragma.c (push_alignment): Use BITS_PER_UNIT macro.Mumit Khan1-3/+3
2000-03-07tree.h (INT_CST_LT, [...]): Remove unneeded casts.Richard Kenner1-10/+10
2000-02-25Copyright fixesJeff Law1-1/+1
2000-02-10c-pragma.c (maximum_field_alignment): Remove duplicate declaration.Franz Sirl1-9/+0
2000-02-06Makefile.in (c-common.o): Depend on $(EXPR_H).Kaveh R. Ghazi1-0/+3
2000-01-25c-common.c, [...]: Remove all references to obstack functions obsoleted by GC...Zack Weinberg1-22/+4
2000-01-12c-common.c: PROTO -> PARAMS.Kaveh R. Ghazi1-3/+3
1999-10-28c-pragma.c (push_alignment): Don't check the return value of xmalloc.David Starner1-6/+0
1999-10-19Applied Mumit Khan's patch to fix #pragma push/pop handling.Mumit Khan1-62/+17
1999-09-19* c-pragma.c (mark_align_stack): Dereference the void* properly.Richard Henderson1-1/+1
1999-09-19c-pragma.c: Include ggc.h.Richard Henderson1-0/+1
1999-09-18c-pragma.c (mark_align_stack): New.Richard Henderson1-0/+24
1999-09-14c-pragma.c (handle_pragma_token): Wrap variables `name' and `value' in HANDLE...Kaveh R. Ghazi1-0/+4
1999-09-09Makefile.in (cppexp.o): Depend on cpphash.h.Geoff Keating1-3/+14
1999-07-31Backport of GC branch patches part 1: kill eh status saving.Bernd Schmidt1-1/+0
1999-06-20c-pragma.c (push_alignment): Don't ignore alignments greater than 4 bytes.Mumit Khan1-3/+8
1999-06-08c-pragma.c (handle_pragma_token): Handle `#pragma pack()' correctly.Mumit Khan1-2/+11
1999-04-26c-pragma.c (push_alignment): Don't ignore alignments greater than 4 bytes.Jason Merrill1-41/+99
1999-02-25* c-pragma.c (add_weak); Delete. Moved into...Jeffrey A Law1-24/+0
1999-02-18bitmap.c (bitmap_print): Qualify a char* with the `const' keyword.Kaveh R. Ghazi1-1/+1
1998-10-14c-pragma.c (handle_pragma_token): Test for null tree before dereferencing TRE...Robert Lipe1-1/+1
1998-10-11c-pragma.c (handle_pragma_token): If passed a token instead of a tree, use th...Robert Lipe1-1/+5
1998-10-07Do not insert packing attributes unless #pragma pack(push,<n>) is active.Nick Clifton1-1/+2
1998-10-01Add support for #pragma pack(push,<n>) and #pragma pack(pop).Nick Clifton1-71/+334
1998-09-02Change HANDLE_PRAGMA macro so that it will work with USE_CPPLIB.Nick Clifton1-22/+25
1998-05-28Make rtx, tree types type correct if the appropriate include files was not in...Michael Meissner1-0/+1
1998-05-06toplev.h: New file.Robert Lipe1-0/+1
1998-03-20Major cutover to using system.h:Kaveh R. Ghazi1-1/+1
1997-12-22Opps. Forgot to check it in.Jeff Law1-0/+1
1997-12-21c-pragma.c (handle_pragma_token): Generate warning messages about unknown pra...Nick Clifton1-4/+13
1996-07-23install EH codeMike Stump1-0/+1
1996-07-03formatting tweaksMike Stump1-1/+1
1995-06-15Update FSF address.Richard Kenner1-1/+2
1995-04-18Move pragma interface support to c-pragma.hMichael Meissner1-23/+2
1994-02-27(HANDLE_PRAGMA_WEAK): Depend on ASM_OUTPUT_DEF notJim Wilson1-2/+4