summaryrefslogtreecommitdiff
path: root/binutils
Commit message (Expand)AuthorAgeFilesLines
* Fix compile time warning introduced by previous delta.Nick Clifton2018-01-032-2/+7
* Add support for v3 binary annotation notes.Nick Clifton2018-01-0319-278/+741
* Update year range in copyright notice of binutils filesAlan Modra2018-01-03141-141/+145
* ChangeLog rotationAlan Modra2018-01-032-1874/+1888
* Stop readelf from complaining about relocation sections with an sh_info field...Nick Clifton2017-12-192-5/+15
* Test binutils_assemble return valueAlan Modra2017-12-1912-290/+323
* Decode expression lists used with DW_AT_byte_size and other DWARF attributes.Nick Clifton2017-12-182-0/+23
* binutils nm testsuite tidyAlan Modra2017-12-143-26/+23
* [Binutils][Objdump]Check symbol section information while search a mapping sy...Renlin Li2017-12-113-0/+33
* Fix stripping relocs in a file with mergeable notes.Nick Clifton2017-12-083-8/+29
* Objcopy interleave fails if section address not multiple of interleave.Jim Wilson2017-12-062-0/+18
* PR22552, readelf heap buffer overflow in load_debug_sectionAlan Modra2017-12-062-6/+17
* Add --strip-unneeded to objcopy synopsisOleksandr Pikozh2017-12-012-0/+5
* Prevent an illegal memory access in readelf when attempting to parse a corrup...Nick Clifton2017-11-302-0/+10
* Stop objdump from attempting to allocate a huge chunk of memory when parsing ...Nick Clifton2017-11-292-1/+17
* Support --localedir, --datarootdir and --datadirStefan Stroe2017-11-292-4/+10
* Properly handle note sections and segmentsH.J. Lu2017-11-282-16/+39
* Fix a seg-fault when displaying notes from a prorgam segment. Check for a NU...Nick Clifton2017-11-272-11/+29
* Rename argument name from link to xlinkH.J. Lu2017-11-262-3/+8
* Re-apply "elf: Properly compute offsets of note descriptor and next note"H.J. Lu2017-11-242-2/+13
* Revert "elf: Properly compute offsets of note descriptor and next note"Simon Marchi2017-11-242-13/+2
* elf: Properly compute offsets of note descriptor and next noteH.J. Lu2017-11-242-2/+13
* Avoid bogus compile time warning from clang by initialising local data struct...Pavel I. Kryukov2017-11-232-1/+9
* Add a test for PR binutils/22451H.J. Lu2017-11-213-0/+68
* [ARC] [COMMITTED] Update test pattern patching.claziss2017-11-212-1/+6
* Add ability to follow dwo links to readelf/objdump.Nick Clifton2017-11-218-140/+399
* PR22443, Global buffer overflow in _bfd_elf_get_symbol_version_stringAlan Modra2017-11-193-10/+25
* Finish fixing riscv gas lns-common-1 failure, and lns-duplicate.Jim Wilson2017-11-172-2/+174
* Fix a memory leak when processing archives.Nick Clifton2017-11-172-0/+6
* Fix a snafu in a previous update to readelf that stopped it from printing arc...Nick Clifton2017-11-172-0/+6
* objcopy memory leakAlan Modra2017-11-152-0/+8
* Add support to readelf and objdump for following links to separate debug info...Nick Clifton2017-11-1519-1482/+2640
* Fix riscv binutils xfail for debug_ranges test.Jim Wilson2017-11-102-1/+6
* Fix typo in my email address.Jim Wilson2017-11-072-1/+5
* RISC-V: Add Jim Wilson as a maintainer, and clean up our entriesPalmer Dabbelt2017-11-072-2/+9
* readelf ngettext fixesAlan Modra2017-11-0715-110/+226
* ngettext supportAlan Modra2017-11-072-2/+13
* [ARC] Force the disassam to use the hexadecimal number for printingclaziss2017-11-034-1/+19
* Fix integer overflow problems when reading an ELF binary with corrupt augment...Nick Clifton2017-11-032-25/+50
* Work around integer overflows when readelf is checking for corrupt ELF notes ...Mingi Cho2017-11-022-16/+23
* FT32B is a new FT32 family member. It has a code compression scheme, which re...James Bowman2017-11-012-0/+6
* Fix an invalid free called when attempting to link a COFF object against an E...Nick Clifton2017-11-011-2/+10
* Remind users to use the --use-dynamic command line option to dump dynamic rel...Nick Clifton2017-10-312-1/+21
* PR22361 readelf buffer overflow on fuzzed archive headerAlan Modra2017-10-282-0/+18
* dwarf: Read register number as unsigned in DW_CFA_def_cfa*Simon Marchi2017-10-272-4/+10
* Allow for __gnu_lto_slim prefixed with extra "_"Alan Modra2017-10-252-1/+8
* [Visium] Disassemble the operands of the stop instruction.Eric Botcazou2017-10-182-0/+5
* Add a warning to the how-to-make-a-release notes to check the permissions on ...Nick Clifton2017-10-182-5/+17
* Move Svein Seldal to Past Maintainers section.Nick Clifton2017-10-182-1/+5
* PR22303, print_core_note out of bounds readAlan Modra2017-10-182-27/+35