summaryrefslogtreecommitdiff
path: root/gnu/egcs
AgeCommit message (Expand)Author
2004-01-12don't add -lm -lstdc++ if -shared, consistent with gcc -shared which doesn'tMarc Espie
2004-01-04rename BUGS section to CAVEATS more appropriately; ok avsm & othersPeter Valchev
2003-12-28Document kprintf %: removal here too; anilMiod Vallat
2003-12-21Kill non-standard kernel printf %: braindead extension for good.Miod Vallat
2003-12-03HOST_CFLAGS need to find libiberty too, even on vax!Marc Espie
2003-11-25Protect against ARRAY_SIZE redefinitionMarc Espie
2003-11-24bye, bye, they moved.Marc Espie
2003-11-24Switch to using libiberty in new location.Marc Espie
2003-10-31add pegasos to config.guess matchesDale Rahn
2003-10-07toplev.c, flags.h: add -fstack-protector-all option to generate protection in...Hiroaki Etoh
2003-10-07flag_stack_protection enables to genereate protecting instruments for every f...Hiroaki Etoh
2003-10-07rtl_epilogue: fix pp warning message trouble at -Wmissing-noreturn.Hiroaki Etoh
2003-10-07copy_args_for_protection: fix the problem that move_arg_location may corrupt ...Hiroaki Etoh
2003-10-06This is one of these eerie moments when you realize that a significant partMiod Vallat
2003-10-01Introduce a new target switch, -mmemcpy (and -mno-memcpy).Miod Vallat
2003-09-05Stop the bounds checker warning on a bound of 0, so now it only triggersAnil Madhavapeddy
2003-09-03- use displays and indentJason McIntyre
2003-09-03- new sentence, new lineJason McIntyre
2003-09-02A slightly reworked version of the "default to -fno-ident" change, whichMiod Vallat
2003-08-26stop dumping "GCC: (GNU) 2.95.3 20010125 (prerelease, propolice)" intoTed Unangst
2003-08-21A port of the g++ bugfix found atMiod Vallat
2003-08-21fix symbol name error in mcount functionality in a.out->ELF transition.Dale Rahn
2003-08-19typo in comment, compiler vs. complierBrad Smith
2003-08-10sprintf -> snprintf, okay millert@.Marc Espie
2003-08-09fix for mcount call to allow .text sizes larger than 512k; epsie@ okMichael Shalayeff
2003-08-08On some architectures, being too optimistic in preserve_subexpressions_p(),Miod Vallat
2003-08-07Disable the so-called optimized memcpy functions for small (less than a fewMiod Vallat
2003-08-06Check for and skip variable-length arrays while bounds checking insteadAnil Madhavapeddy
2003-08-01A working gcc 2.95/m88k compiler, for some low standard value of working.Miod Vallat
2003-07-29change_arg_use_in_operand: convert "set () (incoming_args)" to "set () (plus ...Hiroaki Etoh
2003-07-29push_frame_in_args: fix netpbm-alpha problem, changes the memory corruption a...Hiroaki Etoh
2003-07-29rtl_epilogue: convert "set () (incoming_args)" to "set () (plus (vfp const))".Hiroaki Etoh
2003-07-25kill a bit of whitespace at EOL;Jason McIntyre
2003-07-25New format attribute __kprintf__, which understands the special kernelAnil Madhavapeddy
2003-07-22openbsd64 is a 64 BIT (not but) v9 processor; pointed out by millert.Jason Wright
2003-07-22now that gcc generates "correct" calls to the quad emulation library andJason Wright
2003-07-22the version of gcc in the tree doesn't generate the correct callingJason Wright
2003-07-11don't hardcode the default linker emulation type.Brad Smith
2003-06-28remove a superfulous argument to a sorry() callAnil Madhavapeddy
2003-06-26document the new attribute __bounded__Anil Madhavapeddy
2003-06-26Introduce a simple static checker for making sure that the boundsAnil Madhavapeddy
2003-06-20To keep the frame pointer addressing for stack_protection,Hiroaki Etoh
2003-06-20To keep the frame pointer addressing for stack_protection, skip the followin...Hiroaki Etoh
2003-06-15fix last O_CREAT without mode; otto@drijf.netTheo de Raadt
2003-06-14remove some trailing whitespace;Jason McIntyre
2003-06-13add __LP64__ and _LP64 CPP predefines for systems using LP64.Brad Smith
2003-06-11support to arm. ok deraadt@Kevin Lo
2003-06-04Clearer explanation of -fno-builtin-<function>; espie@ OKTodd C. Miller
2003-06-04document -fno-builtin-<function>, ok miod@Marc Espie
2003-06-04Recgonize -fno-builtin-<function>Marc Espie