aboutsummaryrefslogtreecommitdiff
path: root/binutils/nm.c
AgeCommit message (Expand)AuthorFilesLines
2012-06-29Simplify global symbol handlingH.J. Lu1-4/+4
2012-01-16 PR binutils/13593Alan Modra1-5/+15
2011-07-12 PR 12983Cary Coutant1-0/+4
2011-05-18 PR binutils/12753Nick Clifton1-0/+2
2011-03-142011-03-07 Michael Snyder <msnyder@vmware.com>Michael Snyder1-0/+1
2010-10-08 * nm.c (value_format_64bit): Define appropriately for __MSVCRT__.Joseph Myers1-0/+8
2010-10-03Set BFD target to "plugin" for "nm --plugin".H.J. Lu1-1/+3
2010-01-062010-01-06 Tristan Gingold <gingold@adacore.com>Tristan Gingold1-2/+2
2009-12-11Add -Wshadow to the gcc command line options used when compiling the binutils.Nick Clifton1-19/+19
2009-09-10 Updated soruces in binutils/* to compile cleanly with -Wc++-compat.Nick Clifton1-10/+10
2009-09-02update copyright datesAlan Modra1-1/+1
2009-06-19 * ar.c (usage): Do not use #ifdef inside _("...).Nick Clifton1-3/+5
2009-05-282009-05-28 Nick Clifton <nickc@redhat.com>Nick Clifton1-0/+3
2009-05-26 * Makefile.am: Run "make dep-am".Nick Clifton1-3/+17
2008-11-13 * nm.c (filter_symbols): Only call memcpy when from != to.Hans-Peter Nilsson1-1/+2
2007-09-13 * nm.c (value_format_64bit, set_print_radix, print_value): HandleAlan Modra1-1/+9
2007-07-05Change sources over to using GPLv3Nick Clifton1-1/+1
2007-04-26bfd/Alan Modra1-1/+2
2007-04-19 * budemang.c: Delete.Alan Modra1-5/+7
2007-04-05 PR binutils/4292Alan Modra1-1/+1
2007-04-02PR binutils/4292Nick Clifton1-55/+63
2007-02-17top level:Joseph Myers1-2/+2
2005-10-03 * addr2line.c (usage): Document @file.Mark Mitchell1-0/+1
2005-09-30 * addr2line.c (main): Likewise.Mark Mitchell1-0/+2
2005-06-06bfd/H.J. Lu1-3/+4
2005-05-08Update FSF addressNick Clifton1-2/+2
2005-01-25bfd/Alan Modra1-1/+11
2004-10-14(usage): Fix description of --special-syms switch.Nick Clifton1-1/+1
2004-10-08Implement a new BFD API function: bfd_is_target_special_symbol. Use this in nmNick Clifton1-0/+8
2004-09-28Reoder functions to eliminate most of the static function prototypes.Nick Clifton1-601/+571
2004-08-28 * nm.c (show_synthetic): New var.Alan Modra1-1/+43
2003-11-07Use consistent error messages for missing files.Nick Clifton1-0/+3
2003-10-27 * ChangeLog: Fix typos.Kazu Hirata1-2/+2
2003-09-14 * addr2line.c: Convert to ISO C90 prototypes, change PTR, removeAndreas Jaeger1-204/+98
2003-03-17nm.c (print_symbol_info_bsd): Print the symbol's size instead of the symbol'sNick Clifton1-2/+9
2003-03-04(print_symbol): Remove check for undefined_only.Nick Clifton1-21/+20
2003-02-13Fix help messages about demangling stylesNick Clifton1-2/+3
2002-11-30s/boolean/bfd_boolean/ s/true/TRUE/ s/false/FALSE/. SimplifyAlan Modra1-49/+86
2002-08-26Revert last change.Alan Modra1-2/+8
2002-08-26 * nm.c (display_rel_file): Don't report "no symbols" as an error.Alan Modra1-8/+2
2002-08-14Replace 'gnu-new-abi' with 'gnu-v3'Nick Clifton1-1/+1
2002-07-02 * budemang.c: New file, "demangle" function.Alan Modra1-36/+5
2002-06-26 * nm.c (print_symname): When demangling, strip leading dots fromAlan Modra1-1/+23
2002-06-21 * configure.in: Check for strcoll.Alan Modra1-6/+22
2002-06-192002-06-18 H.J. Lu (hjl@gnu.org)H.J. Lu1-23/+77
2002-06-152002-06-15 H.J. Lu (hjl@gnu.org)H.J. Lu1-2/+8
2002-06-13Display the symbol's size and use it for sorting.Nick Clifton1-168/+146
2002-06-08 * bucomm.c: Replace CONST with const.Alan Modra1-7/+7
2002-06-07When computing size of symbols for an ELF target use the internal size field.Nick Clifton1-6/+9
2002-05-21 * filemode.c: Fix formatting.Kazu Hirata1-6/+6