* 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.
This commit is contained in:
Ian Lance Taylor 1996-06-20 01:00:26 +00:00
parent b613bfbf2c
commit 25eb508ed4

View 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.