summaryrefslogtreecommitdiff
path: root/gcc/c-pragma.c
Commit message (Expand)AuthorAgeFilesLines
* tm.texi (ASM_WEAKEN_DECL): Document.Alan Modra2002-03-011-2/+3
* re PR bootstrap/3451 (AIX 4.3.2 redefinition of macro)Craig Rodrigues2001-11-131-19/+19
* Makefile.in (c-pragma.o): Depend on output.h.Kaveh R. Ghazi2001-08-311-0/+1
* Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff2001-08-221-12/+12
* alias.c: Fix comment formatting.Kazu Hirata2001-08-011-2/+2
* configure.in: Arrange to include defaults.h in [ht]config.h/tm.h.Kaveh R. Ghazi2001-01-281-2/+2
* * c-pragma.c (init_pragma): Update for parse_in type change.Neil Booth2000-11-291-6/+3
* Makefile.in: Remove MAYBE_CPPLIB and maybe_cpplib.Neil Booth2000-11-261-2/+0
* c-common.c: Remove USE_CPPLIB conditional inclusions.Neil Booth2000-11-251-149/+0
* c-pragma.c (handle_pragma_pack): Initialize align to -1.Mike Coleman2000-10-281-30/+48
* c-pragma.c (handle_pragma_pack): Correct parsing logic so it won't give a spu...Zack Weinberg2000-09-111-22/+19
* c-pragma.c: Don't elide entire file if !HANDLE_GENERIC_PRAGMAS.Zack Weinberg2000-09-081-7/+3
* c-pragma.h: Define HANDLE_GENERIC_PRAGMAS if REGISTER_TARGET_PRAGMAS is defined.Zack Weinberg2000-09-071-4/+15
* Integrated preprocessor.Zack Weinberg2000-09-071-287/+276
* c-pragma.c (push_alignment): Use BITS_PER_UNIT macro.Mumit Khan2000-04-241-3/+3
* tree.h (INT_CST_LT, [...]): Remove unneeded casts.Richard Kenner2000-03-071-10/+10
* Copyright fixesJeff Law2000-02-251-1/+1
* c-pragma.c (maximum_field_alignment): Remove duplicate declaration.Franz Sirl2000-02-101-9/+0
* Makefile.in (c-common.o): Depend on $(EXPR_H).Kaveh R. Ghazi2000-02-061-0/+3
* c-common.c, [...]: Remove all references to obstack functions obsoleted by GC...Zack Weinberg2000-01-251-22/+4
* c-common.c: PROTO -> PARAMS.Kaveh R. Ghazi2000-01-121-3/+3
* c-pragma.c (push_alignment): Don't check the return value of xmalloc.David Starner1999-10-281-6/+0
* Applied Mumit Khan's patch to fix #pragma push/pop handling.Mumit Khan1999-10-191-62/+17
* * c-pragma.c (mark_align_stack): Dereference the void* properly.Richard Henderson1999-09-191-1/+1
* c-pragma.c: Include ggc.h.Richard Henderson1999-09-191-0/+1
* c-pragma.c (mark_align_stack): New.Richard Henderson1999-09-181-0/+24
* c-pragma.c (handle_pragma_token): Wrap variables `name' and `value' in HANDLE...Kaveh R. Ghazi1999-09-141-0/+4
* Makefile.in (cppexp.o): Depend on cpphash.h.Geoff Keating1999-09-091-3/+14
* Backport of GC branch patches part 1: kill eh status saving.Bernd Schmidt1999-07-311-1/+0
* c-pragma.c (push_alignment): Don't ignore alignments greater than 4 bytes.Mumit Khan1999-06-201-3/+8
* c-pragma.c (handle_pragma_token): Handle `#pragma pack()' correctly.Mumit Khan1999-06-081-2/+11
* c-pragma.c (push_alignment): Don't ignore alignments greater than 4 bytes.Jason Merrill1999-04-261-41/+99
* * c-pragma.c (add_weak); Delete. Moved into...Jeffrey A Law1999-02-251-24/+0
* bitmap.c (bitmap_print): Qualify a char* with the `const' keyword.Kaveh R. Ghazi1999-02-181-1/+1
* c-pragma.c (handle_pragma_token): Test for null tree before dereferencing TRE...Robert Lipe1998-10-141-1/+1
* c-pragma.c (handle_pragma_token): If passed a token instead of a tree, use th...Robert Lipe1998-10-111-1/+5
* Do not insert packing attributes unless #pragma pack(push,<n>) is active.Nick Clifton1998-10-071-1/+2
* Add support for #pragma pack(push,<n>) and #pragma pack(pop).Nick Clifton1998-10-011-71/+334
* Change HANDLE_PRAGMA macro so that it will work with USE_CPPLIB.Nick Clifton1998-09-021-22/+25
* Make rtx, tree types type correct if the appropriate include files was not in...Michael Meissner1998-05-281-0/+1
* toplev.h: New file.Robert Lipe1998-05-061-0/+1
* Major cutover to using system.h:Kaveh R. Ghazi1998-03-201-1/+1
* Opps. Forgot to check it in.Jeff Law1997-12-221-0/+1
* c-pragma.c (handle_pragma_token): Generate warning messages about unknown pra...Nick Clifton1997-12-211-4/+13
* install EH codeMike Stump1996-07-231-0/+1
* formatting tweaksMike Stump1996-07-031-1/+1
* Update FSF address.Richard Kenner1995-06-151-1/+2
* Move pragma interface support to c-pragma.hMichael Meissner1995-04-181-23/+2
* (HANDLE_PRAGMA_WEAK): Depend on ASM_OUTPUT_DEF notJim Wilson1994-02-271-2/+4
* (enum pragma_state): Defined.Richard Stallman1993-10-111-0/+16