Age | Commit message (Expand) | Author | Files | Lines |
2022-02-09 | Update the obsolete list and how-to-make-a-release documentation now that the... | Nick Clifton | 2 | -35/+51 |
2022-02-09 | PR28763, SIGSEGV during processing of program headers via readelf | Alan Modra | 1 | -5/+7 |
2022-02-09 | Test --only-keep-debug on ELF relocatables | Peilin Ye | 1 | -0/+57 |
2022-02-08 | PR28862, heap-buffer-overflow in parse_stab_string | Alan Modra | 1 | -4/+4 |
2022-02-05 | Enable "size" as a dumpprog in ld | Alan Modra | 1 | -0/+1 |
2022-02-03 | Support symbol+offset lookup in addr2line | Andi Kleen | 2 | -13/+80 |
2022-01-31 | Load debug section only when dumping debug sections | H.J. Lu | 2 | -0/+15 |
2022-01-29 | objcopy --only-keep-debug | Alan Modra | 1 | -3/+3 |
2022-01-28 | PR28753, buffer overflow in read_section_stabs_debugging_info | Alan Modra | 1 | -1/+1 |
2022-01-27 | Updated Swedish translation for the binutils subdirectory | Nick Clifton | 2 | -1919/+2132 |
2022-01-24 | Update Bulgarian, French, Romaniam and Ukranian translation for some of the s... | Nick Clifton | 5 | -8087/+17866 |
2022-01-23 | Regenerate Makefile.in files with automake 1.15.1 | H.J. Lu | 1 | -1/+0 |
2022-01-23 | Regenerate configure files with autoconf 2.69 | H.J. Lu | 1 | -15/+3 |
2022-01-22 | Allow inferring tmp_prefix from the dll name from a def file. | Martin Storsj? | 2 | -17/+22 |
2022-01-22 | Update release makeing script with new release numbers | Nick Clifton | 1 | -16/+19 |
2022-01-22 | Change version number to 2.38.50 and regenerate files | Nick Clifton | 3 | -1929/+2198 |
2022-01-22 | Add markers for 2.38 branch | Nick Clifton | 3 | -0/+7 |
2022-01-21 | drop old unused stamp-h.in file | Mike Frysinger | 1 | -1/+0 |
2022-01-18 | PR28029, debuginfod tests | Alan Modra | 1 | -50/+62 |
2022-01-18 | PowerPC64 DT_RELR | Alan Modra | 1 | -1/+3 |
2022-01-17 | Update the config.guess and config.sub files from the master repository and r... | Nick Clifton | 2 | -0/+5 |
2022-01-13 | testsuite supports_dt_relr | Alan Modra | 1 | -0/+10 |
2022-01-12 | elf: Support DT_RELR in linker tests | H.J. Lu | 1 | -0/+1 |
2022-01-12 | objdump, readelf: Emit "CU:" format only when wide output is requested | Hans-Peter Nilsson | 3 | -3/+3 |
2022-01-11 | ar: Add --thin for creating thin archives | Fangrui Song | 5 | -6/+43 |
2022-01-11 | Fix multiple problems with DLL generation. | Martin Storsj | 2 | -3/+22 |
2022-01-07 | Revert previous delta to debug.c. Replace with patch to reject indirect type... | Pavel Mayorov | 2 | -20/+23 |
2022-01-06 | Fix a stack exhaustion bug parsing malicious STABS format debug information. | Nick Clifton | 2 | -2/+22 |
2022-01-05 | doc: Replace =frame-interp with =frames-interp | H.J. Lu | 1 | -1/+1 |
2022-01-04 | Add ATTRIBUTE_UNUSED to load_build_id_debug_file()'s main_filename parameter. | Nick Clifton | 1 | -1/+1 |
2022-01-04 | Remove a spurious debugging message. | Nick Clifton | 2 | -3/+5 |
2022-01-02 | Update year range in copyright notice of binutils files | Alan Modra | 145 | -147/+147 |
2021-12-21 | Typo fixes in binutils doc | Alan Modra | 1 | -4/+4 |
2021-12-19 | readelf: avoid a possible divide by zero | Alan Modra | 1 | -0/+4 |
2021-12-17 | try_build_id_prefix gcc-10 -Wformat-security errors | Alan Modra | 1 | -3/+2 |
2021-12-16 | When loading separate debug info files, also attempt to locate a file based u... | Nick Clifton | 4 | -4/+131 |
2021-12-15 | PR28694, Out-of-bounds write in stab_xcoff_builtin_type | Alan Modra | 1 | -44/+43 |
2021-12-10 | Don't return the main file as the separate debug info | H.J. Lu | 1 | -1/+17 |
2021-12-07 | Re: Add support for AArch64 EFI (efi-*-aarch64) | Alan Modra | 1 | -46/+40 |
2021-12-03 | Add myself and Zhensong Liu as the LoongArch port maintainer. | Chenghua Xu | 2 | -0/+7 |
2021-12-02 | Fix illegal memory access whilst parsing corrupt DWARF debug information. | Nick Clifton | 2 | -2/+22 |
2021-12-01 | binutils: add missing prefix for binutils/index.html rule | Mike Frysinger | 2 | -2/+2 |
2021-12-01 | readelf: recognize FDO Packaging Metadata ELF note. (Correcting snafu during... | Luca Boccassi | 1 | -2/+2 |
2021-12-01 | readelf: recognize FDO Packaging Metadata ELF note | Luca Boccassi | 1 | -0/+15 |
2021-11-30 | binutils: regenerate Makefile.in after doc/ changes | Mike Frysinger | 1 | -16/+16 |
2021-11-30 | Fix missing build dependency for binutils man pages | Roland McGrath | 2 | -16/+21 |
2021-11-30 | Use dwarf_vma type for offsets, ranges and section sizes in DWARF decoder. | Nick Clifton | 2 | -36/+59 |
2021-11-29 | binutils: merge doc subdir up a level | Mike Frysinger | 6 | -1145/+609 |
2021-11-29 | binutils: enable silent build rules | Mike Frysinger | 6 | -226/+266 |
2021-11-29 | strings: Replace references to -u option with references to -U. | Nick Clifton | 1 | -2/+2 |