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