summaryrefslogtreecommitdiff
path: root/binutils/nm.c
AgeCommit message (Expand)Author
2018-01-03Update year range in copyright notice of binutils filesAlan Modra
2017-11-19PR22443, Global buffer overflow in _bfd_elf_get_symbol_version_stringAlan Modra
2017-10-25Allow for __gnu_lto_slim prefixed with extra "_"Alan Modra
2017-09-25Free memory returned from bfd_get_synthetic_symtabH.J. Lu
2017-07-19Remove datasize measurements based on sbrk()Tristan Gingold
2017-02-13Fix illegal memory access bug in nm when run on a corrupt binary.Nick Clifton
2017-01-02Update year range in copyright notice of all files.Alan Modra
2016-12-01Fix calculation of synthetic symbol sizes (ppc64)Luis Machado
2016-11-11Add the ability for nm to display symbol version information.Nick Clifton
2016-10-06-Wimplicit-fallthrough noreturn fixesAlan Modra
2016-09-26Fix nm potential buffer overflowAlan Modra
2016-09-19nm handling of synthetic symbolsAlan Modra
2016-07-16Don't include libbfd.h outside of bfd, part 6Alan Modra
2016-01-01Copyright update for binutilsAlan Modra
2015-12-14nm: basic COFF symbol type support for SysV-style symbol table dumpingJan Beulich
2015-08-12Remove trailing spaces in binutilsH.J. Lu
2015-01-21Fix memory access violations triggered by running strip on fuzzed binaries.Nick Clifton
2015-01-05More fixes for invalid memory accesses triggered by fuzzed binaries.Nick Clifton
2015-01-02ChangeLog rotatation and copyright year updateAlan Modra
2014-07-28Warn for ar/nm/ranlib/ld on lto objects without pluginAlan Modra
2014-04-03This patch allows one to place the gcc's liblto_plugin in the lib/bfd-plugins...Markus Trippelsdorf
2014-03-05Update copyright yearsAlan Modra
2013-10-25 * nm.c (display_rel_file): Treat bfd_error_no_symbols asNick Clifton
2013-10-25* nm.c (display_rel_file): Treat bfd_error_no_symbols asNick Clifton
2013-08-19binutils/Tristan Gingold
2012-06-29Simplify global symbol handlingH.J. Lu
2012-01-16 PR binutils/13593Alan Modra
2011-07-12 PR 12983Cary Coutant
2011-05-18 PR binutils/12753Nick Clifton
2011-03-142011-03-07 Michael Snyder <msnyder@vmware.com>Michael Snyder
2010-10-08 * nm.c (value_format_64bit): Define appropriately for __MSVCRT__.Joseph Myers
2010-10-03Set BFD target to "plugin" for "nm --plugin".H.J. Lu
2010-01-062010-01-06 Tristan Gingold <gingold@adacore.com>Tristan Gingold
2009-12-11Add -Wshadow to the gcc command line options used when compiling the binutils.Nick Clifton
2009-09-10 Updated soruces in binutils/* to compile cleanly with -Wc++-compat.Nick Clifton
2009-09-02update copyright datesAlan Modra
2009-06-19 * ar.c (usage): Do not use #ifdef inside _("...).Nick Clifton
2009-05-282009-05-28 Nick Clifton <nickc@redhat.com>Nick Clifton
2009-05-26 * Makefile.am: Run "make dep-am".Nick Clifton
2008-11-13 * nm.c (filter_symbols): Only call memcpy when from != to.Hans-Peter Nilsson
2007-09-13 * nm.c (value_format_64bit, set_print_radix, print_value): HandleAlan Modra
2007-07-05Change sources over to using GPLv3Nick Clifton
2007-04-26bfd/Alan Modra
2007-04-19 * budemang.c: Delete.Alan Modra
2007-04-05 PR binutils/4292Alan Modra
2007-04-02PR binutils/4292Nick Clifton
2007-02-17top level:Joseph Myers
2005-10-03 * addr2line.c (usage): Document @file.Mark Mitchell
2005-09-30 * addr2line.c (main): Likewise.Mark Mitchell
2005-06-06bfd/H.J. Lu