aboutsummaryrefslogtreecommitdiff
path: root/binutils/nm.c
AgeCommit message (Collapse)AuthorFilesLines
2001-02-09Don't #ifdef inside printf in case printf is a macro.Alan Modra1-5/+3
2000-07-27* nm.c (main): Ignore '-X32_64' as an option.Geoffrey Keating1-1/+13
* ar.c (main): Likewise. * binutils.texi (nm): Document new option. (ar): Likewise.
2000-07-20Add optional style argument to --demangle switch.Nick Clifton1-3/+17
2000-07-20Change output of `nm --help' to include a description of the purpose of theNick Clifton1-11/+30
program and a detailed description of the accepted options.
2000-04-07A mostly cosmetic tidy up of warnings and error message reporting.Alan Modra1-9/+6
2000-04-04Move translated part of bug report string back into .c files soAlan Modra1-1/+1
xgettext can find it. Regnerate .pot files.
2000-04-03Move bug report string to one place.Alan Modra1-3/+5
2000-01-28Apply patch from Thomas de Lellis to allow nm to distinguish between weakNick Clifton1-3/+3
function symbols and weak data symbols.
1999-09-061999-09-06 Donn Terry <donn@interix.com>Ian Lance Taylor1-3/+3
* nm.c (print_symbol_info_bsd): Check for 'w' as well as 'U'. (print_symbol_info_sysv): Likewise. (print_symbol_info_posix): Likewise.
1999-07-11 * Many files: Changes to avoid gcc warnings: Add ATTRIBUTE_UNUSEDIan Lance Taylor1-3/+3
as appropriate. Add variable initializations. Add casts. * objdump.c (disassemble_bytes): Change j to bfd_vma. * readelf.c (process_syminfo): Change i to unsigned int. (display_debug_info): Change abbrev_number to unsigned long. (process_mips_specific): Change fcnt to size_t.
1999-05-0319990502 sourceware importbinu_ss_19990502Richard Henderson1-0/+1558