* objdump.c (stabs): Change from struct internal_nlist * to
authorIan Lance Taylor <ian@airs.com>
Thu, 20 Jun 1996 01:00:26 +0000 (01:00 +0000)
committerIan Lance Taylor <ian@airs.com>
Thu, 20 Jun 1996 01:00:26 +0000 (01:00 +0000)
bfd_byte *.
(print_section_stabs): Fetch stabs information directly, rather
than assuming that struct internal_nlist is the right size.

binutils/ChangeLog

index 5c4735d5b59024701846f94d5de3b26c079a5f64..b3ef5996705361c1886f2c10a4f172fc8bc1e787 100644 (file)
@@ -1,5 +1,10 @@
 Wed Jun 19 14:46:38 1996  Ian Lance Taylor  <ian@cygnus.com>
 
+       * objdump.c (stabs): Change from struct internal_nlist * to
+       bfd_byte *.
+       (print_section_stabs): Fetch stabs information directly, rather
+       than assuming that struct internal_nlist is the right size.
+
        * binutils.texi: Document change to binary format: file position
        based on load address, not section VMA.