summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/binutils (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Add support for stac/clac instructions to manipulate the flagjsg2012-10-184-3/+18
* fix weird depend on -liberty, okay miod@.espie2012-10-021-1/+2
* disassemble the rdrand instruction on i386/amd64naddy2012-09-071-1/+1
* Teach as(1) about rdrand on i386/amd64.kettenis2012-09-032-1/+5
* Add a DT_DEBUG tag to PIEs as well.kettenis2012-08-311-1/+1
* Add DWARF2 CFI unwinder for hppa.kettenis2012-08-291-0/+15
* Adjust for changes to "struct reg".kettenis2012-08-293-11/+84
* Add support for PIE-by-default in both ld and gcc. This is a completelypascal2012-08-283-1/+27
* Work around -Wbounded warning by using sizeof(x_fname), not FILNMLEN. Thepascal2012-08-281-2/+4
* Add support for .openbsd.randomdata sections and PT_OPENBSD_RANDOMIZEmatthew2012-08-204-1/+41
* On i386 gdb failed to display the stack trace of a kernel core dumpbluhm2012-07-121-0/+5
* Enable multi-threaded debugging on hppa.kettenis2012-05-042-13/+27
* Enable multi-threaded debugging on powerpc.kettenis2012-04-181-0/+1
* Enable multi-threaded debugging on sparc64.kettenis2012-04-171-0/+1
* Enable multi-threaded debugging on amd64.kettenis2012-04-131-0/+1
* Enable multi-threaded debugging on i386.kettenis2012-04-131-0/+1
* Add support for live debugging of multi-threaded code.kettenis2012-04-132-0/+93
* Don't munge PID and TID together, since the way GDB displays them isn't verykettenis2012-04-121-2/+7
* Minimal threads support for i386.kettenis2012-04-113-23/+35
* Minimal threads support for mips64.kettenis2012-04-092-7/+21
* Minimal threads debug support for powerpc.kettenis2012-04-082-13/+24
* Minimal threads debug support for sparc64.kettenis2012-04-073-1/+172
* The wcookie is per-process, not per-thread.kettenis2012-04-071-5/+1
* Fix previous commit; the function signatures are different for our in-treekettenis2012-04-072-6/+6
* Minimal threads debug support; enough to make attach and detach work.kettenis2012-04-065-15/+130
* Add ecoff as possible targets for the mips ports, to be able to muildmiod2012-03-291-2/+2
* Teach as(4) about cmpxchg16b on amd64.kettenis2012-01-051-0/+1
* Properly recognize threads in OpenBSD core dumps.kettenis2011-12-311-0/+5
* don't use == when = was intendedjsg2011-11-201-1/+1
* Always install addr2line(1), objcopy(1), and readelf(1), even onschwarze2011-10-301-6/+6
* Fix backtrace across signals on amd64guenther2011-09-031-1/+1
* Replace a comment asking for a particular order to build stuff inschwarze2011-07-061-4/+6
* Handle lazy relocation stubs like Linux does, (but with simplified code sincekettenis2011-05-093-2/+107
* Fix handling of hidden symbols on hppa. Patch from upstream (Alan Modra).kettenis2010-07-191-1/+1
* Exit strip(1) with an error, if an objfile could not be read.mpf2010-07-161-1/+4
* Add support for Intel AES-NI and the CLMUL_ instructions, plus a few othersthib2010-06-114-6/+160
* Make sure references to hidden symbols are resolved locally and don't gokettenis2010-05-241-1/+5
* expand lvalue macro and remove an unnecessary and illegal cast innaddy2010-05-081-1/+1
* Some fixes from upstream to make this compile with gcc4.kettenis2010-05-082-20/+16
* Add support for floating-point registers on OpenBSD/hppa.kettenis2010-05-022-1/+96
* Backport fix of negative bignums from binutils 2.16:kettenis2010-03-181-0/+29
* Add a new option to the mips64 gas, -mfix-loongson2f-btb. This optionmiod2010-02-034-2/+94
* Use MACHINE_CPU instead of MACHINE_ARCH to pick the correct machine dependentmiod2010-02-031-2/+2
* Do not access s[strlen(s) - 1] without checking first that s is not anmiod2009-08-091-1/+1
* add compat support to gdb so that it can deal with libpthread with andkurt2009-07-244-16/+36
* remove a semicolon at the end of an if statement, alreadyjsg2009-07-121-1/+1
* Handle our new ELF core dumps.kettenis2009-06-061-1/+31
* Provide more dependencies for binutils to build with make -j on a.outmiod2009-03-091-1/+3
* Teach bfd and gdb about the upcoming ELF core dumps.kettenis2009-03-054-4/+95
* Turns out we need to look one frame deeper to find the saved return addresskettenis2009-01-301-2/+4