]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - binutils/ChangeLog
* readelf.c: Update copyright years.
[thirdparty/binutils-gdb.git] / binutils / ChangeLog
index de70a2ad3d914883ddb66903f4a0ffdd8057c378..574ced0521e7a35a8b26fbb12990f006d0a41c9d 100644 (file)
@@ -1,3 +1,28 @@
+2002-01-09  Jason Thorpe  <thorpej@wasabisystems.com>
+
+       * readelf.c: Update copyright years.
+       (get_note_type): Return a const char *.
+       (get_netbsd_elfcore_note_type): New function.
+       (process_note): Use get_netbsd_elfcore_note_type to get
+       the note type string for NetBSD ELF core files.
+
+2002-01-06  Steve Ellcey  <sje@cup.hp.com>
+
+       * readelf.c (get_ia64_segment_type): Add support for macros.
+       (get_segment_type): Add support for IA64 specific macros.
+
+2001-12-20  Julian v. Bock  <julian@wongr.net>
+
+       * readelf.c (print_symbol): New function: Print a formatted symbol
+       name.  If --wide is specified do not truncate it.
+       (dump_relocations): Use print_symbol() to print symbol names.
+       (process_symbol_table): Likewise.
+       (process_syminfo): Likewise.
+       (process_mips_specific): Likewise.
+       (usage): Document new feature of --wide switch.
+       * doc/binutils.texi (objdump): Document additional behaviour of
+       --wide.
+       
 2001-12-18  Michael Snyder  <msnyder@redhat.com>
 
        * objcopy.c (copy_file): Accept corefiles (format bfd_core).