summaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Expand)Author
2004-12-01Prevent -fno-builtin-{abort,exit} from causing cc1 to dump core.Miod Vallat
2004-11-29Clarify what a category is and update the list of categories to match ourTodd C. Miller
2004-11-24Do not put a ``warning: '' prefix to stabs warning messages, as we alreadyMiod Vallat
2004-11-22.{N,O}x fixes;Jason McIntyre
2004-11-19syncTodd T. Fries
2004-11-16Bring exec-stack.h correctly on i386/ELF; spotted by pageexec@freemail.huMiod Vallat
2004-11-12Don't use the IRIX workaround for relocs. Seems to break reloc count inPer Fogelstrom
2004-11-10Put back cross build piece which was lost with the 2.15 upgrade.Dale Rahn
2004-11-08Sync the weak symbol logic with the ELF ld.so, and use N_AUX() instead ofMiod Vallat
2004-11-08Invoke _cachectl() with correct size parameters.Miod Vallat
2004-11-08Partially revert to binutils 2.14: do not put a ``warning: '' prefixMiod Vallat
2004-11-07fix man page path; moritz@jodeit.orgTheo de Raadt
2004-11-04Set default OS/ABI to OpenBSD/ELF for all ELF ports.Mark Kettenis
2004-11-03we use our own ways to install manual pages, not their tree traversalsTheo de Raadt
2004-11-03one more ${srcdir} place, now puts .info properly in obj/; ok deraadtPeter Valchev
2004-11-03incorrectly places output files in ${srcdir} -- candidate for passing backTheo de Raadt
2004-11-02Temporarily workaround propolice compiler problem until compilerPer Fogelstrom
2004-11-02Do not enable -fdelete-null-pointer-checks at -O2 by default on OpenBSD.Miod Vallat
2004-11-02Prevent gcc from generating bogus constructs such asMiod Vallat
2004-11-02Merge glitches.Miod Vallat
2004-11-02Merge conflicts, bringing our changes back in:Miod Vallat
2004-11-02Binutils 2.15, with testsuites removed, and without gdb and libiberty.Miod Vallat
2004-10-27Add support to find DWARF call fame info in shared libraries.Mark Kettenis
2004-10-23Add support for passing the tag name in to the program specified by theTodd C. Miller
2004-10-21Move the cross glue from the root makefile to the toolchain's,Alexander Yurchenko
2004-10-21Backport from lynx-2.8.6dev.7b to prevent a memory exhaustion from crashingAnil Madhavapeddy
2004-10-16- use shlib_version for major/minor lib revsBrad Smith
2004-10-08Lookup libraries based on version numbers for implicit as well explict librariesDale Rahn
2004-09-18gnu code will never, ever, EVER, get close to passing lintTheo de Raadt
2004-09-18Update to sendmail-8.13.1Todd C. Miller
2004-09-15better check for ro/data section allocationMichael Shalayeff
2004-09-06Fix a previous merge error.Per Fogelstrom
2004-09-06Add t-openbsd64 to handle some libgcc.a build issues (needed functions)Per Fogelstrom
2004-09-06Correctly account for the %a5 register in function prologues; fixesMiod Vallat
2004-08-30cute side-effect of bsd.lib.mk, some typos only show up with make tags.Marc Espie
2004-08-28we don't need this filePer Fogelstrom
2004-08-25typos from -f (PR #3907);Jason McIntyre
2004-08-23Shared library support for hppa.Mark Kettenis
2004-08-23GDB 6.3 (excluding .info files)Mark Kettenis
2004-08-17strncmp works only if starting after start of buffer.Marc Espie
2004-08-15Don't check for -fno-delete-null-pointer-checks on gcc 2; the resultingTodd C. Miller
2004-08-14Set default ABI to "OpenBSD ELF" on amd64.Mark Kettenis
2004-08-14Add example genericstableTodd C. Miller
2004-08-14When reading the ld.so hints file, map the entire file in a single mmapDale Rahn
2004-08-14gcc 3.3.2 needs -fno-delete-null-pointer-checks in addition toTodd C. Miller
2004-08-13Add sparc64 libkvm kernel memory image debugging support.Mark Kettenis
2004-08-13Adjust sigtramp recognition for (not so recent) changes on sparc64.Mark Kettenis
2004-08-12Avoid dereferencing outside the bounds of an array. Found by mmapTodd C. Miller
2004-08-11Pick common code for trampoline mprotect() code. This did not work at allMiod Vallat
2004-08-11Clean up old mips stuff and add sgi.Per Fogelstrom