summaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Collapse)Author
1999-02-01for clean, cleandir, and obj targets everybody updates ld.soTodd T. Fries
... this permits ro /usr/src/ on pmax.
1999-01-28Ensure i386 or m68k is defined (posixly-correct gcc will only defineMarc Espie
__i386 or __m68k)
1999-01-26Redefine datatypes...Per Fogelstrom
1999-01-25C++ exception handling fix: non elf targets have to be explicitMarc Espie
about dwarf2 unwind information.
1999-01-25Update CPP_SPEC.Jason Downs
1999-01-24Clean up mess instead of applying band-aids.Marc Espie
1999-01-24This is a new version of the config for mipsle which uses the commonPer Fogelstrom
openbsd config. It is belived to work correctly (tested on gcc itself, kernels, and other stuff in the tree). News in this config is support for section ans weak attributes. Based on discussions with Marc Espie.
1999-01-24Whomever thinks that a 'make clean' should do a 'make all' first shall beJason Downs
cursed to do builds on a 68020 for the rest of their life!
1999-01-23- make sure PIC patch is properly tagged, eg., code compiles without -DPICMarc Espie
(i386 only). - name _GLOBAL_OFFSET_TABLE_ - identify kludge that translates _GLOBAL_OFFSET_TABLE_ -> __GLOBAL_OFFSET_TABLE_ - remove kludge, since ld handles it now.
1999-01-23Merge _GLOBAL_OFFSET_TABLE_ and __GLOBAL_OFFSET_TABLE_ atMarc Espie
linking time, so that we can remove the corresponding kludge from gas.
1999-01-20use mktemp(1)Todd C. Miller
1999-01-20Need to do toupper() on the first char of millert when we replace '&' in gecosTodd C. Miller
1999-01-20replace & in gecos with username, closes pr #695Todd C. Miller
1999-01-18OBJECT_FORMAT_COFF is only a hint for collect2, and is badly named:Marc Espie
it tests for a capability of bypassing nm by using mld, which we don't have.
1999-01-17- add OBS_OLD_GAS to conditionalize ASM_SPEC for those archs that stillMarc Espie
use it (so that more archs may include openbsd.h as is) - #undef CPP_PREDEFINES globally. - reorganize stuff and comments to be more precise and match gcc.info structure better. - synch other files
1999-01-13build dyncallMichael Shalayeff
1999-01-13Use MKTEMP_EACH_FILEMarc Espie
1999-01-13Fix for security hole in MKTEMP_EACH_FILE.Marc Espie
Code borrowed from egcs-current [libiberty is now aware of mkstemp]
1999-01-11As of 3.12, emacs files are no longer shipped with texinfo.Marc Espie
Refer to the emacs distribution for up-to-date versions of those.
1999-01-11cvs `feature': you MUST remove obsolete files manually, otherwiseMarc Espie
they live forever...
1999-01-11Upgrade to 3.12, merge with OpenBSD changes.Marc Espie
1999-01-11Import of FSF texinfo 3.12. This version creates empty info-dirs correctly.Marc Espie
1999-01-09gprof heads the same set of conditions as gas&friends.Marc Espie
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-31keep 'perl -T -P' from dumping coreTodd C. Miller
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-12-21cheaper select() callTheo de Raadt
1998-12-18pr is @ /usr/bin not /bin. Noted by Corey Brenner <coreybrenner@hotmail.com>Todd T. Fries
1998-12-07fd leak; oopsTodd C. Miller
1998-12-06Fix a minor 64 bit constant synth. bugPer Fogelstrom
1998-12-05NOMAN fixeskstailey
1998-11-25fix commentkstailey
1998-11-22oopsTheo de Raadt
1998-11-21missed this in previous commitTodd C. Miller
1998-11-21sudo 1.5.7Todd C. Miller
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-11-17Move perl install to be after binutils since binutils installs some headers ↵Todd C. Miller
that we may want to convert with h2ph