summaryrefslogtreecommitdiff
path: root/gnu/lib/libbfd
AgeCommit message (Collapse)Author
2006-06-30mknative binutils for powerpc64mrg
2006-02-04mknative re-run to pick up the binutils version from the sourcesskrll
imported, i.e. the binutils-2.16.1 release and not the branch that I worked with originally. Lot of the changes are due to the update of the mknative script RCSId.
2006-02-03bump version!christos
2006-02-03ns32k binutils mknative output. Hi Simon!skrll
2006-02-02Run mknative on the new binutils.skrll
2005-01-19Re-run mknative for hppa binutils update.skrll
2005-01-14Re-run mknative for mips binutils updates.skrll
2005-01-09Run mknative for mipsel and mipseb for binutils 2.15 after MIPSsimonb
architectures have switched to the "trad" MIPS vectors.
2004-12-12regenerate for fixed tools/binutils/Makefilemrg
2004-12-11run mknative for binutils 2.15 for amd64.mrg
2004-12-11regenerate ns32k files for binutils 2.15.mrg
2004-12-10re-run with fixed mknativemrg
2004-12-09run mknative for binutils 2.15 for alpha, arm, armeb, m68k, mipsel,mrg
mipseb, powerpc and vax. note the that only arm and powerpc of these are actually run-time tested, but everything builds.
2004-12-09run mknative-binutils for 2.15 for m68000, sh3eb, sh3el and sh5el.mrg
XXX: these are not run-time tested but do build fine.
2004-12-08mknative for i386, sparc & sparc64 for binutils 2.15.mrg
bump shlib.
2004-07-20Rerun mknative-binutils to get new bfd_elf32_hppa_nbsd_vec.thorpej
2003-12-07Gcc3 for sh5 gets an ICE compiling libbfd's elf32.c and elf64.c at -O2.scw
Drop to -O1 for now when building for sh5.
2003-12-07MD glue for binutils on sh5.scw
2003-12-05Add ns32k binutils 2.14 support.simonb
2003-12-05regenerate with a working compilermrg
2003-12-05regenerate these such that they (mostly) work..mrg
2003-12-04regenerate non-brokenmrg
2003-12-04libopcodes.so.1/libbfd.so.6mrg
2003-12-04build lib{opcodes,bfd,iberty} back in gnu/lib instead of gnu/usr.bin/binutilsmrg
as they are needed earlier than when gnu/usr.bin/binutils is built when "make -j" is used.
2003-10-21Rework how MAKEVERBOSE operates:lukem
* Don't bother prefixing commands with a line of ${_MKCMD}\ and instead rely upon "make -s". This is less intrusive on all the Makefiles than the former. Idea from David Laight. * Rename the variables use to print messages. The scheme now is: _MKMSG_FOO Run _MKMSG 'foo' _MKTARGET_FOO Run _MKMSG_FOO ${.TARGET} From discussion with Alistair Crooks.
2003-10-19Support MAKEVERBOSE.lukem
Use BUILDSYMLINKS instead of home-grown equivalents.
2003-10-06Add in-tree toolchain support for HPPA.matt
2003-09-07x86_64 gcc3 and binutils glue. Not yet used.fvdl
2003-09-04in-tree toolchain support for sh5el. not really tested yet, but itmrg
seems to mostly work.. libcurses.so fails to link with an out of memory error i haven't looked at yet, and nothing has actually been run.. XXX: gdb53 missing.
2003-06-26When MKPIC is "no" and we force MKLINKLIB to "yes" to provideuwe
something for BFD-using programs to link against, also provide an empty libinstall target so that libbfd.a does not get installed.
2003-05-26Run mknative to regenerate for binutils 2.13.2.1.thorpej
2003-04-09If MKPIC is "no", then we need to provide *something* for BFD-usingthorpej
programs to link against, so reset MKLINKLIB to "yes" in that case.
2003-03-20Actually rerun mknative on these...mycroft
2003-03-17Build COFF targets. Some embedded tools really, really want this.mycroft
2003-03-01update / regenerate for binutils 2.13.2.1mrg
2002-09-17Remove more old toolchain bits.thorpej
2002-09-17* Eliminate the USE_NEW_TOOLCHAIN variable. Instead, split it intothorpej
two variables: TOOLCHAIN_MISSING -- set to "yes" on platforms for which there is no working in-tree toolchain (hppa, ns32k, sh5, x86_64). EXTERNAL_TOOLCHAIN -- if defined by the user, points to the root of an external toolchain (e.g. /usr/local/gnu). This enables the cross-build framework even for TOOLCHAIN_MISSING platforms. If TOOLCHAIN_MISSING is set to "yes", MKGDB, MKBFD, and MKGCC are all unconditionally set to "no", since the bits are not there to build. If EXTERNAL_TOOLCHAIN is set, MKGCC is unconditionally set to "no", since the external toolchain's compiler is not in-sync with the in-tree compiler support components (e.g. libgcc). * Set MACHINE_CPU much earlier in bsd.own.mk, so that more tests in that file can use it.
2002-08-19Explicitly move setting of NOxxx (et al) to the top of the Makefilelukem
(before including <bsd.own.mk>)
2002-08-19Use ${NETBSDSRCDIR}/some/path instead of ${.CURDIR}/../../../some/path (etc).lukem
(Reduces make output by ~ 20%)
2002-06-19add some items to CLEANFILESitojun
2002-06-18mistake in replacement for peXXigen.citojun
2002-06-18add rules needed for full-feature libbfd. usually not visited.itojun
to build full-feature libbfd, do the following: - add "--enable-targets=all --enable-64-bit-bfd" to src/tools/toolchain/Makefile configure arg - invoke nbmake-<platform> native, to regenerate files under src/gnu
2002-05-20Add native toolchain bigs for "armeb" (big-endian ARM).thorpej
2002-04-11Remove bfd_elf32_{big,little}arm_nbsd_vecthorpej
2002-04-01Update DEFAULT_VECTOR and SELECT_VECS for arm--netbsdelf BFD changes.thorpej
2002-03-22Add m68000-specific `toolchain2netbsd' generated toolchain build/config files.fredette
2002-02-27New toolchain infrastructure for sh3eb, generated with mknative.tv
2002-02-27New toolchain framework for sh3el platforms, generated with mknative.tv
2002-02-11Skip building anything if the target's .mk files are missing. (Allows thetv
toolchain to be built in segments, or not at all if the in-tree toolchain is inappropriate for the target.)
2002-01-22regenerate.mrg