Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-02-14 | (no commit message) | Niklas Hallqvist | |
1997-09-17 | disable MKTEMP_EACH_FILE, it is not coded correctly inside gcc.c | Theo de Raadt | |
1997-08-20 | do the unix thing; janjaap@stack.nl | Theo de Raadt | |
1997-05-12 | From NetBSD: -msoft-float should not turn off -m68060, as that | Niklas Hallqvist | |
might force instructions not executable on an '060. This makes our gcc competent of creating amiga kernels that runs on 68060 | |||
1997-04-09 | Revert to older (working) version of gcc, plus recent changes. | Jason Downs | |
1997-04-09 | Remove the rest of the new files. | Jason Downs | |
Commit a couple local configuration changes of mine before I lose them. | |||
1997-04-08 | use MKTEMP_EACH_FILE, whee | Theo de Raadt | |
1997-04-04 | changes required to get gcc with the new g77 0.5.20 compiled smoothly | Thomas Graichen | |
on OpenBSD | |||
1997-04-04 | sync g77 to version 0.5.20 - i hope i got everything right because there | Thomas Graichen | |
is no patch from 0.5.19 to 0.5.20 - so i did it by diffing two gcc trees looking carefully at the results what does the new g77 give us: * now it completely works on the alpha (64bit) * faster * less bugs :-) | |||
1997-04-04 | *** empty log message *** | Thomas Graichen | |
1997-03-28 | no more -D__NetBSD__ | Theo de Raadt | |
1997-01-24 | not netbsd | Theo de Raadt | |
1997-01-24 | netbsd? nope.. | Theo de Raadt | |
1997-01-24 | missing */ | Theo de Raadt | |
1997-01-02 | DOH! we are not ELF yet. Fix static constructors. | Niklas Hallqvist | |
1996-12-22 | additional files needed for gcc support for powerpc. | Dale S. Rahn | |
1996-11-22 | Oops.. our GCC didn't generate code for the FPU. | Niklas Hallqvist | |
1996-09-22 | Tweak for FreeBSD cross compile | imp | |
1996-09-20 | fix a POWER instruction that was not converted to PowerPC. | Dale S. Rahn | |
The allows ncr.c to compile. | |||
1996-09-02 | Missing */ | Per Fogelstrom | |
1996-08-25 | strength reduction is safe once again | Theo de Raadt | |
1996-08-15 | Merge of GCC 2.7.2.1 | Niklas Hallqvist | |
1996-07-31 | Redid the info-file build slightly, but with kept semantics. Made g77 | Niklas Hallqvist | |
this style too. Added OpenBSD/alpha support | |||
1996-07-27 | oops MIPSEB was MIPSEL... | Per Fogelstrom | |
1996-05-15 | Additions for Mips ELF shlib support | Per Fogelstrom | |
1996-05-04 | i386 requires -fno-strength-reduce because -O2 generates incorrect code | Theo de Raadt | |
1996-04-29 | From NetBSD: | Niklas Hallqvist | |
Re-enable weak alias and sysv pragma support that was lost when we upgraded to gcc-2.7. These changes have been submitted to the gcc maintainers. With luck, we won't have this problem again... | |||
1996-03-30 | From NetBSD: | Niklas Hallqvist | |
Added support for m68060 (activate with -m68060). This change has already been accepted and integrated into the FSF source tree. | |||
1996-03-30 | From NetBSD: | Niklas Hallqvist | |
Remove the DBX_NO_XREFS definition from the NetBSD m68k, ns32k, and sparc gcc configuration. It isn't needed, as NetBSD uses gdb. | |||
1996-03-30 | From NetBSD: | Niklas Hallqvist | |
Remove the DBX_NO_XREFS definition from the NetBSD m68k, ns32k, and sparc gcc configuration. It isn't needed, as NetBSD uses gdb. | |||
1996-02-21 | When adding two longwords and wanting a quad result, a missing | Niklas Hallqvist | |
constraint could clobber the inputs before performing the operation. | |||
1996-02-18 | gcc and g++ now use /tmp instead of /var/tmp. #ifdef 0's were used to | etheisen | |
elminate gcc's use of P_tmpdir. P_tmpdir was defined in stdio.h and includes order in gcc prevented overriding it. | |||
1996-02-17 | Moved INCLUDE_DEFAULTS path define into openbsd.h. openbsd.h now has | etheisen | |
OPENBSD_NATIVE section. Please use this to overload manifest constants. Added more files to CLEANFILES in Makefile.bsd-wrapper. | |||
1995-12-23 | add configurations for all the other platforms | Theo de Raadt | |
1995-12-21 | First cut at making a minimal intrusive munge of gcc to fit in a BSD | Niklas Hallqvist | |
framework. This means, provide a Makefile.bsd-wrapper. Remove intermediate files from the source dir. Build them in the obj-dir. Add some Makefile hooks so we can tune the std Makefile for our purpose but still have it behave normal for out-of-tree configurations. Only i386 is supported for now. The other archs will follow soon. This checkin requires an existing makeinfo and a yacc that accepts -o. | |||
1995-12-20 | FSF GCC version 2.7.2 | Niklas Hallqvist | |