Age | Commit message (Expand) | Author | Files | Lines |
2023-05-30 | Regen binutils POTFILES.in | Alan Modra | 1 | -0/+1 |
2023-05-26 | Enhance objdump's --private option so that it can display the contents of PE ... | Nick Clifton | 11 | -7/+670 |
2023-05-25 | PR29189, dlltool delaylibs corrupt float/double arguments | Alan Modra | 1 | -13/+39 |
2023-05-22 | Re: readelf: Support SHT_RELR/DT_RELR for -r | Alan Modra | 1 | -1/+1 |
2023-05-19 | RISC-V: Support subtraction of .uleb128. | Kuan-Lin Chen | 1 | -2/+0 |
2023-05-10 | Re: stack overflow in debug_write_type | Alan Modra | 1 | -1/+2 |
2023-05-09 | Correct a spelling mistake in the binutils README file. | Enze Li | 2 | -1/+5 |
2023-05-09 | stack overflow in debug_write_type | Alan Modra | 1 | -1/+6 |
2023-05-02 | Remove Dimity Diky as MSP430 maintainer. | Nick Clifton | 2 | -1/+4 |
2023-04-26 | binutils runtest $CC | Alan Modra | 3 | -9/+13 |
2023-04-24 | objcopy of archives tidy | Alan Modra | 1 | -16/+19 |
2023-04-23 | MIPS: support mips*64 as CPU and gnuabi64 as ABI | YunQiang Su | 1 | -0/+1 |
2023-04-20 | Add a SECURITY.txt file describing the GNU Binutils' project's stance on secu... | Nick Clifton | 2 | -0/+72 |
2023-04-20 | ubsan: signed integer overflow in display_debug_lines_raw | Alan Modra | 2 | -16/+17 |
2023-04-19 | Fix: readelf: loc_offset XX too big | Nick Clifton | 2 | -2/+9 |
2023-04-18 | objdump use of uninitialised value in pr_string_field | Alan Modra | 1 | -1/+2 |
2023-04-18 | objdump buffer overflow in fetch_indexed_string | Alan Modra | 1 | -13/+7 |
2023-04-17 | Make the .rsrc section read only. | Nick Clifton | 2 | -1/+7 |
2023-04-11 | Replace an assertion in the dwarf code with a warning message. | Nick Clifton | 2 | -2/+12 |
2023-04-11 | Fix an attempt to allocate an excessive amount of memory when parsing a corru... | Nick Clifton | 2 | -0/+17 |
2023-04-11 | Fix a potential illegal memory access when displaying corrupt DWARF information. | Nick Clifton | 2 | -10/+18 |
2023-04-11 | Fix an attempt to allocate an overlarge amount of memory when decoding a corr... | Nick Clifton | 2 | -6/+27 |
2023-04-06 | Re: objcopy write_debugging_info memory leaks | Alan Modra | 1 | -6/+1 |
2023-04-06 | objdump print_debugging_info memory leaks | Alan Modra | 1 | -148/+172 |
2023-04-06 | objdump -g on gcc COFF/PE files | Alan Modra | 1 | -4/+6 |
2023-04-06 | objcopy write_debugging_info memory leaks | Alan Modra | 2 | -217/+167 |
2023-04-04 | Use bfd_alloc memory for read_debugging_info storage | Alan Modra | 8 | -325/+313 |
2023-04-03 | rddbg.c stabs FIXMEs | Alan Modra | 5 | -23/+36 |
2023-04-03 | Memory leak in process_abbrev_set | Alan Modra | 1 | -7/+3 |
2023-03-30 | Fix an illegal memory access triggered by parsing corrupt DWARF info. | Nick Clifton | 2 | -3/+35 |
2023-03-30 | Tidy leaked objcopy memory | Alan Modra | 2 | -22/+31 |
2023-03-30 | Tidy memory on addr2line failures | Alan Modra | 1 | -0/+3 |
2023-03-27 | Use stdint types in coff internal_auxent | Alan Modra | 1 | -4/+4 |
2023-03-27 | coffgrok access of u.auxent.x_sym.x_tagndx.p | Alan Modra | 1 | -30/+10 |
2023-03-23 | Add support to readelf for the PT_OPENBSD_MUTABLE segment type. | Frederic Cambus | 2 | -0/+6 |
2023-03-19 | Another sanity check for read_section_stabs_debugging_info | Alan Modra | 1 | -0/+1 |
2023-03-16 | readelf: add support for QNT_STACK note subsections | Clément Chigot | 1 | -0/+67 |
2023-03-16 | Re: Sanity check read_section_stabs_debugging_info | Alan Modra | 1 | -1/+2 |
2023-03-14 | Prevent an over large memory allocation in readelf when parsing a corrupt DWA... | Nick Clifton | 2 | -0/+9 |
2023-03-14 | Adjust the decoded line output to fit into 80 columns. | Nick Clifton | 3 | -16/+21 |
2023-03-14 | objdump segfault after symbol table error | Alan Modra | 1 | -0/+2 |
2023-03-14 | Sanity check read_section_stabs_debugging_info | Alan Modra | 1 | -10/+9 |
2023-03-09 | objdump: report no section contents | Alan Modra | 1 | -10/+10 |
2023-03-08 | Re: Move nm.c cached line number info to bfd usrdata | Alan Modra | 1 | -6/+7 |
2023-03-06 | Downgrade objdump fatal errors to non-fatal | Alan Modra | 1 | -48/+95 |
2023-03-06 | Downgrade addr2line fatal errors to non-fatal | Alan Modra | 1 | -5/+14 |
2023-03-06 | Downgrade nm fatal errors to non-fatal | Alan Modra | 1 | -24/+12 |
2023-03-06 | Move nm.c cached line number info to bfd usrdata | Alan Modra | 1 | -85/+65 |
2023-03-06 | Correct objdump command line error handling | Alan Modra | 1 | -10/+15 |
2023-03-03 | Tidy type handling in binutils/rdcoff.c | Alan Modra | 1 | -80/+26 |