summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/gcc
AgeCommit message (Collapse)Author
1999-01-08We don't need, nor supportMarc Espie
#pragma weak/#pragma pack That's just compatibility with native svr4 that was brought in by cut & paste.
1998-12-23Plain forgot to remove that one.Marc Espie
1998-12-23Kill files that reference config/xm-openbsd.h, these are no longerMarc Espie
used, since they would make an error. Kill xm-powerpc.h along: it's actually a less advanced version of xm-rs6000.h. Keep ns32k/xm-openbsd.h around, as it used to do something non trivial. pa/xm-openbsd.h is actually still in use, so don't touch it.
1998-12-232.7.2 -> 2.8.1Marc Espie
these don't do anything but hard-coding vprintf and strerror, but configure now checks for that too...
1998-12-232.7.2 -> 2.8.1Marc Espie
renamed. last independent config file done. I still have *bsd config files to check thru.
1998-12-232.7.2 -> 2.8.1Marc Espie
WARNING: these were in 2.7.2, they are no longer in 2.8.1, but apart from aix41ppc.h, I couldn't find a trace of removal in the ChangeLog, so I don't know the reason of removal.
1998-12-232.7.2 -> 2.8.1: new features of configure made these obsoleteMarc Espie
1998-12-232.7.2 -> 2.8.1: old i386 & m68k, nextstep renaming.Marc Espie
1998-12-232.7.2 -> 2.8.1: renamed i370 files, i860 files no longer needed.Marc Espie
This completes config arches that are not related to OpenBSD.
1998-12-232.7.2 -> 2.8.1: remaining alpha files, convex submodel muck-up.Marc Espie
1998-12-232.7.2 -> 2.8.1 cruft:Marc Espie
- a29k-udi.h was renamed - gdb frag files instead of whole new configs.
1998-12-232.7.2 -> 2.8.1 cruft. Takes care of remaining files, exceptMarc Espie
config and fortran. g++.c: is now generated automatically edsel.c: obsolete gc.c: part of rtti
1998-12-232.7.2 -> 2.8.1 cruft: unneeded texi output, obsolete/folded back to g++FAQMarc Espie
files, renamed file.
1998-12-232.7.2 -> 2.8.1 cruft: obvious old files, moved objc parts.Marc Espie
1998-12-21Steal commit from d: forgetting to update comments is a bad idea.Marc Espie
Also, remove some pomposity.
1998-11-20Add thread-safety to libc, so that libc_r will build (on i386 at least).David Leonard
All POSIX libc api now there (to P1003.1c/D10) (more md stuff is needed for other libc/arch/*) (setlogin is no longer a special syscall) Add -pthread option to gcc (that makes it use -lc_r and -D_POSIX_THREADS). Doc some re-entrant routines Add libc_r to intro(3) dig() uses some libc srcs and an extra -I was needed there. Add more md stuff to libc_r. Update includes for the pthreads api Update libc_r TODO
1998-10-18set PATH before running configure since we can't rely on the user's path ↵Todd C. Miller
being sane
1998-09-03Thu Sep 3 08:49:50 1998 Niklas Hallqvist <niklas@appli.se>Niklas Hallqvist
* function.c (purge_addressof_1): Wrap SUBREG with STRICT_LOW_PART as to not clobber live parts of the pseudo.
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