Age | Commit message (Expand) | Author | Files | Lines |
2022-08-05 | reset development to true. update version number | Nick Clifton | 1 | -10/+10 |
2022-08-05 | This is the 2.39 release | Nick Clifton | 2 | -10/+15 |
2022-07-26 | Stop the linker from complaining about RWX segments on sparc-solaris targets. | Nick Clifton | 3 | -5895/+6527 |
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-08 | Update version number | Nick Clifton | 2 | -1965/+2127 |
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 |
2022-05-18 | Add a --no-weak option to nm. | Nick Clifton | 6 | -2/+74 |
2022-05-12 | PR29142, segv in ar with empty archive and libdeps specified | Alan Modra | 1 | -7/+9 |
2022-05-11 | nm: use -U as an alias for --defines-only, in line with llvm-nm | Nick Clifton | 2 | -29/+40 |
2022-05-10 | Fix compiling binutils/resbin.c with Clang version 14 | Nick Clifton | 1 | -5/+3 |
2022-05-04 | Dwarf: rename yet another instance of "index" | Jan Beulich | 1 | -3/+3 |
2022-05-03 | Add a linker warning when creating potentially dangerous executable segments.... | Nick Clifton | 1 | -0/+2 |
2022-05-03 | objdump: fix styled printing of addresses | Andrew Burgess | 1 | -4/+5 |
2022-04-25 | Emit a note warning the user that creating an executable stack because of a m... | Nick Clifton | 2 | -0/+7 |