Age | Commit message (Expand) | Author | Files | Lines |
2022-07-26 | Updated translations for various sub-directories | Nick Clifton | 3 | -5895/+6527 |
2022-07-25 | opcodes: add new sub-mnemonic disassembler style | Andrew Burgess | 1 | -0/+2 |
2022-07-25 | bfd: Delete R_LARCH_NONE from dyn info of LoongArch. | liuzhensong | 1 | -0/+2 |
2022-07-22 | PR17122, OSX 10.9 build failure | Alan Modra | 4 | -26/+3 |
2022-07-22 | PR15951, binutils testsuite builds status wrapper unconditionally | Alan Modra | 1 | -1/+6 |
2022-07-21 | PR29390, DW_CFA_AARCH64_negate_ra_state vs. DW_CFA_GNU_window_save | Alan Modra | 1 | -2/+11 |
2022-07-21 | PR29337, readelf CU/TU mixup in .gdb_index | Alan Modra | 1 | -2/+2 |
2022-07-21 | PR29370, infinite loop in display_debug_abbrev | Alan Modra | 1 | -13/+6 |
2022-07-21 | binutils/dwarf.c: abbrev caching | Alan Modra | 1 | -98/+110 |
2022-07-21 | miscellaneous dwarf.c tidies | Alan Modra | 1 | -110/+106 |
2022-07-19 | [AArch64] Support AArch64 MTE memory tag dumps in core files | Luis Machado | 1 | -0/+1 |
2022-07-09 | Regenerate with automake-1.15.1 | Alan Modra | 3 | -482/+304 |
2022-07-08 | Update release README with new version numbers | Nick Clifton | 1 | -7/+7 |
2022-07-08 | Update version to 2.39.50 and regenerate files | Nick Clifton | 5 | -2278/+2621 |
2022-07-08 | Add markers for 2.39 branch | Nick Clifton | 4 | -1/+9 |
2022-07-06 | Descriptive DWARF operations dump support for DW_AT_rank | Bhuvanendra Kumar N | 1 | -0/+1 |
2022-07-05 | Support for location and range lists for split-dwarf and dwarf-5. | Bhuvanendra Kumar N | 2 | -9/+34 |
2022-07-04 | objcopy: bfd_alloc orelocation | Alan Modra | 3 | -24/+28 |
2022-07-04 | Modified changes for split-dwarf and dwarf-5. | Bhuvanendra Kumar N | 1 | -3/+9 |
2022-07-01 | Add newline to the end of the rnglists displsy. | Nick Clifton | 2 | -0/+5 |
2022-06-30 | Fix implementation of readelf's -wE and -wN options, | Nick Clifton | 3 | -4/+18 |
2022-06-28 | windres: add quotes around preprocessor cmd if needed | Clément Chigot | 1 | -12/+14 |
2022-06-28 | Fix the display of the idnex values for DW_FORM_loclistx and DW_FORM_rnglistx... | Nick Clifton | 3 | -127/+183 |
2022-06-27 | Replace a run-time assertion failure with a warning message when parsing corr... | Nick Clifton | 2 | -1/+12 |
2022-06-27 | Fix NULL pointer indirection when parsing corrupt DWARF data. | Nick Clifton | 2 | -6/+12 |
2022-06-27 | Stop bogus warnings about DWARF indexed string offsets being too big. | Nick Clifton | 3 | -75/+26 |
2022-06-27 | drop XC16x bits | Jan Beulich | 1 | -14/+0 |
2022-06-27 | Fix location list offset address dump under DW_AT_location (dwarf-5) | Bhuvanendra Kumar N | 1 | -12/+26 |
2022-06-22 | Binutils support for split-dwarf and dwarf-5 | Kumar N, Bhuvanendra | 3 | -15/+56 |
2022-06-22 | readelf: replace xmalloc with malloc in slurp_relr_relocs | Marcus Nilsson | 2 | -1/+6 |
2022-06-22 | PR29270, DW_FORM_udata signed output | Alan Modra | 1 | -1/+5 |
2022-06-21 | Binutils support for dwarf-5 (location and range lists related) | Nick Clifton | 3 | -13/+51 |
2022-06-20 | PR29262, memory leak in pr_function_type | Alan Modra | 1 | -5/+2 |
2022-06-20 | PR29261, memory leak in parse_stab_struct_fields | Alan Modra | 1 | -1/+4 |
2022-06-17 | PR29255, memory leak in make_tempdir | Alan Modra | 1 | -9/+11 |
2022-06-17 | PR29254, memory leak in stab_demangle_v3_arg | Alan Modra | 1 | -1/+4 |
2022-06-16 | Always free matching vector from bfd_check_format_matches | Alan Modra | 9 | -48/+15 |
2022-06-16 | Restore readelf -wF | Alan Modra | 1 | -102/+59 |
2022-06-16 | PR29250, readelf erases CIE initial register state | Alan Modra | 1 | -37/+31 |
2022-06-14 | asan: applying zero offset to NULL pointer | Alan Modra | 1 | -2/+3 |
2022-05-31 | Trailing spaces in objdump -r header | Alan Modra | 1 | -1/+1 |
2022-05-27 | Remove use of bfd_uint64_t and similar | Alan Modra | 4 | -124/+35 |
2022-05-26 | Re: Add bionutils support for DWARF v5's DW_OP_addrx | Natarajan, Kavitha | 2 | -0/+169 |
2022-05-25 | Add bionutils support for DWARF v5's DW_OP_addrx. | Natarajan, Kavitha | 3 | -6/+76 |
2022-05-24 | PR29171, invalid read causing SIGSEGV | Alan Modra | 1 | -4/+5 |
2022-05-24 | PR29170, divide by zero displaying fuzzed .debug_names | Alan Modra | 1 | -21/+24 |
2022-05-24 | PR29169, invalid read displaying fuzzed .gdb_index | Alan Modra | 1 | -58/+22 |
2022-05-20 | Stop readekf and objdump from aggressively following links. | Nick Clifton | 8 | -66/+179 |
2022-05-19 | Fix potentially uninitialised variables in the Windows tools | Nick Clifton | 7 | -7/+19 |
2022-05-19 | COFF/PE: don't leave zero timestamp after objcopy / strip | Jan Beulich | 1 | -6/+8 |