aboutsummaryrefslogtreecommitdiff
path: root/binutils/nm.c
AgeCommit message (Collapse)AuthorFilesLines
2002-01-302002-01-29 Daniel Jacobowitz <drow@mvista.com>Daniel Jacobowitz1-1/+1
* nm.c (print_value): Mark abfd unused.
2002-01-23Tidy up formatting of --help output.Nick Clifton1-6/+7
2001-12-18 * addr2line.c (main): Protoype.Thiemo Seufer1-0/+2
* ar.c (main): Protoype. * nm.c (main): Protoype. * objcopy.c (main): Protoype. * objdump.c (main): Protoype. * size.c (main): Protoype. * strings.c (main): Protoype. * gasp.c (main): Protoype.
2001-09-19Locale changes from Bruno Haible <haible@clisp.cons.org>.H.J. Lu1-0/+3
2001-08-252001-08-25 H.J. Lu <hjl@gnu.org>H.J. Lu1-3/+11
* nm.c (print_width): New. (display_rel_file): Set `print_width' according to bfd_sprintf_vma. (print_symbol_info_bsd): Check `print_width' instead of BFD64.
2001-08-102001-08-10 H.J. Lu <hjl@gnu.org>H.J. Lu1-6/+7
* nm.c (print_value): Add one arg, bfd *. (print_value): Replace fprintf_vma with bfd_fprintf_vma. (print_symbol_info_bsd): Also pass `abfd' to print_value (). (print_symbol_info_sysv): Likewise. (print_symbol_info_posix): Likewise. * objdump.c (dump_section_header): Replace printf_vma with bfd_printf_vma. (print_section_stabs): Likewise. (dump_bfd_header): Likewise. (objdump_print_value): Replace sprintf_vma with bfd_sprintf_vma. (disassemble_bytes): Likewise. (dump_reloc_set): Likewise.
2001-04-11 * MAINTAINERS: Update my email addressAlan Modra1-3/+2
* nm.c (print_symbol_info_bsd): Use a simple printf string.
2001-03-13Fix typos in ChangeLogs and update copyright noticesNick Clifton1-1/+2
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