Age | Commit message (Expand) | Author | Files | Lines |
2020-05-20 | [PATCH v2 0/9] RISC-V: Support version controling for ISA standard extensions... | Nelson Chu | 1 | -1/+2 |
2020-05-05 | Restore readelf's warnings that describe real problems with the file being ex... | Nick Clifton | 1 | -10/+17 |
2020-05-04 | GAS: Do not create an entry for the default directory if the directory table ... | Nick Clifton | 1 | -7/+21 |
2020-04-29 | When displaying ranges, ignore duplicate offsets. | Andrew Burgess | 1 | -0/+10 |
2020-04-29 | Add a warning if an emtpty SHT_REL, SHT_RELA or SHT_PROGBITS section is detec... | Nick Clifton | 1 | -1/+1 |
2020-03-11 | Add support for generating DWARF-5 format directory and file name tables from... | Nick Clifton | 1 | -31/+28 |
2020-02-20 | RISC-V: Support the ISA-dependent CSR checking. | Nelson Chu | 1 | -1/+1 |
2020-02-07 | Silcence a compile time warning message building the binutils with gcc-10 on ... | Nick Clifton | 1 | -0/+5 |
2020-01-13 | PR23560, PR23561, readelf memory leaks | Alan Modra | 1 | -1/+12 |
2020-01-09 | Add support for debuginfod to the binutils (disable by default, enabled via a... | Aaron Merey | 1 | -3/+107 |
2020-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2019-12-23 | Fix build 32-bit-host build error last for last binutils/dwarf2.c change. | Hans-Peter Nilsson | 1 | -1/+1 |
2019-12-23 | Revise sleb128 and uleb128 reader | Alan Modra | 1 | -909/+660 |
2019-11-28 | binutils/gas/riscv: Add DWARF register numbers for CSRs | Andrew Burgess | 1 | -3/+38 |
2019-11-28 | binutils: Make DWARF register name lookup be via a function pointer | Andrew Burgess | 1 | -8/+35 |
2019-11-28 | binutils: Make some functions static in dwarf.c | Andrew Burgess | 1 | -6/+6 |
2019-11-28 | binutils: Add a new function to initialise DWARF register name state | Andrew Burgess | 1 | -0/+48 |
2019-11-28 | binutils: Rename init_dwarf_regnames | Andrew Burgess | 1 | -1/+1 |
2019-11-28 | binutils: Be more forgiving of targets with large numbers of registers | Andrew Burgess | 1 | -2/+2 |
2019-09-23 | PR25018, readelf crash on 32bits | Alan Modra | 1 | -4/+4 |
2019-08-29 | Tidy check_uvalue | Alan Modra | 1 | -8/+1 |
2019-08-27 | Improve the DWARF decoder's ability to describe the DW_AT_discr_list attribute. | Nick Clifton | 1 | -34/+380 |
2019-08-23 | Prevent a potential illegal memory access in the DWARF parser when processing... | Nick Clifton | 1 | -30/+40 |
2019-08-22 | Prevent a floating point exception in the dwarf parser when a CU or TU table ... | Nick Clifton | 1 | -5/+6 |
2019-08-19 | PR24898, An out-of-bounds read occured in display_data | Alan Modra | 1 | -6/+6 |
2019-08-17 | PR24911, Heap overflow issue in qsort_r, dwarf.c | Alan Modra | 1 | -2/+2 |
2019-07-26 | PR24798, buffer overflow in process_cu_tu_index | Alan Modra | 1 | -29/+24 |
2019-07-25 | Have readelf and objdump display the contents of the DWARF augmentation data ... | Tom de Vries | 1 | -1/+21 |
2019-07-23 | Fix objdump's display of indirect strings in object files, which was broken b... | Nick Clifton | 1 | -1/+0 |
2019-05-21 | AArch64: Add SVE DWARF registers | Tamar Christina | 1 | -3/+7 |
2019-02-25 | Extend objdump's --dwarf=follow-links option so that separate debug info file... | Nick Clifton | 1 | -0/+9 |
2019-02-22 | Extend readelf and objdump so that they will display and follow multiple link... | Nick Clifton | 1 | -162/+285 |
2019-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2018-12-13 | Move aarch64 CIE code to aarch64 backend | Sam Tebbs | 1 | -0/+2 |
2018-09-20 | binutils --dwarf=decodedline: Add display of is_stmt flag | John Darrington | 1 | -3/+8 |
2018-08-08 | Add support for DW_OP_GNU_variable_value to readelf | Kevin Buettner | 1 | -0/+19 |
2018-07-24 | PR23431, Messages composed from pieces can't be properly translated | Alan Modra | 1 | -9/+25 |
2018-07-20 | Close memory and resource leaks detected by coverity in the binutils directory. | Nick Clifton | 1 | -3/+34 |
2018-07-19 | Stop potential memory leaks in dwarf CIE reader. | Nick Clifton | 1 | -4/+12 |
2018-04-18 | Prevent an assertion failure in readelf & objdump when parsing corrupt DWARF ... | Nick Clifton | 1 | -8/+17 |
2018-04-17 | Fix illegal memory access when parsing corrupt DWARF information. | Nick Clifton | 1 | -1/+12 |
2018-04-06 | Display all DWARF 5 language names | Tom Tromey | 1 | -0/+10 |
2018-03-01 | Prevent illegal memory accesses triggerd by intger overflow when parsing corr... | Nick Clifton | 1 | -0/+15 |
2018-02-08 | Speed up readelf and objdump by not looking for DWO links unless the user has... | Nick Clifton | 1 | -0/+6 |
2018-02-02 | binutils/riscv: Register names in DWARF output | Andrew Burgess | 1 | -0/+25 |
2018-01-03 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2017-12-18 | Decode expression lists used with DW_AT_byte_size and other DWARF attributes. | Nick Clifton | 1 | -0/+16 |
2017-11-26 | Rename argument name from link to xlink | H.J. Lu | 1 | -3/+3 |
2017-11-21 | Add ability to follow dwo links to readelf/objdump. | Nick Clifton | 1 | -88/+226 |
2017-11-15 | Add support to readelf and objdump for following links to separate debug info... | Nick Clifton | 1 | -211/+735 |