aboutsummaryrefslogtreecommitdiff
path: root/binutils
AgeCommit message (Expand)AuthorFilesLines
2018-03-13Prevent a buffer overrun when parsing corrupt STABS debug information.Nick Clifton2-1/+10
2018-03-13Add range changing to STABS parsing functions, in order to prevent buffer ove...Nick Clifton2-144/+284
2018-03-07Fix PR binutils/22923.Paul Pluzhnikov2-1/+7
2018-03-07XCOFF disassemblerAlan Modra3-2/+7
2018-03-05Use binary search on dynamic relocationsH.J. Lu2-19/+50
2018-03-01Prevent illegal memory accesses triggerd by intger overflow when parsing corr...Nick Clifton2-0/+21
2018-03-01Add missing translations to ALL_LINGUASAlan Modra3-2/+7
2018-02-27Add a new Portuguese translation for the binutils sub-directory, and update t...Nick Clifton4-2/+11959
2018-02-27Have info_to_howto functions return a success/fail status. Check this result...Nick Clifton6-3/+46
2018-02-26BFD messagesAlan Modra3-2/+7
2018-02-26MIPS messagesAlan Modra3-2/+7
2018-02-20Fix typo in listing of objcopy's command line options.Ronald Hoogenboom2-1/+6
2018-02-19Fix mistake in the declaration of the --include-all-whitespace option of the ...Matthias Klose2-1/+6
2018-02-13PR22836, "-r -s" doesn't work with -g3 using GCC 7Alan Modra6-0/+61
2018-02-08Speed up readelf and objdump by not looking for DWO links unless the user has...Nick Clifton2-0/+12
2018-02-06Replace reachable assertion with a test and return of NULL.Nick Clifton2-1/+21
2018-02-05MIPS/BFD: Correctly report unsupported `.reginfo' section sizeMaciej W. Rozycki5-0/+27
2018-02-05binutils/testsuite: Support stderr options with `run_dump_test'Maciej W. Rozycki3-43/+157
2018-02-02binutils/riscv: Register names in DWARF outputAndrew Burgess4-0/+40
2018-02-01PR22769, crash when running 32-bit objdump on corrupted fileAlan Modra2-2/+11
2018-01-30Update description of nm's symbol bss type letters.Nick Clifton2-2/+12
2018-01-3032-bit objcopy build failAlan Modra2-2/+7
2018-01-28Update release notes with a reminder to check the gpg key being used.Nick Clifton2-2/+13
2018-01-27Update documentation on making a releaseNick Clifton2-4/+100
2018-01-26Update notes on making a releaseNick Clifton2-24/+46
2018-01-22binutils/doc: Fix a "using" typo in `objcopy --rename-section' descriptionMaciej W. Rozycki2-1/+6
2018-01-22MAINTAINERS: Update my company e-mail addressMaciej W. Rozycki2-1/+5
2018-01-22Update Swedish translation for the binutils sub-directoryNick Clifton2-1640/+2082
2018-01-18Update Bulgarian translation of the binutils sub-directoryNick Clifton3-1606/+2057
2018-01-16binutils release procedure: Add AI to update branch name in crontabJoel Brobecker2-6/+24
2018-01-16Update translations for various binutils components.Nick Clifton2-1652/+2167
2018-01-16Remove trailing spaces in binutils/README-how-to-make-a-releaseJoel Brobecker2-15/+19
2018-01-15Update Ukranian translations for bfd, binutils, gas, gold, ld and opcodesNick Clifton2-1644/+2262
2018-01-13Update notes on how to make a releaseNick Clifton2-12/+10
2018-01-13Update pot filesNick Clifton2-1562/+1976
2018-01-13Bump version number to 2.30.51Nick Clifton3-10/+15
2018-01-13Add note about 2.30 branch creation to changelogsNick Clifton2-0/+2
2018-01-13Add 2.30 markers to NEWS files.Nick Clifton4-3/+14
2018-01-12Add notes on how to make a branch and a pre-release snapshot.Nick Clifton3-0/+80
2018-01-10Update top level configure files by synchronizing them with gcc.Nick Clifton2-1/+10
2018-01-03Fix compile time warning introduced by previous delta.Nick Clifton2-2/+7
2018-01-03Add support for v3 binary annotation notes.Nick Clifton19-278/+741
2018-01-03Update year range in copyright notice of binutils filesAlan Modra141-141/+145
2018-01-03ChangeLog rotationAlan Modra2-1874/+1888
2017-12-19Stop readelf from complaining about relocation sections with an sh_info field...Nick Clifton2-5/+15
2017-12-19Test binutils_assemble return valueAlan Modra12-290/+323
2017-12-18Decode expression lists used with DW_AT_byte_size and other DWARF attributes.Nick Clifton2-0/+23
2017-12-14binutils nm testsuite tidyAlan Modra3-26/+23
2017-12-11[Binutils][Objdump]Check symbol section information while search a mapping sy...Renlin Li3-0/+33
2017-12-08Fix stripping relocs in a file with mergeable notes.Nick Clifton3-8/+29