summaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Expand)Author
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-22Garbage collect gnu/lib/libiberty and gnu/lib/libg2c, these have notDimitry 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-09-21When building world with clang, for gnu/lib/libobjc, sys/boot/i386/boot2Dimitry Andric
2010-09-07GCC defines built-ins for atomic instructions found on i486 and higher.Tijl Coosemans
2010-08-31Use a more robust way to substitute gcc for clang, when compilingDimitry Andric
2010-08-28Repair some build breakage introduced in r211725 and garbage collect someNathan Whitehorn
2010-08-24Create a checklist and call one of the *printw() functions from theWarner Losh
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-21We need to pull bsd.own.mk before modifying the CC variable. OtherwiseRui Paulo
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
2010-08-02Give kgdb(1) a chance to take a look at FPU state.Jung-uk Kim