summaryrefslogtreecommitdiffstats
path: root/gnu
Commit message (Collapse)AuthorAgeFilesLines
* Remove GNU man implemenation now that the BSD version has cooked for a while.gordon2011-04-2124-5170/+0
|
* Remove libobjc and other Objective-C related components, as these aredim2011-04-176-96/+1
| | | | | | extremely outdated, and not used by anything in the base system. Silence from: current@
* Update dialog to version 1.1-20110302.nwhitehorn2011-04-171-5/+6
|
* In r219639, SSSE3 instruction set support was backported to our gcc.dim2011-04-141-1/+1
| | | | | | | | Therefore, we also need to install the new tmmintrin.h header containing the related intrinsic functions, similar to xmmintrin.h, emmintrin.h, etc. Reported by: George Liaskos <geo.liaskos@gmail.com>
* Print the raw value of si_code, that is esp. useful for undecoded values.kib2011-03-261-3/+4
| | | | | Sponsored by: The FreeBSD Foundation MFC after: 1 week
* Change the load address from offset 0 in region 1 to offset 4G in region 0.marcel2011-03-222-3/+5
| | | | | | | | | | | | | This (almost) gives us the address space back (at the bottom) that we lost at the top. Region 0 has traditionally been reserved for IA-32 emulation, which has not been of great interest. By starting 64-bit processes at the 4G boundary we at least preserve some of the advantages: 1. Any invalid pointer cast (from int to pointer and back) will still always fail and not only when more than 4GB of memory is in use. 2. Memory sharing between 64-bit and 32-bit processes is still possibly by using addresses < 4G.
* Branch from contrib/binutils/ld/emulparams/elf64_ia64_fbsd.s so thatmarcel2011-03-221-0/+7
| | | | we can modify it.
* Fix typo: s/LIBSERACHPATH/LIBSEARCHPATH/gmarcel2011-03-219-11/+11
|
* Now that TLS is supported for sparc64 by both binutils 2.17.50 committedmarius2011-03-113-3/+3
| | | | in r218822 and rtld(1) committed in r219533 turn on TLS support in GCC.
* 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.
OpenPOWER on IntegriCloud