diff options
author | Ian Lance Taylor <ian@airs.com> | 1996-06-20 01:00:26 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1996-06-20 01:00:26 +0000 |
commit | 25eb508ed4fb98fb16acb0a33c4ba16ff037dc8d (patch) | |
tree | 0af320c0bb642f3d71af8da79881e546c78777d2 /binutils | |
parent | b613bfbf2cacd77299506be64ccdc0f9e827a95d (diff) | |
download | gdb-25eb508ed4fb98fb16acb0a33c4ba16ff037dc8d.zip gdb-25eb508ed4fb98fb16acb0a33c4ba16ff037dc8d.tar.gz gdb-25eb508ed4fb98fb16acb0a33c4ba16ff037dc8d.tar.bz2 |
* 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.
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 5c4735d..b3ef599 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -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. |