| Age | Commit message (Expand) | Author |
| 1998-09-12 | Teach gcc how to be cross-compiled before it dies. | wrstuden |
| 1998-08-29 | Slight tweak so that indirect references thru the PC are not used | matt |
| 1998-08-04 | Slight cleanup. Nuke things defined in ../netbsd.h, and nuke -Driscbsd. | mycroft |
| 1998-07-28 | Reverse the sense of the MACHINE_ARCH test to test the arch's that should | thorpej |
| 1998-07-27 | Cope with "mipsel". This is not yet useable for "mipseb," but that | tv |
| 1998-07-27 | Match mips, mipseb, and mipsel. | tv |
| 1998-07-10 | The .o files should depend on the h file, not the .c files | rvb |
| 1998-06-09 | "Fix" ASM_WEAKEN_LABEL so libgcc2 will compile happily. This _should_ be | tv |
| 1998-05-20 | Don't build lint library | pk |
| 1998-05-14 | Add __ELF__ to CPP_PREDEFINES for mips platforms. | simonb |
| 1998-05-08 | Use a name based on a target name instead of fixed one as a name of | enami |
| 1998-04-09 | .y.c <sys.mk> rule fixes. Don't create a y.tab.h file unless asked for, | tv |
| 1998-04-07 | Add note that -nostdlib is passed to the linker. | tv |
| 1998-03-30 | ns32k.c: | matthias |
| 1998-03-26 | The mips port now uses /usr/libexec/ld.elf_so. | mhitch |
| 1998-03-24 | use CHAR_MIN to determine if 'char' is unsigned, and conditionalize | cgd |
| 1998-03-24 | backout "rmn" -> ns32k_gen_operand change. This needs more thought and | matthias |
| 1998-03-13 | gcc-ns32k mega commit compiled by Ian Dall. | matthias |
| 1998-03-09 | PR #4869: Make gcc frontend use proper vfork() by including <unistd.h> and | tv |
| 1998-03-06 | PR #3606: add -nostdlib to ld's command line if -nostdlib is on cc's | tv |
| 1998-02-19 | Make sure the reason that NOLINT is set is documented. Additionally | cgd |
| 1998-02-05 | explicitly set NOLINT in libgcc and libobjc Makefiles. There's | cgd |
| 1998-01-20 | fix misoptimization after "ffs(x) - 1" | drochner |
| 1998-01-09 | note that /var/tmp isn't the default for TMPDIR | lukem |
| 1998-01-06 | Use the same ifndef from src/gnu/usr.bin/gcc/cc/gcc.c rev 1.6 (lukem): | veego |
| 1998-01-06 | don't try using P_tmpdir (from <stdio.h>, defined as "/var/tmp/" on NetBSD), | lukem |
| 1997-12-16 | Eliminate DECL_C_STATIC() and DECL_PUBLIC(), as in egcs. | mycroft |
| 1997-12-04 | add missing ".o"; from Brian Grayson in PR 4487 | mikel |
| 1997-11-04 | Don't do function CSE; it tickles a bizarre bug in other parts of the | thorpej |
| 1997-11-03 | From Mike Stump, via egcs: | mycroft |
| 1997-11-03 | From Mike Stump, via egcs: | mycroft |
| 1997-10-28 | use .m.o rules from <bsd.lib.mk> | lukem |
| 1997-10-25 | use CPPFLAGS instead of CFLAGS | lukem |
| 1997-10-24 | Fix PR 3123 by Robert Dick. | is |
| 1997-10-22 | finalize Objective-C support, closing PR 4200 by Peter Simons: | is |
| 1997-10-19 | Fix bugs found with various levels of optimisation while implementing | mark |
| 1997-10-19 | Fix bug found with optimisation and -fhandle-exception while implementing | mark |
| 1997-10-19 | Added PIC support for the ARM version of GCC 2.7.2.2 implemented by | mark |
| 1997-10-18 | fix make -j race condition when building libs | lukem |
| 1997-10-10 | Modify the version number so people know that this isn't their father's GCC. | mycroft |
| 1997-10-10 | Make sure TREE_PUBLIC() is false for static function declarations. This was | mycroft |
| 1997-10-06 | Change GCC's INITIALIZE_TRAMPOLINE() function as submitted to Cygnus: | jonathan |
| 1997-10-01 | Import a few reload bug fixes from 2.8. | mycroft |
| 1997-10-01 | Import a few reload bug fixes from 2.8. | mycroft |
| 1997-10-01 | Import change from development sources to follow a REG_EQUIV for a REG in | mycroft |
| 1997-06-25 | update with recent change. also fix warning (and bug) from perl -w | mrg |
| 1997-06-24 | When `-posix' is specified, link against libposix. | kleink |
| 1997-06-24 | use += not =. Propogate change to gcc2netbsd | chopps |
| 1997-06-23 | install all man pages. | mrg |
| 1997-05-31 | Back out BUILDDIR and NOINSTALL changes. | cjs |