summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/binutils/libopcodes
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
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
2014-08-19Merge head from 7/28Simon J. Gerraty
Notes: svn path=/projects/bmake/; revision=270164
2014-07-07Remove ia64.Marcel Moolenaar
This includes: o All directories named *ia64* o All files named *ia64* o All ia64-specific code guarded by __ia64__ o All ia64-specific makefile logic o Mention of ia64 in comments and documentation This excludes: o Everything under contrib/ o Everything under crypto/ o sys/xen/interface o sys/sys/elf_common.h Discussed at: BSDcan Notes: svn path=/head/; revision=268351
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
2010-11-16Sync: merge r215319 through r215395 from ^/head, so ports can actuallyDimitry Andric
build! :) Notes: svn path=/projects/binutils-2.17/; revision=215396
2010-11-15Garbage-collect some code made obsolete by the TBEMD import.Nathan Whitehorn
Notes: svn path=/head/; revision=215352
2010-11-01Update Makefile and config.h.bsd for libopcodes.Dimitry Andric
Notes: svn path=/projects/binutils-2.17/; revision=214638
2010-07-10Teach our toolchain how to generate 64-bit PowerPC binaries. This fixesNathan Whitehorn
a variety of bugs in binutils related to handling of 64-bit PPC ELF, provides a GCC configuration for 64-bit PowerPC on FreeBSD, and associated build systems tweaks. Obtained from: projects/ppc64 Notes: svn path=/head/; revision=209867
2010-02-03Remove alpha support from here too. FreeBSD 6 was the last branch toWarner Losh
support it. Notes: svn path=/head/; revision=203435
2008-12-11Push mips support into the tree.Warner Losh
Notes: svn path=/head/; revision=185924
2006-07-22Be consistent in quoting.David E. O'Brien
Notes: svn path=/head/; revision=160578
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
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-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-01-27Upgrade to a Binutils 2.12.0 snapshot.David E. O'Brien
Notes: svn path=/head/; revision=89879
2001-10-15Binutils 2.11.2 build framework for the FreeBSD/IA-64 target.David E. O'Brien
Notes: svn path=/head/; revision=84954
2001-10-14Clean up the formatting.David E. O'Brien
Notes: svn path=/head/; revision=84906
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
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
2000-04-02First cut at the (non-contrib) bits needed to build the binutilsSteve Price
distribution for FreeBSD/Sparc64. Reviewed by: obrien Notes: svn path=/head/; revision=58953
1999-11-06Add a BINUTILSDISTDIR hook to provide a path to a full binutils releaseJohn Birrell
outside the contrib files that FreeBSD distributes. This for use by those who want to work on porting FreeBSD to additional architectures. Notes: svn path=/head/; revision=52924
1999-11-06Add binutils support for additional architectures.John Birrell
Notes: svn path=/head/; revision=52923
1999-08-27$Id$ -> $FreeBSD$Peter Wemm
Notes: svn path=/head/; revision=50472
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-05-04Remote i386 cross-architecture support. It's now configurable, and offJohn Birrell
by default. Notes: svn path=/head/; revision=35712
1998-03-12Configure alpha to disassemble both alpha and i386 opcodes.John Birrell
Notes: svn path=/head/; revision=34517
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