Age | Commit message (Expand) | Author | Files | Lines |
2021-10-29 | Support for a new pacbti unwind opcode. | Tejas Belagod | 1 | -0/+2 |
2021-10-25 | binutils, ld: make objdump --ctf's parameter optional | Nick Alcock | 3 | -4/+16 |
2021-10-25 | binutils: make objdump/readelf --ctf-parent actually useful | Nick Alcock | 4 | -121/+86 |
2021-10-25 | objdump doesn't accept -L option | Alan Modra | 1 | -1/+1 |
2021-10-25 | bfd_nonfatal_message, localise va_start | Alan Modra | 1 | -3/+3 |
2021-10-24 | LoongArch binutils support | liuzhensong | 3 | -0/+27 |
2021-10-21 | Avoid -Waddress warnings in readelf | Alan Modra | 1 | -86/+123 |
2021-10-19 | Fix a potential illegal memory access when testing for a special LTO symbol n... | Nick Clifton | 3 | -2/+10 |
2021-10-17 | PR28459, readelf issues bogus warning | Alan Modra | 1 | -1/+0 |
2021-10-06 | PR28401, invalid section name lookup | Alan Modra | 1 | -13/+17 |
2021-09-30 | make objcopy fail if it is asked to redefine symbols in an object file contai... | Nick Clifton | 2 | -0/+12 |
2021-09-30 | Add support to readelf for reading OpenBSD ELF core notes. | Frederic Cambus | 1 | -0/+24 |
2021-09-29 | PR27202, readelf -wL doesn't work on ".loc 0" | Alan Modra | 1 | -3/+8 |
2021-09-28 | PR28391, strip/objcopy --preserve-dates *.a: cannot set time | Gleb Fotengauer-Malinovskiy | 2 | -0/+4 |
2021-09-27 | configure: regenerate in all projects that use libtool.m4 | Nick Alcock | 2 | -45/+50 |
2021-09-20 | riscv: print .2byte or .4byte before an unknown instruction encoding | Andrew Burgess | 4 | -0/+73 |
2021-09-07 | Revert: [AArch64] MTE corefile support | Luis Machado | 2 | -2/+8 |
2021-09-03 | CC_FOR_TARGET et al | Alan Modra | 1 | -4/+4 |
2021-09-02 | Add support for the haiku operating system. These are the os support patches... | Alexander von Gluck IV | 1 | -1/+1 |
2021-09-02 | PTR_ADD and NPTR_ADD for bfd.h | Alan Modra | 1 | -1/+1 |
2021-09-01 | PR28250, Null pointer dereference in debug_class_type_samep | Alan Modra | 1 | -1/+1 |
2021-08-31 | Update the how-to-make-a-release document so that a check for empty manual pa... | Nick Clifton | 1 | -0/+4 |
2021-08-30 | RISC-V: PR27916, Support mapping symbols. | Nelson Chu | 7 | -11/+17 |
2021-08-24 | objdump -S test fail on mingw | Alan Modra | 3 | -12/+33 |
2021-08-17 | PATCH [4/4] arm: Add Tag_PACRET_use build attribute | Andrea Corallo | 1 | -0/+5 |
2021-08-17 | PATCH [3/4] arm: Add Tag_BTI_use build attribute | Andrea Corallo | 1 | -0/+5 |
2021-08-17 | PATCH [2/4] arm: Add Tag_BTI_extension build attribute | Andrea Corallo | 1 | -0/+6 |
2021-08-17 | PATCH [1/4] arm: Add Tag_PAC_extension build attribute | Andrea Corallo | 1 | -0/+6 |
2021-08-11 | Add 3 new PAC-related ARM note types | Luis Machado | 1 | -0/+6 |
2021-08-11 | Updated Portuguese translation for the binutils sub-directory. | Nick Clifton | 2 | -2707/+3860 |
2021-08-11 | Deprecate a.out support for NetBSD targets. | John Ericson | 3 | -1380/+1374 |
2021-08-11 | x86: have non-PE/COFF BEOS be recognized as ELF | Jan Beulich | 1 | -0/+5 |
2021-08-10 | Updated Serbian and Russian translations for various sub-directories | Nick Clifton | 2 | -2477/+3641 |
2021-08-04 | PR28156, rename.c doesn't compile with MinGW | Alan Modra | 1 | -0/+2 |
2021-07-30 | readelf: catch archive_file_size of -1 | Alan Modra | 1 | -3/+1 |
2021-07-21 | Remove `netbsdpe` support | John Ericson | 3 | -3/+2 |
2021-07-18 | Update how-to-make-a-release checklist with latest changes from 2.37 release | Nick Clifton | 1 | -16/+35 |
2021-07-16 | Updated Swedish translation for the binutils sub-directory | Nick Clifton | 3 | -2301/+3142 |
2021-07-14 | objdump: add DWARF support for AIX | Clément Chigot | 4 | -49/+66 |
2021-07-13 | RISC-V: Enable elf attributes when default configure option isn't set. | Nelson Chu | 6 | -1/+9 |
2021-07-12 | Updated French translation for the binutils sub-directory | Nick Clifton | 2 | -2314/+3456 |
2021-07-12 | Fix a translation problem for the text generated by readelf at the start of a... | Nick Clifton | 1 | -31/+25 |
2021-07-10 | PR28069, assertion fail in dwarf.c:display_discr_list | Alan Modra | 3 | -21/+26 |
2021-07-08 | elf: Add GNU_PROPERTY_1_NEEDED | H.J. Lu | 1 | -0/+39 |
2021-07-07 | Check for strnlen declaration to fix Solaris 10 build | Rainer Orth | 4 | -1/+20 |
2021-07-06 | RISC-V: Add PT_RISCV_ATTRIBUTES and add it to PHDR. | Kito Cheng | 1 | -0/+13 |
2021-07-05 | Updated translations (mainly Ukranian and French) triggered by creation of 2.... | Nick Clifton | 1 | -2320/+3488 |
2021-07-05 | PR28047, readelf crash due to assertion failure | Alan Modra | 2 | -6/+17 |
2021-07-03 | More minor updates to the how-to-make-a-release documentationgdb-11-branchpoint | Nick Clifton | 1 | -9/+9 |
2021-07-03 | Update version number and regenerate files | Nick Clifton | 4 | -2116/+2997 |