aboutsummaryrefslogtreecommitdiff
path: root/binutils/elfedit.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-04Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2023-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2022-01-02Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2021-11-19elfedit: Align --[in|out]put-abiversion usageH.J. Lu1-4/+2
2021-11-17elfedit: Add --output-abiversion option to update ABIVERSIONH.J. Lu1-3/+53
2021-04-05C99 binutils configuryAlan Modra1-3/+1
2021-03-31Use bool in binutilsAlan Modra1-4/+4
2021-02-05Fix typos in comments added in PR 27252 fixEli Zaretskii1-2/+2
2021-01-28Fix binutils tools so that they can cope with the special /dev/null file when...Eli Zaretskii1-0/+14
2021-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2020-12-29elfedit: Pass osabi to reconcatH.J. Lu1-1/+1
2020-12-23x86-64: Add Intel LAM property supportH.J. Lu1-2/+6
2020-11-09elfedit false "may be used uninitialised"Alan Modra1-6/+3
2020-11-06elfedit: Update help messageH.J. Lu1-10/+28
2020-10-28Fix compile time warning building with gcc 11.Nick Clifton1-1/+0
2020-03-14readelf large memory allocationAlan Modra1-1/+4
2020-03-13asan: more readelf leaksAlan Modra1-0/+9
2020-02-26Indent labelsAlan Modra1-1/+1
2020-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2019-10-25elfedit: Report unknown x86 featureH.J. Lu1-1/+4
2019-10-25elfedit.c: Replace BYTE_PUT with byte_putH.J. Lu1-1/+1
2019-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2018-11-06elfedit: Add --enable-x86-feature/--disable-x86-featureH.J. Lu1-2/+254
2018-11-03elfedit: Move ELF header magic bytes check to get_file_headerH.J. Lu1-13/+6
2018-01-03Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2017-01-02Update year range in copyright notice of all files.Alan Modra1-1/+1
2016-10-06-Wimplicit-fallthrough noreturn fixesAlan Modra1-1/+1
2016-01-01Copyright update for binutilsAlan Modra1-1/+1
2015-05-13Return ELF_CLASS_BOTH by defaultH.J. Lu1-2/+1
2015-05-11Add EM_386/EM_IAMCU support to elfedit.cH.J. Lu1-24/+55
2015-01-02ChangeLog rotatation and copyright year updateAlan Modra1-1/+1
2014-03-05Update copyright yearsAlan Modra1-2/+1
2012-02-09 * sysdep.h: Include sys/stat.h here.Alan Modra1-3/+1
2011-07-22Add initial Intel K1OM support.H.J. Lu1-0/+3
2011-07-03ELFOSABI_GNUThomas Schwinge1-2/+2
2010-11-21Add and use elfcomm.c/elfcomm.h.H.J. Lu1-534/+29
2010-08-23Add --input-osabi and --output-osabi to elfedit.H.J. Lu1-6/+84
2010-04-09bfd/ChangeLogNick Clifton1-2/+0
2010-01-08Add --input-type and --output-type to elfeditH.J. Lu1-7/+65
2010-01-08Don't change input_elf_XXX if they are -1H.J. Lu1-14/+13
2010-01-07Reformat elfedit.cH.J. Lu1-2/+1
2010-01-06Add elfeditH.J. Lu1-0/+1110