| Commit message (Expand) | Author | Age | Files | Lines |
* | 2002-04-28 Franz Sirl <Franz.Sirl-kernel@lauterbach.com> | sirl | 2002-04-28 | 1 | -0/+4 |
* | * c-pragma.c (maybe_apply_renaming_pragma): New. | rth | 2002-03-22 | 1 | -0/+140 |
* | * c-decl.c: Include c-pragma.h. | rth | 2002-03-15 | 1 | -7/+56 |
* | * doc/tm.texi (ASM_WEAKEN_DECL): Document. | amodra | 2002-03-01 | 1 | -2/+3 |
* | PR bootstrap/3451 | rodrigc | 2001-11-13 | 1 | -19/+19 |
* | * Makefile.in (c-pragma.o): Depend on output.h. | ghazi | 2001-08-31 | 1 | -0/+1 |
* | * Makefile.in, alias.c, basic-block.h, bb-reorder.c, bitmap.c, | gerald | 2001-08-22 | 1 | -12/+12 |
* | * alias.c: Fix comment formatting. | kazu | 2001-08-01 | 1 | -2/+2 |
* | * configure.in: Arrange to include defaults.h in [ht]config.h/tm.h. | ghazi | 2001-01-28 | 1 | -2/+2 |
* | * c-pragma.c (init_pragma): Update for parse_in type change. | neil | 2000-11-29 | 1 | -6/+3 |
* | * Makefile.in: Remove MAYBE_CPPLIB and maybe_cpplib. | neil | 2000-11-26 | 1 | -2/+0 |
* | * c-common.c: Remove USE_CPPLIB conditional inclusions. | neil | 2000-11-25 | 1 | -149/+0 |
* | 2000-10-21 Mike Coleman <mcoleman2@kc.rr.com> | zack | 2000-10-28 | 1 | -30/+48 |
* | * c-pragma.c (handle_pragma_pack): Correct parsing logic so it | zack | 2000-09-11 | 1 | -22/+19 |
* | * c-pragma.c: Don't elide entire file if !HANDLE_GENERIC_PRAGMAS. | zack | 2000-09-08 | 1 | -7/+3 |
* | * c-pragma.h: Define HANDLE_GENERIC_PRAGMAS if | zack | 2000-09-07 | 1 | -4/+15 |
* | Integrated preprocessor. | zack | 2000-09-07 | 1 | -287/+276 |
* | 2000-04-24 Mumit Khan <khan@xraylith.wisc.edu> | khan | 2000-04-24 | 1 | -3/+3 |
* | * tree.h (INT_CST_LT, INT_CST_LT_UNSIGNED): Remove unneeded casts. | kenner | 2000-03-07 | 1 | -10/+10 |
* | Copyright fixes | law | 2000-02-26 | 1 | -1/+1 |
* | * c-pragma.c (maximum_field_alignment): Remove duplicate declaration. | sirl | 2000-02-10 | 1 | -9/+0 |
* | * Makefile.in (c-common.o): Depend on $(EXPR_H). | ghazi | 2000-02-06 | 1 | -0/+3 |
* | * c-common.c, c-decl.c, c-lang.c, c-lex.c, c-parse.in, c-pragma.c, | zack | 2000-01-25 | 1 | -22/+4 |
* | * c-common.c: PROTO -> PARAMS. | ghazi | 2000-01-12 | 1 | -3/+3 |
* | * c-pragma.c (push_alignment): Don't check the return value | law | 1999-10-28 | 1 | -6/+0 |
* | Applied Mumit Khan's patch to fix #pragma push/pop handling. | nickc | 1999-10-19 | 1 | -62/+17 |
* | * c-pragma.c (mark_align_stack): Dereference the void* properly. | rth | 1999-09-19 | 1 | -1/+1 |
* | * c-pragma.c: Include ggc.h. | rth | 1999-09-19 | 1 | -0/+1 |
* | * c-pragma.c (mark_align_stack): New. | rth | 1999-09-18 | 1 | -0/+24 |
* | * c-pragma.c (handle_pragma_token): Wrap variables `name' and | ghazi | 1999-09-14 | 1 | -0/+4 |
* | * Makefile.in (cppexp.o): Depend on cpphash.h. | geoffk | 1999-09-09 | 1 | -3/+14 |
* | Backport of GC branch patches part 1: kill eh status saving. | crux | 1999-07-31 | 1 | -1/+0 |
* | * c-pragma.c (push_alignment): Don't ignore alignments greater than | law | 1999-06-21 | 1 | -3/+8 |
* | * c-pragma.c (handle_pragma_token): Handle `#pragma pack()' | law | 1999-06-09 | 1 | -2/+11 |
* | * c-pragma.c (push_alignment): Don't ignore alignments greater than | jason | 1999-04-26 | 1 | -41/+99 |
* | * c-pragma.c (add_weak); Delete. Moved into... | law | 1999-02-26 | 1 | -24/+0 |
* | * bitmap.c (bitmap_print): Qualify a char* with the `const' keyword. | ghazi | 1999-02-18 | 1 | -1/+1 |
* | * c-pragma.c (handle_pragma_token): Test for null tree before | robertl | 1998-10-14 | 1 | -1/+1 |
* | * c-pragma.c (handle_pragma_token): If passed a token instead | robertl | 1998-10-11 | 1 | -1/+5 |
* | Do not insert packing attributes unless #pragma pack(push,<n>) is active. | nickc | 1998-10-07 | 1 | -1/+2 |
* | Add support for #pragma pack(push,<n>) and #pragma pack(pop). | nickc | 1998-10-01 | 1 | -71/+334 |
* | Change HANDLE_PRAGMA macro so that it will work with USE_CPPLIB. | nickc | 1998-09-02 | 1 | -22/+25 |
* | Make rtx, tree types type correct if the appropriate include files was not in... | meissner | 1998-05-28 | 1 | -0/+1 |
* | Wed May 6 06:35:38 1998 Robert Lipe <robertl@dgii.com> | robertl | 1998-05-06 | 1 | -0/+1 |
* | Major cutover to using system.h: | ghazi | 1998-03-20 | 1 | -1/+1 |
* | Opps. Forgot to check it in. | law | 1997-12-22 | 1 | -0/+1 |
* | * c-pragma.c (handle_pragma_token): Generate warning messages | law | 1997-12-21 | 1 | -4/+13 |
* | install EH code | mrs | 1996-07-23 | 1 | -0/+1 |
* | formatting tweaks | mrs | 1996-07-03 | 1 | -1/+1 |
* | Update FSF address. | kenner | 1995-06-15 | 1 | -1/+2 |