summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/binutils
AgeCommit message (Expand)Author
2011-12-31Properly recognize threads in OpenBSD core dumps.Mark Kettenis
2011-11-20don't use == when = was intendedJonathan Gray
2011-10-30Always install addr2line(1), objcopy(1), and readelf(1), even onIngo Schwarze
2011-09-03Fix backtrace across signals on amd64Philip Guenthe
2011-07-06Replace a comment asking for a particular order to build stuff inIngo Schwarze
2011-05-09Handle lazy relocation stubs like Linux does, (but with simplified code sinceMark Kettenis
2010-07-19Fix handling of hidden symbols on hppa. Patch from upstream (Alan Modra).Mark Kettenis
2010-07-16Exit strip(1) with an error, if an objfile could not be read.Marco Pfatschbacher
2010-06-11Add support for Intel AES-NI and the CLMUL_ instructions, plus a few othersThordur I. Bjornsson
2010-05-24Make sure references to hidden symbols are resolved locally and don't goMark Kettenis
2010-05-08expand lvalue macro and remove an unnecessary and illegal cast inChristian Weisgerber
2010-05-08Some fixes from upstream to make this compile with gcc4.Mark Kettenis
2010-05-02Add support for floating-point registers on OpenBSD/hppa.Mark Kettenis
2010-03-18Backport fix of negative bignums from binutils 2.16:Mark Kettenis
2010-02-03Add a new option to the mips64 gas, -mfix-loongson2f-btb. This optionMiod Vallat
2010-02-03Use MACHINE_CPU instead of MACHINE_ARCH to pick the correct machine dependentMiod Vallat
2009-08-09Do not access s[strlen(s) - 1] without checking first that s is not anMiod Vallat
2009-07-24add compat support to gdb so that it can deal with libpthread with andKurt Miller
2009-07-12remove a semicolon at the end of an if statement, alreadyJonathan Gray
2009-06-06Handle our new ELF core dumps.Mark Kettenis
2009-03-09Provide more dependencies for binutils to build with make -j on a.outMiod Vallat
2009-03-05Teach bfd and gdb about the upcoming ELF core dumps.Mark Kettenis
2009-01-30Turns out we need to look one frame deeper to find the saved return addressMark Kettenis
2008-11-11Enable support for debugging pie programs. Code from Elena Zannoni'sKurt Miller
2008-10-02Since we don't install libbfd anymore, don't install bfd.info.Mark Kettenis
2008-09-16Terminate printing of auxilliary vector upon reaching the first AT_NULL.Mark Kettenis
2008-09-16Add support for reading ELF auxilliary vectors.Mark Kettenis
2008-08-22Don't install libbfd and libopcodes and the associated headers.Mark Kettenis
2008-06-13Fixup ldscripts for i386 when linked with -pie (no change to non-pieKurt Miller
2008-03-13Add __data_start symbol to all ELF archs to consistently mark the beginningKurt Miller
2008-01-14Fix a race by making maybe-all-bfd depend on all-bfd and maybe-all-opcodesMark Kettenis
2008-01-14manpages need directories.Marc Espie
2007-12-30enforce install -S, avoids races with make -j:Marc Espie
2007-12-24Teach as(1) about %gl on sparc64.Mark Kettenis
2007-11-28fix race: install-all can only be run *after* all is finished, otherwiseMarc Espie
2007-10-03On i386, use PCB_SAVECTX flags to distinguish between state saved by a normalMark Kettenis
2007-08-21Treat Ldatafault_internal as having a trap frame.Mark Kettenis
2007-03-26remove old pages; spotted by kettenisJason McIntyre
2007-03-26sort the MAN entry; ok deraadtJason McIntyre
2007-03-25pick up the newer rev man pages; noticed by ingo schwarze, first rev byTheo de Raadt
2007-03-19build two more man pages; Ingo SchwarzeTheo de Raadt
2007-01-07Make unwinding through kernel trap frames work on sparc64.Mark Kettenis
2006-11-10Convert to use inf-ptrace.c.Mark Kettenis
2006-11-10Handle OpenBSD as well.Mark Kettenis
2006-11-09Initial stab at OpenBSD/sh support.Mark Kettenis
2006-11-09grok sh-*-openbsd*Theo de Raadt
2006-10-24fix a crash with --statistics. closing file in the wrong place.Ted Unangst
2006-10-08Define superH obsd-specific emulations for ld, and use it by default.Miod Vallat
2006-10-06Early bits for a 32-bit SuperH toolchain, currently for little-endianMiod Vallat
2006-09-25Use S_IS* macros insted of masking with S_IF* flags. The latter mayOtto Moerbeek