aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/binutils
Commit message (Collapse)AuthorAgeFilesLines
...
* Remove redundant default vectorWarner Losh2006-09-141-2/+0
| | | | | | | Submitted by: ru@ Notes: svn path=/head/; revision=162304
* fix the build: add missing end of line cont characterWarner Losh2006-09-141-3/+5
| | | | Notes: svn path=/head/; revision=162302
* scripts for the arm port.Warner Losh2006-09-143-0/+45
| | | | | | | | Submitted by: cognet@ Reviewed by: obrien and kan Notes: svn path=/head/; revision=162301
* Fix the build and minor cleanup.Warner Losh2006-09-141-3/+4
| | | | Notes: svn path=/head/; revision=162300
* .end -> .endifWarner Losh2006-09-141-1/+1
| | | | Notes: svn path=/head/; revision=162299
* Config file for arm assemblerWarner Losh2006-09-141-0/+3
| | | | Notes: svn path=/head/; revision=162297
* TARGET_BIG_ENDIAN isn't appropriate here. __ARMEB__ is sufficient andWarner Losh2006-09-141-2/+2
| | | | | | | besides, TARGET_BIG_ENDIAN isn't defined anyway. Notes: svn path=/head/; revision=162296
* Style sync.David E. O'Brien2006-09-121-2/+0
| | | | Notes: svn path=/head/; revision=162256
* Craft the FreeBSD/ARM ABI by hacking the New ARM ABI source.David E. O'Brien2006-09-121-0/+24
| | | | | | | Submitted by: cognet Notes: svn path=/head/; revision=162243
* Default vector to big endian ARM if "TARGET_BIG_ENDIAN" is defined.David E. O'Brien2006-09-121-4/+11
| | | | Notes: svn path=/head/; revision=162242
* Build 'ld' supporting a big endian ARM if "TARGET_BIG_ENDIAN" is defined.David E. O'Brien2006-09-121-1/+5
| | | | Notes: svn path=/head/; revision=162241
* Configure for for big endian if TARGET_BYTES_BIG_ENDIAN is defined.David E. O'Brien2006-09-121-2/+2
| | | | Notes: svn path=/head/; revision=162240
* Define build 'as' TARGET_BYTES_BIG_ENDIAN if "TARGET_BIG_ENDIAN" is defined.David E. O'Brien2006-09-111-0/+3
| | | | | | | This is needed for bi-sex architectures. Notes: svn path=/head/; revision=162219
* Add rs6000 to the architectures on PowerPC. It's needed by gdb(1).Marcel Moolenaar2006-08-241-0/+2
| | | | Notes: svn path=/head/; revision=161560
* Fix typo.David E. O'Brien2006-08-101-1/+1
| | | | | | | Submitted by: kevlo Notes: svn path=/head/; revision=161188
* Add ARM platform Makefile for building BFD. We include the New ARM ABI only.David E. O'Brien2006-07-221-17/+7
| | | | | | | (rev 1.1 was an accidental commit) Notes: svn path=/head/; revision=160579
* Be consistent in quoting.David E. O'Brien2006-07-226-8/+36
| | | | Notes: svn path=/head/; revision=160578
* Create a genscripts driver based on the PowerPC one.David E. O'Brien2006-07-221-0/+12
| | | | Notes: svn path=/head/; revision=160576
* remove these vestiges of gdbserver.. It hasn't built in a long time, andJohn-Mark Gurney2006-03-312-365/+0
| | | | | | | | now really belongs in gdb, not binutils.. Plus, these don't resemble what the new gdbserver looks like. Notes: svn path=/head/; revision=157315
* Use the system gnuregex library vs. building GNU regex bits into libibertyDavid E. O'Brien2005-02-141-1/+1
| | | | | | | | | | and using them. Reviewed by: marcel,imp Desired by: ache Notes: svn path=/head/; revision=141911
* Scheduled mdoc(7) sweep.Ruslan Ermilov2005-01-091-1/+1
| | | | Notes: svn path=/head/; revision=139943
* NOSHARED -> NO_SHAREDRuslan Ermilov2004-12-215-5/+5
| | | | Notes: svn path=/head/; revision=139112
* Start the dreaded NOFOO -> NO_FOO conversion.Ruslan Ermilov2004-12-211-1/+1
| | | | | | | OK'ed by: core Notes: svn path=/head/; revision=139103
* For variables that are only checked with defined(), don't provideRuslan Ermilov2004-10-246-6/+6
| | | | | | | any fake value. Notes: svn path=/head/; revision=136910
* Add NO_WERROR here. Binutils as does not compile cleanly with GCC 3.4.x.Alexander Kabaev2004-07-281-0/+1
| | | | Notes: svn path=/head/; revision=132754
* MAJOR cleanup of the Bmake framework.David E. O'Brien2004-07-0837-23474/+161
| | | | | | | | | | | | This includes removing all vestiges of the old not-really supported ability to build cross tools targeting non-FreeBSD systems, such as m68k Lynx and NetBSD. Move as much duplicated code from platform Makefiles into the shared Makefiles. Add a simple mechanism for specifying ELF 'ldscripts'. Also share as many .h files as possible (now a single bfd.h vs. one per platform). Notes: svn path=/head/; revision=131832
* Removed. It was used for building gdb docs, which we don't do hereMarcel Moolenaar2004-06-271-31/+0
| | | | | | | anymore. Notes: svn path=/head/; revision=131173
* GDB has moved up one level.David E. O'Brien2004-06-251-8/+0
| | | | Notes: svn path=/head/; revision=131090
* Remove building gdb info files. The gdb info files are built as partMarcel Moolenaar2004-06-251-31/+3
| | | | | | | | of building gdb itself, which has been decoupled from binutils for as much as is reasonable. Notes: svn path=/head/; revision=131088
* Turn back on the building of GDB info files.David E. O'Brien2004-06-231-4/+0
| | | | Notes: svn path=/head/; revision=130957
* This should be the right set of docs sources.David E. O'Brien2004-06-211-3/+5
| | | | Notes: svn path=/head/; revision=130862
* Disable building of GDB info files until the gdb6 upgrade is finished.David E. O'Brien2004-06-212-2/+8
| | | | Notes: svn path=/head/; revision=130859
* With tmm's latest change to the sparc64 dynamic loader, we can remove thisDavid E. O'Brien2004-06-202-19/+1
| | | | | | | hack to binutils and use the stock sparc64 sources. Notes: svn path=/head/; revision=130771
* Our 'TOOLS_PREFIX' and not 'DESTDIR' matches what the stock GNU buildDavid E. O'Brien2004-06-201-2/+2
| | | | | | | framework wants. Notes: svn path=/head/; revision=130757
* Update to binutils 2.15.Marcel Moolenaar2004-06-191-15/+20
| | | | Notes: svn path=/head/; revision=130754
* Seperately add regex.c and splay-tree.c to SRCS. They are both neededMarcel Moolenaar2004-06-191-6/+9
| | | | | | | by gdb(1). While here, sort SRCS. Notes: svn path=/head/; revision=130751
* Add the necessary branding of ELF files. This is relatively easy toMarcel Moolenaar2004-06-191-3/+2
| | | | | | | | | | | | | achieve on ia64, because we need to generate the ELF64/ia64 code and simply tag elf-fbsd-brand.c at the end of it. This hasn't actually been tested beyond trivial compilation testing. A buildworld has been started and it's time I wait for my changes to loop back to my local repo anyway. I'll get back to this in a couple of hours... Notes: svn path=/head/; revision=130747
* Add bfdwin.c to SRCS. The file contains support for mmap(2) windowsMarcel Moolenaar2004-06-191-1/+1
| | | | | | | | into a BFD. It's included in stock BFD on the platforms I checked (i386 and ia64). Notes: svn path=/head/; revision=130746
* Move the elf32-target.h and elf64-target.h targets from the MDMarcel Moolenaar2004-06-197-20/+6
| | | | | | | | | makefiles to the centralized makefile. This not only reduces duplication, it also makes the MD quirks stand out better and thus improves maintenance. Notes: svn path=/head/; revision=130743
* Update to binutils 2.15:Marcel Moolenaar2004-06-191-3/+3
| | | | | | | | | | | | o BFD_VERSION_DATE now reflects the release date of 2.15, o BFD_VERSION now has the correct version number. Previous values reflected 2.14.92 from a week prior to release. While here, fix a whitespace (tab) nit. Notes: svn path=/head/; revision=130740
* Update to binutils 2.15:Marcel Moolenaar2004-06-191-5/+26
| | | | | | | | o HAVE_SEEKO and HAVE_TELLO are defined now. These are used in bfdio.c. o HAVE_STRTOULL is defined now. This is used in bfd.c. Notes: svn path=/head/; revision=130739
* Update to binutils 2.15.Marcel Moolenaar2004-06-191-887/+1247
| | | | Notes: svn path=/head/; revision=130736
* Commit a crude hack so we get sparc64 snapshots working again with aDavid E. O'Brien2004-06-172-1/+19
| | | | | | | | | stable ld.so. We need to revisit the rtld-elf/sparc64/rtld_start.S rev. 1.5 and rtld-elf/sparc64/rtld_machdep.h rev. 1.5, which was suppose to allow stock Binutils 2.13 (and later) to be used. Notes: svn path=/head/; revision=130635
* Updated Bmake framework for Binutils 2.15.David E. O'Brien2004-06-1642-3830/+5520
| | | | Notes: svn path=/head/; revision=130575
* Disable gdb from the build due to the impending binutils 2.15 import.David E. O'Brien2004-06-161-1/+1
| | | | | | | GDB 5.12 cannot consume the 2.15 bfd and libiberty. Notes: svn path=/head/; revision=130558
* Sperate out the MD parts of kvm-fbsd to get rid of the #ifdef maze.David E. O'Brien2004-06-115-275/+317
| | | | | | | Also quiet some warnings by tweaking the included headers. Notes: svn path=/head/; revision=130352
* Use pcbp->pcb_ufp for UltraSparc vs. ->pcb_fp.David E. O'Brien2004-05-101-2/+2
| | | | Notes: svn path=/head/; revision=129092
* Revert rev 1.21 which configured with --enable-64-bit-bfd.David E. O'Brien2004-04-181-1/+1
| | | | | | | | GDB 5.2 can't handle a 64-bit BFD on a 32-bit host. We can revisit configuring with --enable-64-bit-bfd when we get a modern GDB. Notes: svn path=/head/; revision=128405
* Configure as --enable-64-bit-bfd.David E. O'Brien2004-03-182-2/+2
| | | | Notes: svn path=/head/; revision=127161
* I accidently spammed rev. 1.18, back out rev 1.19.David E. O'Brien2004-03-171-1/+1
| | | | Notes: svn path=/head/; revision=127138