From 25eb508ed4fb98fb16acb0a33c4ba16ff037dc8d Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Thu, 20 Jun 1996 01:00:26 +0000 Subject: [PATCH] * 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/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) 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. -- 2.30.2