summaryrefslogtreecommitdiff
path: root/gnu/lib/libbfd
AgeCommit message (Collapse)Author
1999-12-26libbfd for NetBSD/sh3msaitoh
1999-11-23Add rs6000coff_vec, which adds aixcoff-rs6000 support. Used with fixcoff.wrstuden
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-24${MACHINE_ARCH} == "mips" loses anyway, so remove this casedrochner
1999-02-13convert from NOxxx= to MKxxx=no.lukem
include <bsd.own.mk> if testing a MKxxx variable.
1999-02-11Add Texinfo doc.tv
1999-02-10Add "mipselnetbsd_vec" to mipse[bl].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)