summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/gcc
AgeCommit message (Collapse)Author
1998-05-29libgcc: missed multiplyMichael Shalayeff
1998-05-19where did those _mod* come from?Michael Shalayeff
1998-05-18don't use 18136dyncall unless we are pic code and fast indirect calls are ↵Michael Shalayeff
disabled
1998-05-17fix cpp predefines for openbsd/hppaMichael Shalayeff
1998-05-11Do not try to test libgcc1 on vax-crosscompilers as we miss two functionsNiklas Hallqvist
from libc at this point
1998-05-10"sh /bin/sh config.guess" does not workNiklas Hallqvist
1998-05-06use shell to run scriptsMichael Shalayeff
1998-05-06Added support for #pragma pack and #pragma weak. This makes Wine muchConstantine Sapuntzakis
happier.
1998-05-04first cut on binutils/gcc support for hppa-*-openbsd*; tested on i386 hostMichael Shalayeff
1998-05-02put back warning for signed char array subscriptsTodd C. Miller
1998-04-25Invalidate cached condition codes correctly in face of a-reg movesNiklas Hallqvist
with side-effects on the source registers
1998-04-06wrong crt file defPer Fogelstrom
1998-03-25shlib soon...Per Fogelstrom
1998-03-25use sysv4.hPer Fogelstrom
1998-03-25Add openbsd as targetPer Fogelstrom
1998-03-18Correct object format to collectPer Fogelstrom
1998-03-18make -R /path/to/lib work the same as -R/path/to/libMarco S Hyman
Thanks to <Marc.Espie@liafa.jussieu.fr> for pointing this out.
1998-03-13Remove the check for char subscripts in -Wall again, somehow thisTodd C. Miller
got lost in the gcc 2.8.1 upgrade.
1998-03-11Pass on -R to ld. Marco S Hyman <marc@snafu.org>Todd C. Miller
1998-03-08update to gcc 2.8.1Todd C. Miller
1998-03-08FSF gcc 2.8.1Todd C. Miller
1998-03-08FSF gcc 2.8.1Todd C. Miller
1998-03-07Don't make -Wall imply -Wchar-subscripts as that warning is justTodd C. Miller
plain stupid.
1998-03-07fix typoTodd C. Miller
1998-03-06This file belongs in the obj/ dir, go awayNiklas Hallqvist
1998-03-06Do not install a ${arch}-unknown-openbsd2.x linkNiklas Hallqvist
1998-03-04Don't try and rebuild configure with autoconf. We have no guaranteeTodd C. Miller
that the timestamp on configure will be newer than configure.in...
1998-03-04use mkstemp() correctly, i thinkTheo de Raadt
1998-03-04fix cmp of g++ include filesTodd C. Miller
1998-03-03GCC 2.8.0 mergeNiklas Hallqvist
1998-02-15These files were new in the 2.8 import (into the FSF branch) and cvs is stupidNiklas Hallqvist
enough to think my branch import want s the new files to end up in the trunk as well. Maybe cvs know how to do what I want, but I could not find it in the manpage
1998-02-14(no commit message)Niklas Hallqvist
1998-02-14(no commit message)Niklas Hallqvist
1998-02-14(no commit message)Niklas Hallqvist
1997-11-04better GLOBAL_AUTCONF_CACHEkstailey
1997-09-17disable MKTEMP_EACH_FILE, it is not coded correctly inside gcc.cTheo de Raadt
1997-08-20do the unix thing; janjaap@stack.nlTheo de Raadt
1997-08-01add wgrisc to mipsle machinesPer Fogelstrom
1997-07-30respect INSTALL_STRIP=-s on alphakstailey
add GLOBAL_AUTCONF_CACHE (for the fortran bits)
1997-07-24don't hardcode `install'kstailey
1997-07-24respect ``INSTALL_STRIP=-s'' pr 188kstailey
1997-06-23respect NOMAN during installkstailey
1997-06-23respect NOMANkstailey
1997-05-12From NetBSD: -msoft-float should not turn off -m68060, as thatNiklas Hallqvist
might force instructions not executable on an '060. This makes our gcc competent of creating amiga kernels that runs on 68060
1997-04-12Make MIPS configuration more consistentPer Fogelstrom
1997-04-11Update from Cygnus + corrections to OpenBSD recognition by meNiklas Hallqvist
1997-04-09Revert to older (working) version of gcc, plus recent changes.Jason Downs
1997-04-09Remove the rest of the new files.Jason Downs
Commit a couple local configuration changes of mine before I lose them.
1997-04-09We're pulling this back out...Jason Downs
1997-04-08use MKTEMP_EACH_FILE, wheeTheo de Raadt