summaryrefslogtreecommitdiff
path: root/gnu/dist/gcc
AgeCommit message (Expand)Author
2003-12-13Pull up the following patch from the main gcc tree.rearnsha
2003-12-12Pull in the following change from gcc mainline:matt
2003-12-08now that medlow is the defalut, no need to force it in -p/-pg.mrg
2003-12-08Make nan matches __builtin_nan(const char *).matt
2003-12-07Recognise sh5 and sh5le.scw
2003-11-20Use $(build_exeext) in both the source and destination, like the othernathanw
2003-11-19Add a missing $(build_exeext)nathanw
2003-11-11Apply a patch from Richard Earnshaw which fixes a half-word load/storescw
2003-11-08default armeb*netbsd* to ARM_FLAG_BIG_ENDmrg
2003-11-04Need to add TARGET_ENDIAN_DEFAULT=ARM_FLAG_BIG_END to tm_defines ifscw
2003-10-29As seen on tech-toolchain:mycroft
2003-10-28From gcc-patches:matt
2003-10-27change the "long" version from "3.3.2-nb1" to "3.3.2 (NetBSD nb1 20031026)"mrg
2003-10-27When running mkfixinc.sh, explicltly export SHELL, as well, since onthorpej
2003-10-26fix a bad merge: s/ifdef/ifndef/. fixes PR#23275mrg
2003-10-26Fix LP64 bug.matt
2003-10-25Fix 64LPism. Use 1L instead of 1 so that sign extension doesn't happen onmatt
2003-10-21more NULL fallout.skrll
2003-10-18change the version string to 3.3.2-nb1 so that gcc.c likes it.mrg
2003-10-18- call this version "3.3.2nb1" (while some of our changes to 3.3.1 weremrg
2003-10-18merge gcc 3.3.2mrg
2003-10-18initial import of GCC 3.3.2. this is a bug-fix release that fixes dozensmrg
2003-10-18initial import of GCC 3.3.2. this is a bug-fix release that fixes dozensmrg
2003-10-16Keep the unsigned, just add HOST_WIDE_INT.matt
2003-10-16Cast using HOST_WIDE_INT, not unsigned.matt
2003-10-16"anti-timestamp-skew" fixes for gengtype-yacc.c and gengtype-lex.clukem
2003-10-13Don't pull in libgcc_pic.a for -shared - it was added as a workaround forskrll
2003-10-10Add rules to prevent c-parse.c and objc-parse.c from being rebuilt if thelukem
2003-10-10Change method used to disable ``maintainer-mode'' style rules to onelukem
2003-10-10Override TARGET_DEFAULTS to include MASK_STRICT_ALIGN (for IBM403).matt
2003-10-07Pull in ld_vers / ld_date methods from gcc-current. (avoid GNU sed'isms).matt
2003-10-06Add in-tree toolchain support for HPPA.matt
2003-10-03Ooops, added previous note to the wrong ChangeLogmartin
2003-09-29When allocating a common object, ALIGN is in bits, but common expectsrearnsha
2003-09-27Make gcc default to the medlow code model.martin
2003-09-26NetBSD includes many manual pages. It does not, however, include a gpl(7),jwise
2003-09-26Backout previous - sparc* and i386 have switched to gdb 5.3.skrll
2003-09-25NetBSD doesn't use crtsavres.omatt
2003-09-23Redefine WCHAR/WINT defines since rs6000/svr4.h redefined them wrongly formatt
2003-09-23Move #include to the beginning-of-line so -traditional-cpp can find it.matt
2003-09-19make i386 & sparc* output DBX_DEBUG format ("-gstabs") by default for now.mrg
2003-09-10Add ChangeLog entry (from gcc-current) for recent sparc change.martin
2003-09-09Avoid outputing illegal assembler code for shifts by constants out ofmartin
2003-09-04make "sh64--netbsdelf" use 32 bit by default. per advice from thorpej.mrg
2003-08-23Shifts with >= 32 bit used to generate illegal code for 64bit targets,martin
2003-08-22find ppc-asm.h via "rs6000/ppc-asm.h".mrg
2003-08-22patch from <sdegler@degler.net> to add /usr/include/g++/backward to themrg
2003-08-11In sh.h, ASM_OUTPUT_LABELREF - const'itfy lname.uwe
2003-08-10document -isystem-cxx.mrg
2003-08-09merge gcc3.3.1mrg