summaryrefslogtreecommitdiff
path: root/gnu/egcs
AgeCommit message (Expand)Author
2006-03-09Recognize %z in addition to %Z as a printf format specifier; from espie@Miod Vallat
2006-01-13Major number bump due to types changes.Todd C. Miller
2006-01-13Adapt to the machine/_types.h changes; size_t and ptrdiff_t are nowTodd C. Miller
2006-01-06Include <sys/types.h> and don't define away __size_tTodd C. Miller
2005-05-01bye, bye.Marc Espie
2005-04-28... and don't bother making obj in libobjc.Marc Espie
2005-04-28also use new libobjc on old architectures, since it builds fine withMarc Espie
2005-04-27Working trampolines for m88k, with the help of the kernel; now passes theMiod Vallat
2005-04-27Provide -ftrampolines and -Wtrampoline to the gcc 2.95 codebase.Miod Vallat
2005-04-17remove amd64 special casing.Brad Smith
2005-02-20Change defaults on m68k platforms from -m68020 to -m68020-60.Miod Vallat
2005-02-05-dynamic-linker ld.so is NOT a normal object file. Fixes issues in tryingMarc Espie
2005-02-04unfuck amd64Peter Valchev
2005-01-25simplify OpenBSD case by using arch(1) and sed to grabBrad Smith
2005-01-09go look in MAKEOBJDIR if defined, ensuring cross-pieces have a chanceMarc Espie
2005-01-09in cross builds, don't test non existent libgcc1.Marc Espie
2004-12-01Prevent -fno-builtin-{abort,exit} from causing cc1 to dump core.Miod Vallat
2004-11-16Bring exec-stack.h correctly on i386/ELF; spotted by pageexec@freemail.huMiod Vallat
2004-09-18gnu code will never, ever, EVER, get close to passing lintTheo de Raadt
2004-09-06Correctly account for the %a5 register in function prologues; fixesMiod Vallat
2004-08-25typos from -f (PR #3907);Jason McIntyre
2004-08-08Make sure that format variable is not a variable sized array correctlyAnil Madhavapeddy
2004-07-28In the never-ending saga of getting gcc to work reliably on m88k, today'sMiod Vallat
2004-07-25Always build a stack frame when profiling. Otherwise profiling would onlyMiod Vallat
2004-07-21In builtin_saveregs(), try to save registers with double store instructions,Miod Vallat
2004-07-19In builtin_saveregs(), do not systematically allocate 8 words on the stackMiod Vallat
2004-07-17Minor cleanups (remove duplicated extern lines, useMiod Vallat
2004-07-13switch sparc to setjmp/longjmp exceptions as DWARF2 handling is not present.Peter Valchev
2004-07-13bump these again, depending on gcc2/gcc3 a different library is installedDale Rahn
2004-07-13errno changes, lib major version bumps, and general flag dayMarco S Hyman
2004-07-13A better fix for the m68k optimize_reg_copy_3() problem.Miod Vallat
2004-07-12Oops, adjust for __va_list size increase.Miod Vallat
2004-07-04Disable optimize_reg_copy_3() on m68k platforms.Miod Vallat
2004-06-15Use gen_rtx_REG and gen_rtx_MEM instead of gen_rtx(REG,..) and gen_rtx(MEM,..).Miod Vallat
2004-06-12Revert 1.10 - there are still bad interactions between block_move_no_loop()Miod Vallat
2004-06-10Typos in option descriptions; fixed in gcc 3.Miod Vallat
2004-06-09The GO_IF_LEGITIMATE_ADDRESS fix in m88k.h, as well as all the FUNCTION_ARGMiod Vallat
2004-06-09In FUNCTION_ARG_ADVANCE(), do not pad the register position counter if theMiod Vallat
2004-06-09More meaningful formulation of the __va_stk initialization inMiod Vallat
2004-06-03Make sure libobjc is self-contained on vax, so that .m programs can link.Miod Vallat
2004-05-19When passing a variable of 32 bytes or larger, as argument to a function,Miod Vallat
2004-05-19In __builtin_saveregs(), initialize __va_stk to a correct value.Miod Vallat
2004-05-17Make FUNCTION_ARG_ADVANCE() really match FUNCTION_ARG() register usage.Miod Vallat
2004-05-04Do not disable -fcaller-saves anymore.Miod Vallat
2004-05-04Backport a fix from gcc 3 (revision 1.32):Miod Vallat
2004-04-21Add luna88k related directories and information to the build infrastructure.Miod Vallat
2004-04-19fix mysql bug: http://bugs.mysql.com/bug.php?id=1442Hiroaki Etoh
2004-04-08In GO_IF_LREGITIMATE_ADDRESS(), use RTX_OK_FOR_BASE_P() to check for aMiod Vallat
2004-04-06When optimizing a logical arithmetic operation, which operands are bothMiod Vallat
2004-03-19Disable caller-save (which is enabled at -O2 or -Os) as it suffers from aMiod Vallat