Age | Commit message (Expand) | Author | Files | Lines |
2021-05-12 | SAFE_BYTE_GET64 | Alan Modra | 4 | -274/+85 |
2021-05-12 | PR27836, readelf -w pointer comparison UB | Alan Modra | 2 | -4/+12 |
2021-05-12 | PR27853, Infinite loop in dwarf.c | Alan Modra | 2 | -12/+21 |
2021-05-12 | PR27849, heap-buffer-overflow on readelf -w | Alan Modra | 2 | -8/+31 |
2021-05-11 | dwarf.c (process_abbrev_set): Properly parenthesize, fix fallout | Hans-Peter Nilsson | 2 | -1/+6 |
2021-05-11 | PR27845, readelf heap-buffer-overflow | Alan Modra | 2 | -38/+51 |
2021-05-10 | Restore old behaviour of windres so that options containing spaces are not en... | Thomas Wolff | 3 | -29/+14 |
2021-05-10 | Avoid possible pointer wrap | Alan Modra | 2 | -3/+9 |
2021-05-09 | Use htab_eq_string in binutils | Alan Modra | 2 | -9/+7 |
2021-05-08 | binutils: update release docs process | Mike Frysinger | 2 | -16/+26 |
2021-05-08 | support generating multi-html pages in parallel | Mike Frysinger | 3 | -2/+17 |
2021-05-08 | generate single html manual page by default | Mike Frysinger | 3 | -2/+9 |
2021-05-07 | Srop readelf's unwind decoder from complaining about x86 binaries. | Nick Clifton | 2 | -0/+15 |
2021-05-07 | dwarf: Don't omit second operand of '?' operator | Michael Forney | 2 | -3/+11 |
2021-04-30 | Fix attempt to free non-allocated pointer when parsing .debug_sup sections. | Nick Clifton | 2 | -9/+34 |
2021-04-29 | Correct the text describing windres's --processor option. | Nick Clifton | 2 | -1/+12 |
2021-04-27 | Reject debuglink sections with no associated filename. | Nick Clifton | 2 | -0/+10 |
2021-04-22 | Harmonize and improve auxiliary entries support for XCOFF | Cl?ment Chigot | 2 | -5/+10 |
2021-04-21 | Add ability to select numeric base when displaying symbol values in readelf. | Nick Lott | 4 | -9/+110 |
2021-04-21 | Adjust readelf's output so that section symbols without a name as shown with ... | Nick Clifton | 8 | -27/+57 |
2021-04-20 | MAINTAINERS: Remove Martin Schwidefsky as s390 maintainer | Andreas Krebbel | 2 | -2/+8 |
2021-04-19 | Fix a problem running the archiver program in MRI mode on archives containing... | Nick Clifton | 2 | -0/+9 |
2021-04-19 | Fix compile time warning about unused functions. | Nick Clifton | 2 | -0/+8 |
2021-04-16 | undefined reference to get_stat_atime | Alan Modra | 2 | -4/+10 |
2021-04-16 | PR27734, get_stat_atime_ns/get_stat_mtime_ns might not use parameter | Pekka Seppänen | 2 | -2/+8 |
2021-04-15 | PR27725, better objcopy -p times | Alan Modra | 6 | -49/+347 |
2021-04-15 | Make objcopy -p work when an output file is specified | Alan Modra | 3 | -13/+22 |
2021-04-14 | elf: Set p_memsz to p_filesz for loadable PT_NOTE segment | H.J. Lu | 4 | -0/+79 |
2021-04-14 | Ignore trailing bytes at the end of a Windows Resource Version structure. | Mark Harmstone | 2 | -0/+9 |
2021-04-14 | Remove unneeded tests for definitions of NT_BSDNETCORE values. | Frederic Cambus | 2 | -4/+5 |
2021-04-14 | PR27716, build failure for msdosdjgpp: PATH_MAX undeclared | Alan Modra | 6 | -90/+103 |
2021-04-13 | Remove now unneeded #ifdef check for NT_NETBSD_PAX. | Frederic Cambus | 2 | -2/+5 |
2021-04-13 | ENABLE_CHECKING in bfd, opcodes, binutils, ld | Alan Modra | 4 | -2/+42 |
2021-04-09 | PowerPC disassembly of pcrel references | Alan Modra | 2 | -30/+33 |
2021-04-06 | Return symbol from symbol_at_address_func | Alan Modra | 2 | -2/+8 |
2021-04-06 | C99 NEWS and README | Alan Modra | 3 | -16/+24 |
2021-04-05 | C99 binutils configury | Alan Modra | 27 | -1881/+631 |
2021-04-01 | Remove strneq macro and use startswith. | Martin Liska | 3 | -8/+13 |
2021-04-01 | Use startswith more for strncmp function calls. | Martin Liska | 4 | -15/+23 |
2021-04-01 | Replace const_strneq with startswith. | Martin Liska | 5 | -59/+74 |
2021-03-31 | Use bool in binutils | Alan Modra | 37 | -3244/+3241 |
2021-03-31 | Remove bfd_stdint.h | Alan Modra | 3 | -2/+7 |
2021-03-31 | Include string.h in bfd.h and delete LITMEMCPY, LITSTRCPY | Alan Modra | 2 | -1/+5 |
2021-03-29 | TRUE/FALSE simplification | Alan Modra | 5 | -8/+17 |
2021-03-29 | binutils int vs bfd_boolean fixes | Alan Modra | 6 | -6/+15 |
2021-03-22 | Add startswith function and use it instead of CONST_STRNEQ. | Martin Liska | 8 | -19/+33 |
2021-03-19 | elf: Rename EM_INTEL205 to EM_INTELGT | H.J. Lu | 2 | -0/+5 |
2021-03-18 | Fix section dumping so that warnings are not issued for missed sections in se... | Nick Clifton | 2 | -43/+75 |
2021-03-16 | Retain .debug_addr sections loaded in the main file. | Nick Clifton | 2 | -1/+7 |
2021-03-16 | Re-enable the dislay of debug sections in separate debuginfo files without th... | Nick Clifton | 2 | -2/+13 |