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