aboutsummaryrefslogtreecommitdiff
path: root/binutils/nm.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-26Don't claim a fat IR object if no IR object should be claimedH.J. Lu1-3/+3
2024-01-15nm: Replace --with-symbol-versions with --without-symbol-versions in --help o...Nick Clifton1-1/+1
2024-01-04Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2023-12-06PR31096, nm shows 32bit addresses as 64bit addressesAlan Modra1-35/+44
2023-12-01Fix: nm -U short flag erroneously consumes argumentNick Clifton1-1/+1
2023-08-03objdump, nm: sprintf sanitizer null destination pointerAlan Modra1-12/+17
2023-03-08Re: Move nm.c cached line number info to bfd usrdataAlan Modra1-6/+7
2023-03-06Downgrade nm fatal errors to non-fatalAlan Modra1-24/+12
2023-03-06Move nm.c cached line number info to bfd usrdataAlan Modra1-85/+65
2023-02-16Delete PROGRESS macrosAlan Modra1-12/+0
2023-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2022-11-24Constify nm format arrayAlan Modra1-2/+2
2022-06-16Always free matching vector from bfd_check_format_matchesAlan Modra1-8/+2
2022-05-27Remove use of bfd_uint64_t and similarAlan Modra1-44/+5
2022-05-18Add a --no-weak option to nm.Nick Clifton1-1/+10
2022-05-11nm: use -U as an alias for --defines-only, in line with llvm-nmNick Clifton1-8/+14
2022-01-02Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2021-11-12Fix demangle style usage infoAlan Modra1-39/+74
2021-11-09Add --unicode option to control how unicode characters are handled by display...Nick Clifton1-1/+227
2021-10-19Fix a potential illegal memory access when testing for a special LTO symbol n...Nick Clifton1-1/+2
2021-04-05C99 binutils configuryAlan Modra1-7/+1
2021-03-31Use bool in binutilsAlan Modra1-26/+26
2021-03-15Add a symbols-only mode to nm.Nick Clifton1-24/+85
2021-03-01PR27128, nm -P portable output format regressionAlan Modra1-7/+14
2021-02-26nm: Add --quiet to suppress "no symbols" diagnosticFangrui Song1-4/+14
2021-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2020-12-31PR27128, nm -P portable output format regressionAlan Modra1-13/+15
2020-11-20Add option to nm to change the characters displayed for ifunc symbols. Add a...Nick Clifton1-0/+26
2020-09-16Tidy elf_symbol_fromAlan Modra1-1/+1
2020-08-22elf: Keep only one '@' for undefined versioned symbolsH.J. Lu1-1/+4
2020-08-10nm: Remove --with-symbol-versionsH.J. Lu1-19/+7
2020-03-24bfd: Add a bfd_boolean argument to bfd_get_symbol_version_stringH.J. Lu1-4/+4
2020-03-24bfd: Display symbol version for nm -DH.J. Lu1-6/+20
2020-03-20plugin: Don't invoke LTO-wrapperH.J. Lu1-1/+1
2020-02-25Don't call lto-wrapper for ar and ranlibH.J. Lu1-1/+1
2020-01-13PR25362, memory leak in nmAlan Modra1-0/+2
2020-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2019-09-24PR25031, nm reports wrong address on 32bitAlan Modra1-54/+50
2019-09-19bfd_section_* macrosAlan Modra1-2/+2
2019-09-18bfd_asymbol_* macrosAlan Modra1-10/+10
2019-09-06bfd_get_filenameAlan Modra1-21/+21
2019-07-29Support .gnu.lto_.lto section in ELF files (PR 24768).Martin Liska1-3/+20
2019-05-01Change nm so that when it is running in POSIX compatible mode, it does not pr...Nick Clifton1-33/+62
2019-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2018-12-08PR23952, memory leak in _bfd_generic_read_minisymbolsAlan Modra1-6/+3
2018-12-07Synchronize libiberty with gcc and add --no-recruse-limit option to tools tha...Nick Clifton1-4/+23
2018-10-15BFD_INIT_MAGICAlan Modra1-1/+2
2018-01-03Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2017-11-19PR22443, Global buffer overflow in _bfd_elf_get_symbol_version_stringAlan Modra1-7/+10
2017-10-25Allow for __gnu_lto_slim prefixed with extra "_"Alan Modra1-1/+3