Age | Commit message (Expand) | Author | Files | Lines |
2014-08-19 | Fix --diable-shared --enable-plugins build breakage | Alan Modra | 2 | -0/+62 |
2014-08-14 | configury changes to make ld plugin support controlled by --enable-plugins | Alan Modra | 4 | -242/+282 |
2014-07-29 | [MIPS] Implement O32 FPXX, FP64 and FP64A ABI extensions | Matthew Fortune | 6 | -31/+231 |
2014-07-28 | Warn for ar/nm/ranlib/ld on lto objects without plugin | Alan Modra | 2 | -0/+9 |
2014-07-10 | binutils/testsuite: Disable strip-10 test on ARM non-EABI | Will Newton | 2 | -1/+8 |
2014-07-07 | Remove an accidental commit. | Nick Clifton | 2 | -7/+7 |
2014-07-04 | Rename configure.in to configure.ac | Alan Modra | 5 | -3/+10 |
2014-07-04 | Use modern AC_INIT in configure.in | Alan Modra | 6 | -36/+42 |
2014-07-03 | Clarify doc on addr2line output. | Tristan Gingold | 2 | -17/+28 |
2014-07-01 | Reorganise struct bfd | Alan Modra | 2 | -1/+4 |
2014-06-26 | This adds the ability to the strings program to display strings that contain ... | Erik Akermann | 4 | -2/+36 |
2014-06-26 | Fixes part of a problem reading deliberately non-conforming ELF binaries - wh... | Nick Clifton | 2 | -3/+16 |
2014-06-17 | Prevent large (or negative) version values from overflowing into other fields... | Nick Clifton | 2 | -4/+10 |
2014-06-09 | Correctly save and recall the CFA saved register state. | Romain Chastenet | 2 | -6/+20 |
2014-06-05 | Make it easy to make --disable-werror the default for both binutils and gdb | Joel Brobecker | 4 | -4/+16 |
2014-06-03 | If the binutils testsuite is run on an installed toolchain the tests involving | Nick Clifton | 2 | -4/+17 |
2014-05-16 | This fixes a few issues with pe/coff build-ids that were discovered since the | Jon Turney | 2 | -2/+24 |
2014-05-16 | This adds support for marking RL78 binaries as either supporting 32-bit | Kaushik Phata | 2 | -0/+6 |
2014-05-02 | bfd target vector rationalisation | Alan Modra | 3 | -10/+15 |
2014-04-30 | Fixes a problem with the BFD library running out of memory because it mistakenly | Nick Clifton | 4 | -0/+37 |
2014-04-25 | Add maintainers for OR1K. | Christian Svensson | 2 | -0/+6 |
2014-04-23 | Add support for the MIPS eXtended Physical Address (XPA) ASE. | Andrew Bennett | 2 | -0/+8 |
2014-04-22 | Remove support for the (deprecated) openrisc and or32 configurations and replace | Christian Svensson | 6 | -18/+53 |
2014-04-18 | mach-o: layout executables | Tristan Gingold | 2 | -11/+15 |
2014-04-16 | Mach-O: Add objdump -P dyld_info to dump dyld data. | Tristan Gingold | 2 | -8/+365 |
2014-04-16 | Mach-O: improve objdump -P load output. | Tristan Gingold | 2 | -53/+57 |
2014-04-07 | Report an error on objcopy/strip of sectionless binaries | Alan Modra | 2 | -0/+12 |
2014-04-03 | This patch allows one to place the gcc's liblto_plugin in the lib/bfd-plugins... | Markus Trippelsdorf | 3 | -4/+15 |
2014-04-03 | mach-o: fix warnings on 32 bit hosts. Display personality functions. | Tristan Gingold | 2 | -6/+32 |
2014-04-02 | mach-o: read and dump: prebound_dylib, prebind_cksum, twolevel_hints. | Tristan Gingold | 2 | -1/+92 |
2014-04-01 | mach-o: display data_in_code. | Tristan Gingold | 2 | -7/+89 |
2014-03-27 | Mach-O: disp dyld environment command in objdump -P load. | Tristan Gingold | 2 | -0/+12 |
2014-03-27 | Mach-O: add objdump -P function_starts to display function starts. | Tristan Gingold | 2 | -15/+94 |
2014-03-27 | objdump: set address of debug sections. | Tristan Gingold | 2 | -1/+5 |
2014-03-26 | [AArch64 disassembler] Add missing checks of undefine encodings on | Yufeng Zhang | 4 | -0/+116 |
2014-03-26 | Mach-O: Add BFD_MACH_O_CPU_TYPE_ARM64. | Tristan Gingold | 2 | -0/+5 |
2014-03-24 | Fix stack offset in Mach-O output for -P compact_unwind. | Tristan Gingold | 2 | -5/+12 |
2014-03-20 | An off-by-one error in the code to catch bogus vn_next fields meant that | Nick Clifton | 2 | -1/+6 |
2014-03-19 | This is a fix for PR binutils/16723, where a corrupt .gnu.version_r section c... | Nick Clifton | 2 | -0/+13 |
2014-03-17 | readelf -s test: Skip extra symbols produced by MSP430 assembler. | Nick Clifton | 2 | -0/+6 |
2014-03-17 | od-macho: dump compact unwind info. | Tristan Gingold | 2 | -2/+457 |
2014-03-17 | mach-o: handle lasz load dylib command. | Tristan Gingold | 2 | -0/+5 |
2014-03-14 | Check fwrite return code | Anthony Green | 2 | -1/+10 |
2014-03-14 | Fix build time problem with MingGW hosts, which do not have a strnlen() funct... | Nick Clifton | 3 | -4/+9 |
2014-03-12 | Update the documentation for the AR command so that it shows the --plugin | Nick Clifton | 2 | -2/+8 |
2014-03-12 | Fix compile time warnings about unused variables 'yyinput' and 'input'. | Dmitry Gorbachev | 2 | -2/+7 |
2014-03-12 | autoreconf | Alan Modra | 3 | -2/+7 |
2014-03-06 | Patch for PR binutils/16664 which triggers a seg-fault when attempting to | Nick Clifton | 2 | -9/+22 |
2014-03-05 | Update copyright years | Alan Modra | 126 | -201/+130 |
2014-03-03 | Fix various copyright issues | Alan Modra | 2 | -0/+13 |