diff options
author | Richard Henderson <rth@redhat.com> | 2003-05-31 19:29:19 +0000 |
---|---|---|
committer | Richard Henderson <rth@redhat.com> | 2003-05-31 19:29:19 +0000 |
commit | 38fafa6d088439f82e140d2f60f76fa0d15def57 (patch) | |
tree | 32c455550fd7f31ca3eab178d5f1f7cbc18e313f /binutils/ChangeLog | |
parent | cfc14b3aa68dffce6c9db5070f8346841c9bc8a4 (diff) | |
download | gdb-38fafa6d088439f82e140d2f60f76fa0d15def57.zip gdb-38fafa6d088439f82e140d2f60f76fa0d15def57.tar.gz gdb-38fafa6d088439f82e140d2f60f76fa0d15def57.tar.bz2 |
* readelf.c (byte_get_signed): New.
(get_encoded_value): New.
(display_debug_frames): Use it. Always pre-process opcodes.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 18a7044..85d4f97 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,9 @@ +2003-05-31 Richard Henderson <rth@redhat.com> + + * readelf.c (byte_get_signed): New. + (get_encoded_value): New. + (display_debug_frames): Use it. Always pre-process opcodes. + 2003-05-20 Michal Ludvig <mludvig@suse.cz> * readelf.c (display_debug_frames): Print both registers |