summaryrefslogtreecommitdiff
path: root/binutils
Commit message (Expand)AuthorAgeFilesLines
* Update ELF headers and readelf with recent e_machine assignments.Cary Coutant2020-12-132-1/+20
* Fix a build problem when using FreeBSD 12.Sebastian Huber2020-12-114-3/+9
* Remove references to the unofficial SHF_GNU_BUILD_NOTE section flag.Nick Clifton2020-12-072-5/+6
* binutils: Make smart_rename safe tooSiddhesh Poyarekar2020-12-076-42/+148
* objcopy: Get input file stat after BFD openSiddhesh Poyarekar2020-12-072-16/+16
* binutils: Use file descriptors from make_tempnameSiddhesh Poyarekar2020-12-075-14/+50
* README-how-to-make-a-release (point releases): Add a note to update the miles...Nick Clifton2020-12-072-8/+21
* asan: readelf: memory leaksAlan Modra2020-12-043-40/+65
* Allow spaces in the name of the external preprocessor used by windres.Nick Clifton2020-11-272-1/+13
* ELF: Support .noinit and .persistent sectionsJozef Lawrynowicz2020-11-272-0/+44
* binutils: readelf: support CTF dicts with non-native-endian symtabsNick Alcock2020-11-252-0/+7
* nm ifunc test tweaksAlan Modra2020-11-252-4/+8
* Add missing test fileNick Clifton2020-11-201-0/+18
* bfd, include, ld, binutils, libctf: CTF should use the dynstr/symNick Alcock2020-11-202-2/+7
* objdump, readelf: Report errors from CTF archive iterationNick Alcock2020-11-203-3/+17
* libctf, include, binutils, gdb: rename CTF-opening functionsNick Alcock2020-11-203-2/+8
* libctf, include, binutils, gdb, ld: rename ctf_file_t to ctf_dict_tNick Alcock2020-11-203-10/+20
* Add option to nm to change the characters displayed for ifunc symbols. Add a...Nick Clifton2020-11-208-16/+172
* Add a warning to dllwrap that it is deprecated.Linda Zhang2020-11-202-0/+8
* Fix SHF_GNU_RETAIN testsuite falloutJozef Lawrynowicz2020-11-204-11/+29
* Support SHF_GNU_RETAIN ELF section flagJozef Lawrynowicz2020-11-1811-8/+280
* Place the libdeps record in the second archive slot.Howard Chu2020-11-172-8/+16
* Fix readelf's and objdump's dislplay of DWO links when multiple links are pre...Nick Clifton2020-11-134-40/+87
* readelf: Fix output of rnglists sectionBernd Edlinger2020-11-112-2/+14
* oops - forgot to include the changelog update for the latest binutils/dwarf.c...Nick Clifton2020-11-101-0/+5
* Accept the DW_FORM_ref8 type when parsing DWARF types.Nick Clifton2020-11-101-0/+16
* Fix regexp for development.expAndreas Schwab2020-11-093-2/+7
* Extend the DWARF decoder to display FORM names when operating in wide mode.Nick Clifton2020-11-092-47/+109
* elfedit false "may be used uninitialised"Alan Modra2020-11-092-6/+8
* Re: dependency list for static librariesHoward Chu2020-11-092-2/+7
* elfedit: Update help messageH.J. Lu2020-11-062-10/+33
* Add an option to the archiver to add a section recording library dependencies.Howard Chu2020-11-038-45/+210
* x86: Support GNU_PROPERTY_X86_ISA_1_BASELINE markerH.J. Lu2020-10-3023-31/+55
* dwarf: Also match abbrev base when searching abbrev listH.J. Lu2020-10-295-22/+1517
* Fix a potential illegal memory access by objcopy when extracting dwo sections.Nick Clifton2020-10-292-2/+15
* Use sha256 for hashes in the release processAndreas Rammhold2020-10-282-2/+6
* Fix compile time warning building with gcc 11.Nick Clifton2020-10-282-1/+5
* Fix the decoding of DW_FORM_ref_addr DWARF attribute.Nick Clifton2020-10-272-138/+474
* binutils: Report error message on errorH.J. Lu2020-10-222-0/+6
* Fix printf formatting errors where "0x" is used as a prefix for a decimal num...Dr. David Alan Gilbert2020-10-223-1565/+1724
* Work around problem in DWARF decoding library which can result in attempts to...Nick Clifton2020-10-212-18/+36
* readelf.c display_lto_symtab offset outside bounds of constant stringAlan Modra2020-10-202-37/+77
* binutils: Add myself as RISC-V co-maintainer.Nelson Chu2020-10-202-0/+5
* Readelf: Add --lto-syms option to display LTO symbol tables.Nick Clifton2020-10-194-4/+289
* x86: Support GNU_PROPERTY_X86_ISA_1_V[234] markerH.J. Lu2020-10-0928-68/+164
* Fix a bug in objcopy/strip's ability to merge notes in multiple same-named se...Nick Clifton2020-10-062-4/+7
* Fix compile time error building windmc, detected by gcc 11.Nick Clifton2020-10-052-1/+7
* Fix spelling mistakesSamanta Navarro2020-10-052-8/+12
* binutils: dwarf.c handle DWARF5 DW_LLE_start_end and DW_LLE_start_length.Mark Wielaard2020-09-292-4/+24
* asan: readelf buffer overflow and abortAlan Modra2020-09-253-51/+24