Age | Commit message (Expand) | Author | Files | Lines |
2022-03-16 | dlltool: Use the output name as basis for deterministic temp prefixes | Martin Storsj? | 2 | -3/+10 |
2022-03-16 | binutils/readelf: handle AMDGPU relocation types | Simon Marchi | 2 | -0/+7 |
2022-03-16 | binutils/readelf: build against msgpack, dump NT_AMDGPU_METADATA note contents | Simon Marchi | 7 | -19/+374 |
2022-03-16 | binutils/readelf: handle NT_AMDGPU_METADATA note name | Simon Marchi | 2 | -0/+25 |
2022-03-16 | binutils/readelf: decode AMDGPU-specific e_flags | Simon Marchi | 2 | -0/+158 |
2022-03-16 | binutils/readelf: handle AMDGPU OS ABIs | Simon Marchi | 2 | -0/+15 |
2022-03-16 | Updated Serbian (for binutils/) and Russian (for gprof/) translations | Nick Clifton | 2 | -1936/+2296 |
2022-03-15 | Fix bug in dwarf-mode.el | Tom Tromey | 2 | -4/+11 |
2022-03-11 | gprofng: a new GNU profiler | Vladimir Mezentsev | 3 | -6/+12 |
2022-03-10 | Add option to objdump/readelf to disable access to debuginfod servers. | Nick Clifton | 9 | -12/+105 |
2022-03-06 | MIPS/opcodes: Fix alias annotation for branch instructions | Maciej W. Rozycki | 12 | -0/+200 |
2022-03-04 | binutils/readelf: fix indentation in process_dynamic_section | Simon Marchi | 2 | -6/+10 |
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 |