From: Ian Lance Taylor Date: Thu, 20 Jun 1996 01:00:26 +0000 (+0000) Subject: * objdump.c (stabs): Change from struct internal_nlist * to X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=25eb508ed4fb98fb16acb0a33c4ba16ff037dc8d;p=binutils-gdb.git * 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. --- diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 5c4735d5b59..b3ef5996705 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,5 +1,10 @@ Wed Jun 19 14:46:38 1996 Ian Lance Taylor + * 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.