summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/binutils/libbinutils
AgeCommit message (Collapse)Author
2020-12-15Retire obsolete GDB 6.1.1Ed Maste
GDB 6.1.1 was released in June 2004 and is long obsolete. It does not support all of the architectures that FreeBSD does, and imposes limitations on the FreeBSD kernel build, such as the continued use of DWARF2 debugging information. It was kept (in /usr/libexec/) only for use by crashinfo(8), which extracts some basic information from a kernel core dump after a crash. Crashinfo already prefers gdb from port/package if installed. Future work may add kernel debug support to LLDB or find another path for crashinfo's needs, but in any case we do not want to ship the excessively outdated GDB in FreeBSD 13. Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D27610 Notes: svn path=/head/; revision=368667
2018-09-21Disable sbrk() use in GNU tools.Brooks Davis
We're studing the possibility of deprecating sbrk(). To make it easier we're removing unnecessicary uses in the base system. None of these tools require sbrk(), but they agressively prefer it for no good reason. Reviewed by: andrew Approved by: re (kib) Sponsored by: DARPA, AFRL Differential Revision: https://reviews.freebsd.org/D16141 Notes: svn path=/head/; revision=338860
2016-02-24DIRDEPS_BUILD: Regenerate without local dependencies.Bryan Drewery
These are no longer needed after the recent 'beforebuild: depend' changes and hooking DIRDEPS_BUILD into a subset of FAST_DEPEND which supports skipping 'make depend'. Sponsored by: EMC / Isilon Storage Division Notes: svn path=/head/; revision=295989
2015-06-16new dependsSimon J. Gerraty
Notes: svn path=/head/; revision=284481
2015-06-13Add META_MODE support.Simon J. Gerraty
Off by default, build behaves normally. WITH_META_MODE we get auto objdir creation, the ability to start build from anywhere in the tree. Still need to add real targets under targets/ to build packages. Differential Revision: D2796 Reviewed by: brooks imp Notes: svn path=/head/; revision=284345
2015-06-08dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty
Notes: svn path=/projects/bmake/; revision=284172
2013-02-16Updated dependenciesSimon J. Gerraty
Notes: svn path=/projects/bmake/; revision=246868
2012-08-22Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar
Requested by: Simon Gerraty <sjg@juniper.net> Notes: svn path=/projects/bmake/; revision=239572
2011-12-16Define YY_NO_INPUT when building libbinutils, to prevent warnings aboutDimitry Andric
unused input() functions emitted by lex. MFC after: 1 week Notes: svn path=/head/; revision=228601
2010-11-01Update Makefile and config.h.bsd for libbinutils.Dimitry Andric
Notes: svn path=/projects/binutils-2.17/; revision=214639
2010-10-22Most of binutils now compiles at WARNS=3, except for libiberty andDimitry Andric
libbfd, which still need WARNS=2. Notes: svn path=/projects/binutils-2.17/; revision=214223
2010-10-21Add new upstream file, and update TARGET definition.Dimitry Andric
Notes: svn path=/projects/binutils-2.17/; revision=214173
2010-10-21Use one file per line in SRCS= definition, to make insertions andDimitry Andric
deletions easier, and sort the file list. Notes: svn path=/projects/binutils-2.17/; revision=214172
2010-10-21Regenerate config.h for libbinutils.Dimitry Andric
Notes: svn path=/projects/binutils-2.17/; revision=214171
2004-10-24For variables that are only checked with defined(), don't provideRuslan Ermilov
any fake value. Notes: svn path=/head/; revision=136910
2004-06-16Updated Bmake framework for Binutils 2.15.David E. O'Brien
Notes: svn path=/head/; revision=130575
2004-02-24style.Makefile(5):Johan Karlsson
Use WARNS?= instead of WARNS= For this to work properly for all part is the subdirectories the WARNS assignments in Makefile.inc0 are moved to the correspondning Makefile.inc. Approved by: obrien (binutils maintainer) Tested by: make universe Notes: svn path=/head/; revision=126197
2003-05-08Set the binutils arch for as/nm correctly on the amd64 platform.Peter Wemm
As far as binutils is concerned, the amd64 platform is still called "x86-64"/"x86_64". Setting things from ${MACHINE_ARCH} breaks that. Approved by: re (scottl) Notes: svn path=/head/; revision=114834
2002-12-02Update for the Binutils 2.13.2 20021127 snapshot import.David E. O'Brien
Notes: svn path=/head/; revision=107504
2002-10-20We HAVE_STPCPY now.David E. O'Brien
Notes: svn path=/head/; revision=105502
2002-10-11Update for 2.13 10-Oct-2002 import.David E. O'Brien
Notes: svn path=/head/; revision=104852
2002-05-13Removed now unused INTERNALSTATICLIB.Ruslan Ermilov
INTERNALLIB now implies NOPIC and NOPROFILE. Removed gratuitous NOMAN. Notes: svn path=/head/; revision=96513
2002-03-20Update to Binutils 2.12.0 release.David E. O'Brien
Notes: svn path=/head/; revision=92840
2002-03-13Turn up WARNS as high as possible.David E. O'Brien
Tested by: gcc31, gcc32, /usr/bin/cc Notes: svn path=/head/; revision=92206
2002-01-27Change the way the version strings are handled.David E. O'Brien
Notes: svn path=/head/; revision=89886
2002-01-27Upgrade to a Binutils 2.12.0 snapshot.David E. O'Brien
Notes: svn path=/head/; revision=89879
2001-10-14Clean up the formatting.David E. O'Brien
Notes: svn path=/head/; revision=84906
2001-06-26Style fix.David E. O'Brien
Notes: svn path=/head/; revision=78848
2001-06-26Add the IA-64 unwind handling (needed for readelf).David E. O'Brien
Notes: svn path=/head/; revision=78847
2001-06-01Upgrade to Binutils 2.11.0.David E. O'Brien
Notes: svn path=/head/; revision=77570
2001-05-28Upgrade to Binutils 2.11.0.David E. O'Brien
Notes: svn path=/head/; revision=77324
2001-04-11Remove MIPS support.David E. O'Brien
It has rotted quite badly and no one has provided updates for it. Notes: svn path=/head/; revision=75400
2001-02-21Our OS name is "freebsd", not "freebsdelf"David E. O'Brien
Notes: svn path=/head/; revision=72798
2000-05-22Pull the switch and activate our Binutils to a snapshot of the up andDavid E. O'Brien
comming 2.10 release. Notes: svn path=/head/; revision=60777
1999-12-17s/MACHINE_ARCH/TARGET_ARCH/gMarcel Moolenaar
The target machine is represented by TARGET_ARCH. MACHINE_ARCH always represents the host machine. When TARGET_ARCH is not defined, it is assumed to be equal to MACHINE_ARCH. This means that we're building a native toolset by default. We're creating cross-compilation tools when MACHINE_ARCH != TARGET_ARCH. TARGET_ARCH is defined when building binutils as part of the bootstrap build and is set to reflect the architecture we're currently cross- building. With this change binutils is ready for cross-building. Notes: svn path=/head/; revision=54748
1999-08-27$Id$ -> $FreeBSD$Peter Wemm
Notes: svn path=/head/; revision=50472
1999-04-22For mips assembler, we need to define TARGET_BYTES_BIG_ENDIAN to beWarner Losh
zero when building for little endian machines. Correct the target names for mips. We just use the generic targets for mips elf, so the mipse[lb]-unknown-freebsd emulation types don't exist. Notes: svn path=/head/; revision=45932
1999-03-01Add TARGET_ARCH=mipsel and TARGET_ARCH=mipseb as a valid targets.Warner Losh
Unlike the unisex architecutres we've had so far, mips is bisexual. These tools can produce either byte sex, and the compiler/make determines the proper gender to use. Otherwise, we'd have to have had mipsel and mipseb in all the places that we have just mips. And there are other complications with doing that (binutils doesn't like to build mips tools without both byte genders, it seems). Introduced BINUTIL_ARCH so that other bisexual architectures can a generic mechanism. We cannot just define MACHINE_ARCH as mips because we need to differentiate big and little endian types of binaries. Discussions on freebsd-arch have hashed out this issue (and the parallel libc issues). NetBSD is moving towards mipsel and mipseb for their two flavors of mips ports (in time for 1.4, if this change hasn't already been accomplished). I've been building i386 worlds with this tree for a three months with these files in place with no ill effects. Notes: svn path=/head/; revision=44360
1998-09-07Update alpha configuration files and remove i386 target fromDoug Rabson
libbinutils/config.h - it is declared in the arch Makefile. Notes: svn path=/head/; revision=38906
1998-09-06Update for import of binutils-2.9.1.John Polstra
Submitted by: Doug Rabson <dfr> Notes: svn path=/head/; revision=38892
1998-06-04Removed special rules for lex- and yacc- generated files. The generalBruce Evans
rules work identically, except that they actually work if the yacc- generated header somehow becomes out of date. Notes: svn path=/head/; revision=36620
1998-05-04Evaluate the TARGET from the architecture. We'll assume that FREEBSDJohn Birrell
is ELF from here on. Notes: svn path=/head/; revision=35713
1998-03-12Define the target type for alpha.John Birrell
Notes: svn path=/head/; revision=34505
1998-03-12Replace empty install targets with definitions of INTERNALLIB andJohn Polstra
INTERNALSTATICLIB to suppress installation of internal libraries. Notes: svn path=/head/; revision=34498
1998-03-12Restructure the binutils hierarchy somewhat in order to betterJohn Polstra
support building it for variant architectures. It was already becoming clear that the former structure was too rigid and didn't scale well. The usual sort of makefile magic arranges to .include an architecture specific makefile "Makefile.${MACHINE_ARCH}" in each directory where it exists. Also, sources will be found in each subdirectory "${MACHINE_ARCH}" that exists. This is all taken care of automatically by the top level "Makefile.inc0". This all seems to work right for the i386 now. I have also converted those alpha pieces already present to the new schema as best I could. Also: change the BINDIR on the i386 to /usr/libexec/elf for "ar" and "ranlib". They are not object format independent enough to put into /usr/bin. Notes: svn path=/head/; revision=34495
1998-03-01Add bmakefiles for building binutils from the contrib tree.John Polstra
This finishes up the binutils import. But I am leaving it disabled in "src/gnu/usr.bin/Makefile" for now. It is not used by anything yet, so I'll take this opportunity to run one more round of tests before enabling it. Notes: svn path=/cvs2svn/branches/JDP/; revision=33975