aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-pragma.c
AgeCommit message (Expand)AuthorFilesLines
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
1993-10-11(enum pragma_state): Defined.Richard Stallman1-0/+16
1993-09-21bytecodeJan Brittenson1-32/+4
1992-08-01(HANDLE_PRAGMA_WEAK): Define only if SET_ASM_OP defined.Richard Stallman1-1/+1
1992-07-01Undo rcs botchTom Wood1-16/+23
1992-06-30(handle_sysv_pragma): Function moved to c-lex.c.Richard Stallman1-32/+4
1992-06-30Initial revisionRichard Stallman1-0/+219