aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/binutils/libbfd/sparc64
Commit message (Collapse)AuthorAgeFilesLines
* MAJOR cleanup of the Bmake framework.David E. O'Brien2004-07-081-4404/+0
| | | | | | | | | | | | 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
* With tmm's latest change to the sparc64 dynamic loader, we can remove thisDavid E. O'Brien2004-06-201-13/+0
| | | | | | | hack to binutils and use the stock sparc64 sources. Notes: svn path=/head/; revision=130771
* Commit a crude hack so we get sparc64 snapshots working again with aDavid E. O'Brien2004-06-171-0/+13
| | | | | | | | | 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-161-885/+1249
| | | | Notes: svn path=/head/; revision=130575
* Update for the Binutils 2.13.2 20021127 snapshot import.David E. O'Brien2002-12-021-5/+5
| | | | | | | Among other things, we don't need to redefine ELF_DYNAMIC_INTERPRETER here. Notes: svn path=/head/; revision=107505
* Shut up GCC, don't shadow Version 6 standard functions.David E. O'Brien2002-10-121-1/+1
| | | | Notes: svn path=/head/; revision=104960
* The 2.13-almost.1 import was done on 10/10, not 11/10.David E. O'Brien2002-10-121-2/+2
| | | | Notes: svn path=/head/; revision=104950
* Really update for 2.13 10-Oct-2002 import. (this time for sure Rocky)David E. O'Brien2002-10-111-1/+9
| | | | Notes: svn path=/head/; revision=104853
* Update for 2.13 10-Oct-2002 import.David E. O'Brien2002-10-111-81/+195
| | | | Notes: svn path=/head/; revision=104852
* Update to Binutils 2.12.0 release.David E. O'Brien2002-03-201-3/+3
| | | | Notes: svn path=/head/; revision=92840
* Update for binutils_2_12_anoncvs_20020221.David E. O'Brien2002-03-151-447/+542
| | | | Notes: svn path=/head/; revision=92307
* Upgrade to a Binutils 2.12.0 snapshot.David E. O'Brien2002-01-281-413/+711
| | | | Notes: svn path=/head/; revision=89928
* We can easily share a single config.h file across all FreeBSD platforms,David E. O'Brien2001-10-141-264/+0
| | | | | | | which reduces the upgrade effort. Notes: svn path=/head/; revision=84905
* Update for Binutils 2.11.2.David E. O'Brien2001-10-142-561/+895
| | | | Notes: svn path=/head/; revision=84904
* Upgrade to Binutils 2.10.1.David E. O'Brien2000-11-151-0/+3
| | | | Notes: svn path=/head/; revision=68780
* Updated 2.10 headers.David E. O'Brien2000-05-221-37/+595
| | | | Notes: svn path=/head/; revision=60783
* First cut at the (non-contrib) bits needed to build the binutilsSteve Price2000-04-022-0/+2894
distribution for FreeBSD/Sparc64. Reviewed by: obrien Notes: svn path=/head/; revision=58953