aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/binutils/libbinutils
Commit message (Collapse)AuthorAgeFilesLines
* Retire obsolete GDB 6.1.1Ed Maste2020-12-153-263/+0
| | | | | | | | | | | | | | | | | | | | | 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
* Disable sbrk() use in GNU tools.Brooks Davis2018-09-211-1/+1
| | | | | | | | | | | | | | 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
* DIRDEPS_BUILD: Regenerate without local dependencies.Bryan Drewery2016-02-241-6/+0
| | | | | | | | | | | 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
* new dependsSimon J. Gerraty2015-06-161-0/+1
| | | | Notes: svn path=/head/; revision=284481
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+20
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| | | | | | | | Notes: svn path=/projects/bmake/; revision=284172
| * Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| | | | | | | | Notes: svn path=/projects/bmake/; revision=246868
| * Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+23
|/ | | | | | | Requested by: Simon Gerraty <sjg@juniper.net> Notes: svn path=/projects/bmake/; revision=239572
* Define YY_NO_INPUT when building libbinutils, to prevent warnings aboutDimitry Andric2011-12-161-0/+1
| | | | | | | | | unused input() functions emitted by lex. MFC after: 1 week Notes: svn path=/head/; revision=228601
* Update Makefile and config.h.bsd for libbinutils.Dimitry Andric2010-11-012-77/+18
| | | | Notes: svn path=/projects/binutils-2.17/; revision=214639
* Most of binutils now compiles at WARNS=3, except for libiberty andDimitry Andric2010-10-221-1/+0
| | | | | | | libbfd, which still need WARNS=2. Notes: svn path=/projects/binutils-2.17/; revision=214223
* Add new upstream file, and update TARGET definition.Dimitry Andric2010-10-211-1/+2
| | | | Notes: svn path=/projects/binutils-2.17/; revision=214173
* Use one file per line in SRCS= definition, to make insertions andDimitry Andric2010-10-211-3/+17
| | | | | | | deletions easier, and sort the file list. Notes: svn path=/projects/binutils-2.17/; revision=214172
* Regenerate config.h for libbinutils.Dimitry Andric2010-10-211-125/+188
| | | | Notes: svn path=/projects/binutils-2.17/; revision=214171
* For variables that are only checked with defined(), don't provideRuslan Ermilov2004-10-241-1/+1
| | | | | | | any fake value. Notes: svn path=/head/; revision=136910
* Updated Bmake framework for Binutils 2.15.David E. O'Brien2004-06-162-18/+8
| | | | Notes: svn path=/head/; revision=130575
* style.Makefile(5):Johan Karlsson2004-02-241-1/+1
| | | | | | | | | | | | | | 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
* Set the binutils arch for as/nm correctly on the amd64 platform.Peter Wemm2003-05-081-1/+6
| | | | | | | | | | 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
* Update for the Binutils 2.13.2 20021127 snapshot import.David E. O'Brien2002-12-021-1/+1
| | | | Notes: svn path=/head/; revision=107504
* We HAVE_STPCPY now.David E. O'Brien2002-10-201-2/+2
| | | | Notes: svn path=/head/; revision=105502
* Update for 2.13 10-Oct-2002 import.David E. O'Brien2002-10-112-3/+12
| | | | Notes: svn path=/head/; revision=104852
* Removed now unused INTERNALSTATICLIB.Ruslan Ermilov2002-05-131-3/+0
| | | | | | | | INTERNALLIB now implies NOPIC and NOPROFILE. Removed gratuitous NOMAN. Notes: svn path=/head/; revision=96513
* Update to Binutils 2.12.0 release.David E. O'Brien2002-03-201-1/+1
| | | | Notes: svn path=/head/; revision=92840
* Turn up WARNS as high as possible.David E. O'Brien2002-03-131-0/+1
| | | | | | | Tested by: gcc31, gcc32, /usr/bin/cc Notes: svn path=/head/; revision=92206
* Change the way the version strings are handled.David E. O'Brien2002-01-271-1/+1
| | | | Notes: svn path=/head/; revision=89886
* Upgrade to a Binutils 2.12.0 snapshot.David E. O'Brien2002-01-271-1/+16
| | | | Notes: svn path=/head/; revision=89879
* Clean up the formatting.David E. O'Brien2001-10-141-10/+8
| | | | Notes: svn path=/head/; revision=84906
* Style fix.David E. O'Brien2001-06-261-1/+2
| | | | Notes: svn path=/head/; revision=78848
* Add the IA-64 unwind handling (needed for readelf).David E. O'Brien2001-06-261-1/+1
| | | | Notes: svn path=/head/; revision=78847
* Upgrade to Binutils 2.11.0.David E. O'Brien2001-06-011-4/+4
| | | | Notes: svn path=/head/; revision=77570
* Upgrade to Binutils 2.11.0.David E. O'Brien2001-05-282-10/+0
| | | | Notes: svn path=/head/; revision=77324
* Remove MIPS support.David E. O'Brien2001-04-112-11/+0
| | | | | | | It has rotted quite badly and no one has provided updates for it. Notes: svn path=/head/; revision=75400
* Our OS name is "freebsd", not "freebsdelf"David E. O'Brien2001-02-215-5/+5
| | | | Notes: svn path=/head/; revision=72798
* Pull the switch and activate our Binutils to a snapshot of the up andDavid E. O'Brien2000-05-222-24/+135
| | | | | | | comming 2.10 release. Notes: svn path=/head/; revision=60777
* s/MACHINE_ARCH/TARGET_ARCH/gMarcel Moolenaar1999-12-171-3/+3
| | | | | | | | | | | | | | | 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
* $Id$ -> $FreeBSD$Peter Wemm1999-08-274-4/+4
| | | | Notes: svn path=/head/; revision=50472
* For mips assembler, we need to define TARGET_BYTES_BIG_ENDIAN to beWarner Losh1999-04-221-1/+7
| | | | | | | | | | | 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
* Add TARGET_ARCH=mipsel and TARGET_ARCH=mipseb as a valid targets.Warner Losh1999-03-011-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | 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
* Update alpha configuration files and remove i386 target fromDoug Rabson1998-09-071-6/+0
| | | | | | | libbinutils/config.h - it is declared in the arch Makefile. Notes: svn path=/head/; revision=38906
* Update for import of binutils-2.9.1.John Polstra1998-09-061-11/+11
| | | | | | | Submitted by: Doug Rabson <dfr> Notes: svn path=/head/; revision=38892
* Removed special rules for lex- and yacc- generated files. The generalBruce Evans1998-06-041-12/+1
| | | | | | | | rules work identically, except that they actually work if the yacc- generated header somehow becomes out of date. Notes: svn path=/head/; revision=36620
* Evaluate the TARGET from the architecture. We'll assume that FREEBSDJohn Birrell1998-05-041-2/+2
| | | | | | | is ELF from here on. Notes: svn path=/head/; revision=35713
* Define the target type for alpha.John Birrell1998-03-121-0/+5
| | | | Notes: svn path=/head/; revision=34505
* Replace empty install targets with definitions of INTERNALLIB andJohn Polstra1998-03-121-3/+3
| | | | | | | INTERNALSTATICLIB to suppress installation of internal libraries. Notes: svn path=/head/; revision=34498
* Restructure the binutils hierarchy somewhat in order to betterJohn Polstra1998-03-122-2/+7
| | | | | | | | | | | | | | | | | | | | | | | 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
* Add bmakefiles for building binutils from the contrib tree.John Polstra1998-03-012-0/+119
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