summaryrefslogtreecommitdiff
path: root/gnu/lib
AgeCommit message (Collapse)Author
2000-07-03Add <stdlib.h>matt
2000-07-03Define STDC_HEADERS so it uses mem* instead b* routines.matt
2000-05-20Added netbsdaout.c for i386kristerw
2000-05-10Oops, botched test for GCC 2.9.thorpej
2000-05-09Don't build compiler-related libraries if using GCC 2.9.thorpej
2000-03-27set MKLINKLIB = "no" only if ${MKPIC} != "no"msaitoh
2000-03-26Make this at least pretend to work when cross-compiling.mycroft
2000-03-05remove MIPS SOFTFLOAT.shin
2000-01-11Add rudimentry VAX COFF support. enough so objdump, size, nm, etc. are happymatt
but no near enough for gas or ld.
1999-12-26libbfd for NetBSD/sh3msaitoh
1999-11-27Allow building of PIC or profiling libraries to be disabled.eeh
1999-11-23Add rs6000coff_vec, which adds aixcoff-rs6000 support. Used with fixcoff.wrstuden
1999-09-29Hpcmips needs completely FPU instruction free user land.takemura
XXX, this modification is kinda ad-hoc.
1999-08-01If target is BFD64, define -DBFD_TARG_64 on command line.sommerfeld
If BFD_TARG_64 is defined, set BFD_ARCH_SIZE to 64 even on 32-bit platforms. (BFD_ARCH_SIZE is an attribute of the target, not (just) the host platform) This is intended for building 32bit->64bit cross libbfd's (e.g., x86->alpha or x86->sparc64)
1999-06-25Don't define USE_MMP. Applications using libbfd assumes that thekristerw
memory is malloc:ed and tries to free() it...
1999-04-30Shuffle around vectors for ELF on m68k.kleink
1999-03-17Make it a tad bit easier to bootstrap an a.out system to ELF. Introducethorpej
a BOOTSTRAP_ELF Makefile variable that, when set (e.g. in the environment), builds a targeted-to-ELF toolchain without requiring OBJECT_FMT to be set to "ELF" (which affects how e.g. libraries are built). This basically means you don't need fake crtbegin.o and crtend.o files to be present in /usr/lib while bootstrapping the toolchain.
1999-03-07DEFUALT_VEC -> DEFAULT_VEC. Thanks, Ken Wellsch.ragge
1999-03-03Turn off the mipselnetbsd a.out vector, for now.tv
1999-02-26We also want to read core files. (oops.)tv
1999-02-24make this build after mips->mipse? transitiondrochner
1999-02-24${MACHINE_ARCH} == "mips" loses anyway, so remove this casedrochner
1999-02-13remove NOPROG (nothing uses it). however, set MKOBJ=no if appropriatelukem
1999-02-13convert from NOxxx= to MKxxx=no.lukem
include <bsd.own.mk> if testing a MKxxx variable.
1999-02-11Provide a definition of CPP for gen-params that works with DESTDIR.tv
1999-02-11Add Texinfo doc.tv
1999-02-11Nuke gcc 2.8 tests now that the tree requires egcs/gcc 2.8, and addtv
Texinfo doc for iostream.
1999-02-10Add "mipselnetbsd_vec" to mipse[bl].tv
1999-02-09This is no longer here.tv
1999-02-09It's libbfd now, not bfd.tv
1999-02-09Move libbfd compile environment to "libbfd" subdir, with the changes:tv
- no includes are installed any more, nor any .a libraries - a unified libbfd can be built if BFD_UNIFIED is set in mk.conf (will support dumping/examining objects from all NetBSD architectures of equal or lesser pointer size)
1999-02-02Fix up ELF sources list.tv
1999-02-02Re-enable libbfd on all platforms including PowerPC. (Will re-enabletv
individual bfd dependent programs one at a time, as they are verified.)
1999-02-02It's now called "aout-arm32.c" with a dash.tv
1999-02-02Update to binutils' bfd 2.9.1.tv
1999-02-02Turn off bits of the toolchain from building on a recursive make: binutils,tv
bfd, gas.new, ld.new, gdb, gprof; in anticipation of the binutils-2.9.1 import.
1999-01-23sparc64 also needs 64-bit BFD.eeh
1999-01-19Significantly reduce code size of programs which use string, complex,tv
or the Allocator heavily. (For common types, these are already instantiated in libstdc++, and do not need implicit instantiation.)
1998-12-30Enable use of mmap.kristerw
1998-12-28Add bfd targets used by other binary emulations that NetBSD recognizes:tv
- a.out-i386-bsd - a.out-i386-freebsd - coff-i386
1998-12-28Add dependency to _arch.mk file on targets.{o,so,po}.tv
1998-12-12GC old gcc 2.7.2.2.tv
1998-11-23fix style nit in previous.mrg
1998-11-23build a sparc64 libbfd.mrg
1998-11-23need the extra objs on sparc64 (at least, that is what a cross compiler did ↵mrg
for libgcc)
1998-10-29Include VAX instruction disassembly support into bfd. (XXX case[lbw] stillmatt
needs to be done.)
1998-10-20Not all architecures are IEEE math. Don't define IEEE_drem on VAX.matt
1998-10-14Only build on gcc 2.7.x.tv
1998-09-27Fix reversed testchristos
1998-09-27Make this work as intended (when we don't have egcs or gcc-2.8x thenchristos
include the c++ builtin crap). Although libgcc2.c does not compile properly with the old compiler so this does not work.