summaryrefslogtreecommitdiffstats
path: root/gnu
Commit message (Collapse)AuthorAgeFilesLines
* Merge binutils 2.17.50 to head. This brings a number of improvements todim2011-02-1856-6623/+9538
|\ | | | | | | | | | | | | | | | | x86 CPU support, better support for powerpc64, some new directives, and many other things. Bump __FreeBSD_version, and add a note to UPDATING. Thanks to the many people that have helped to test this. Obtained from: projects/binutils-2.17
| * Fix a missing underscore.nwhitehorn2010-12-091-1/+1
| |
| * For ia64, add a proper 'elf64-ia64-freebsd' output format to BFD, so thedim2010-12-051-2/+3
| | | | | | | | | | | | ELF branding for FreeBSD is done in the same way as amd64, i386 and sparc. Something similar should probably also be done for arm, mips and powerpc.
| *-. Sync: merge r215944 through r216132 from ^/head.dim2010-12-021-1/+3
| |\ \
| * \ \ Sync: merge r215464 through r215708 from ^/head.dim2010-11-221-3/+44
| |\ \ \ | | | |/ | | |/|
| * | | Sync: merge r215396 through r215463 from ^/head.dim2010-11-182-2/+2
| | | |
| * | | Sync: merge r215319 through r215395 from ^/head, so ports can actuallydim2010-11-166-33/+5
| | | | | | | | | | | | | | | | build! :)
| * | | Sync: merge r215273 through r215318 from ^/head.dim2010-11-145-7/+7
| | | |
| | | |
| | \ \
| *-. \ \ Sync: merge r215141 through r215188 from ^/head.dim2010-11-121-0/+4
| |\ \ \ \
| * \ \ \ \ Sync: merge r214895 through r215140 from ^/head.dim2010-11-1117-96/+123
| |\ \ \ \ \
| * | | | | | Simply our custom OSABI branding 'stub'. It is presently still neededdim2010-11-031-25/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | for ia64, but I will integrate it into contrib/binutils/bfd/elfxx-ia64.c later on, after which it can be removed entirely.
| * | | | | | Fix warnings in fbsd-threads.c.dim2010-11-011-2/+6
| | | | | | |
| * | | | | | For stuff under gnu/usr.bin/gdb, search contrib/binutils/include beforedim2010-11-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | contrib/gdb/include, since that contains newer versions of the same files.
| * | | | | | Update doc Makefile and texinfo config file.dim2010-11-012-7/+7
| | | | | | |
| * | | | | | Update config.h for ld.dim2010-11-011-99/+15
| | | | | | |
| * | | | | | Update Makefile and config.h for as.dim2010-11-012-85/+17
| | | | | | |
| * | | | | | Add manpages under gnu/usr.bin/binutils, since they are generated.dim2010-11-0112-0/+7367
| | | | | | |
| * | | | | | Update Makefile and config.h.bsd for libbinutils.dim2010-11-012-77/+18
| | | | | | |
| * | | | | | Update Makefile and config.h.bsd for libopcodes.dim2010-11-012-110/+45
| | | | | | |
| * | | | | | Update Makefile, bfd.h and config.h.bsd for libbfd.dim2010-11-016-169/+343
| | | | | | |
| * | | | | | Update Makefile and config.h for libiberty.dim2010-11-012-21/+84
| | | | | | |
| * | | | | | Update VERSION to 2.17.50 [FreeBSD] 2007-07-03.dim2010-11-011-1/+1
| | | | | | |
| * | | | | | Make sure elf_fbsd_post_process_headers() is actually called for ia64.dim2010-10-263-8/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is done by prepending the file to elfxx-ia64, not appending it. Additionally, reduce diffs between Makefile.amd64 and Makefile.ia64; instead of echo'ing defines in Makefiles, just add the needed define to elf-fbsd-brand.c directly, as it is only used for amd64 and ia64.
| * | | | | | Most of binutils now compiles at WARNS=3, except for libiberty anddim2010-10-2213-14/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | libbfd, which still need WARNS=2.
| * | | | | | In case of powerpc64, enable HAVE_LD_NO_DOT_SYMS in gcc's auto-host.h.dim2010-10-221-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Requested by: nwhitehorn
| * | | | | | Update gcc's auto-host.h header for binutils 2.17: turn ondim2010-10-221-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | HAVE_COMDAT_GROUP, HAVE_GAS_WEAKREF and HAVE_LD_SYSROOT.
| * | | | | | Garbage collect gnu/lib/libiberty and gnu/lib/libg2c, these have notdim2010-10-226-807/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | been used for years.
| * | | | | | Update makeinfo include paths, and configuration settings for the asdim2010-10-212-14/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | info page.
| * | | | | | Update ldscript extension list.dim2010-10-211-1/+1
| | | | | | |
| * | | | | | Use one file per line in SRCS= definition, to make insertions anddim2010-10-211-3/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | deletions easier, and sort the file list.
| * | | | | | Apply upstream changes to genscripts.sh, while attempting to keep thedim2010-10-211-5/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | diff as small as possible.
| * | | | | | Remove weird double-pasted sections in armelfb?_fbsd.sh.dim2010-10-212-19/+0
| | | | | | |
| * | | | | | Regenerate config.h for ld.dim2010-10-211-108/+153
| | | | | | |
| * | | | | | Remove bignum-copy.c from SRCS=, as it no longer exists. Removedim2010-10-212-4659/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tc-sparc-fixed.c entirely, since the fix has been integrated into contrib/binutils/gas/config/tc-sparc.c by upstream. Define TARGET_OS in addition to the other TARGET_XXX defines.
| * | | | | | Use one file per line in SRCS= definition, to make insertions anddim2010-10-211-6/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | deletions easier, and sort the file list.
| * | | | | | Regenerate config.h for as.dim2010-10-211-163/+197
| | | | | | |
| * | | | | | Add new upstream file, and update TARGET definition.dim2010-10-211-1/+2
| | | | | | |
| * | | | | | Use one file per line in SRCS= definition, to make insertions anddim2010-10-211-3/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | deletions easier, and sort the file list.
| * | | | | | Regenerate config.h for libbinutils.dim2010-10-211-125/+188
| | | | | | |
| * | | | | | Update BFD version and date, and add new upstream files. Also removedim2010-10-213-27/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the elf32-arm-fbsd.c kludge; it is now integrated cleanly into contrib/binutils/bfd/elf32-arm.c.
| * | | | | | Use one file per line in SRCS= definition, to make insertions anddim2010-10-211-5/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | deletions easier, and sort the file list.
| * | | | | | Regenerate bfd.h and config.h.fbsd.dim2010-10-212-372/+1206
| | | | | | |
| * | | | | | Add new upstream file to libiberty.dim2010-10-211-0/+1
| | | | | | |
| * | | | | | Use one file per line in SRCS= definition, to make insertions anddim2010-10-211-5/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | deletions easier.
| * | | | | | Update binutils VERSION define for 2.17, and create separatedim2010-10-211-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | TARGET_VENDOR and TARGET_OS defines. Set TARGET_TUPLE from BINUTILS_ARCH, TARGET_VENDOR and TARGET_OS.
| * | | | | | Update the BFD and binutils version defines.dim2010-10-192-2/+2
| | | | | | |
| * | | | | | Garbage collect gnu/usr.bin/binutils/{gasp,gdb,gdbreplay}, as these havedim2010-10-1826-3330/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | not been connected to the build for 6 years now.
| * | | | | | Do not build or install gasp.info anymore, as gasp is obsolete.dim2010-10-181-2/+1
| | | | | | |
* | | | | | | Add back soon-to-be-release FreeBSD 7.4 which got clobbered in the previousuqs2011-02-131-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | merges.
* | | | | | | Enable wide character support in libdialog.nwhitehorn2011-02-052-3/+3
| | | | | | |
OpenPOWER on IntegriCloud