summaryrefslogtreecommitdiff
path: root/gnu/usr.bin
AgeCommit message (Expand)Author
2010-11-07Fix initialization order:_initialize_svr4_solib shouldOleksandr Tymoshenko
2010-11-07- Use proper constant for accessing PCB intead of hardcoded numbersOleksandr Tymoshenko
2010-11-07Link threads support to the buildOleksandr Tymoshenko
2010-11-03Simply our custom OSABI branding 'stub'. It is presently still neededDimitry Andric
2010-11-01Fix warnings in fbsd-threads.c.Dimitry Andric
2010-11-01For stuff under gnu/usr.bin/gdb, search contrib/binutils/include beforeDimitry Andric
2010-11-01Update doc Makefile and texinfo config file.Dimitry Andric
2010-11-01Update config.h for ld.Dimitry Andric
2010-11-01Update Makefile and config.h for as.Dimitry Andric
2010-11-01Add manpages under gnu/usr.bin/binutils, since they are generated.Dimitry Andric
2010-11-01Update Makefile and config.h.bsd for libbinutils.Dimitry Andric
2010-11-01Update Makefile and config.h.bsd for libopcodes.Dimitry Andric
2010-11-01Update Makefile, bfd.h and config.h.bsd for libbfd.Dimitry Andric
2010-11-01Update Makefile and config.h for libiberty.Dimitry Andric
2010-11-01Update VERSION to 2.17.50 [FreeBSD] 2007-07-03.Dimitry Andric
2010-10-26Make sure elf_fbsd_post_process_headers() is actually called for ia64.Dimitry Andric
2010-10-22Most of binutils now compiles at WARNS=3, except for libiberty andDimitry Andric
2010-10-22In case of powerpc64, enable HAVE_LD_NO_DOT_SYMS in gcc's auto-host.h.Dimitry Andric
2010-10-22Update gcc's auto-host.h header for binutils 2.17: turn onDimitry Andric
2010-10-21Update makeinfo include paths, and configuration settings for the asDimitry Andric
2010-10-21Update ldscript extension list.Dimitry Andric
2010-10-21Use one file per line in SRCS= definition, to make insertions andDimitry Andric
2010-10-21Apply upstream changes to genscripts.sh, while attempting to keep theDimitry Andric
2010-10-21Remove weird double-pasted sections in armelfb?_fbsd.sh.Dimitry Andric
2010-10-21Regenerate config.h for ld.Dimitry Andric
2010-10-21Remove bignum-copy.c from SRCS=, as it no longer exists. RemoveDimitry Andric
2010-10-21Use one file per line in SRCS= definition, to make insertions andDimitry Andric
2010-10-21Regenerate config.h for as.Dimitry Andric
2010-10-21Add new upstream file, and update TARGET definition.Dimitry Andric
2010-10-21Use one file per line in SRCS= definition, to make insertions andDimitry Andric
2010-10-21Regenerate config.h for libbinutils.Dimitry Andric
2010-10-21Update BFD version and date, and add new upstream files. Also removeDimitry Andric
2010-10-21Use one file per line in SRCS= definition, to make insertions andDimitry Andric
2010-10-21Regenerate bfd.h and config.h.fbsd.Dimitry Andric
2010-10-21Add new upstream file to libiberty.Dimitry Andric
2010-10-21Use one file per line in SRCS= definition, to make insertions andDimitry Andric
2010-10-21Update binutils VERSION define for 2.17, and create separateDimitry Andric
2010-10-19Update the BFD and binutils version defines.Dimitry Andric
2010-10-18Garbage collect gnu/usr.bin/binutils/{gasp,gdb,gdbreplay}, as these haveDimitry Andric
2010-10-18Do not build or install gasp.info anymore, as gasp is obsolete.Dimitry Andric
2010-10-14Add FreeBSD 8.2.Jaakko Heinonen
2010-10-06Add definition for FreeBSD 7.4, which will be used in a manual page change.Xin LI
2010-10-03Retire GNU man in favor of the newly written BSDL version.Gordon Tetlow
2010-09-30Remove target peigen.c so that make doesn't warn us about it.Rui Paulo
2010-09-29Add support for the BFD target efi-app-x86_64.Rui Paulo
2010-09-22Move test for zero bufp or size before rseq and wseq calculation. ThisEd Maste
2010-08-23MFtbemd:Warner Losh
2010-08-23- Change default grep back to GNU version. BSD grep can be built with theGabor Kovesdan
2010-08-12Fix buildworld -DNO_CLEAN when using with Perforce, which marks files asWill Andrews
2010-08-04Change kgdb_lookup() to resolve symbols via GDB instead of via libkvm(3).John Baldwin