summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin
Commit message (Collapse)AuthorAgeFilesLines
* 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-144-5/+5
|
* Sync: merge r214895 through r215140 from ^/head.dim2010-11-1116-77/+105
|\
| * Complete the integration of tbemd branch into head.imp2010-11-1013-58/+74
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | TARGET_BIG_ENDIAN is now completely dead, except where it was originally supposed to be used (internally in the toolchain building). TARGET_ARCH has changed in three cases: (1) Little endian mips has changed to mipsel. (2) Big endian mips has changed to mipseb. (3) Big endian arm has changed to armeb. Some additional changes are needed to make 'make universe' work on arm and mips after this change, so those are commented out for now. UPDATING information will be forthcoming. Any remaining rough edges will be hammered out in -current.
| * Fix cross-debugger buildgonzo2010-11-071-0/+8
| |
| * Fix initialization order:_initialize_svr4_solib shouldgonzo2010-11-071-2/+2
| | | | | | | | be called before _initialize_thread_db
| * - Use proper constant for accessing PCB intead of hardcoded numbersgonzo2010-11-071-15/+18
| | | | | | | | - Minor clean-up
| * Link threads support to the buildgonzo2010-11-072-1/+2
| |
* | 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.
* | 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 FreeBSD 8.2.jh2010-10-141-0/+1
| | | | | Reviewed by: ru MFC after: 3 days
* Add definition for FreeBSD 7.4, which will be used in a manual page change.delphij2010-10-061-0/+1
| | | | | Reviewed by: ru MFC after: 3 days
* Retire GNU man in favor of the newly written BSDL version.gordon2010-10-031-5/+0
| | | | Approved by: wes (mentor)
* Remove target peigen.c so that make doesn't warn us about it.rpaulo2010-09-301-2/+0
|
* Add support for the BFD target efi-app-x86_64.rpaulo2010-09-291-2/+11
| | | | | This uses only GPL2 source code and is a requirement for a 64 bit EFI boot loader.
OpenPOWER on IntegriCloud