diff options
author | Alexandre Oliva <aoliva@redhat.com> | 2003-04-09 04:07:56 +0000 |
---|---|---|
committer | Alexandre Oliva <aoliva@redhat.com> | 2003-04-09 04:07:56 +0000 |
commit | adab8cdcb08026997b65e79c3a47499931ac7989 (patch) | |
tree | 7f01dff8dc94e2ca93a79a7fbad407447c68e5e3 /binutils/ChangeLog | |
parent | 9214dd3be3f17bb29966e6fdd563bb9c0171eb58 (diff) | |
download | gdb-adab8cdcb08026997b65e79c3a47499931ac7989.zip gdb-adab8cdcb08026997b65e79c3a47499931ac7989.tar.gz gdb-adab8cdcb08026997b65e79c3a47499931ac7989.tar.bz2 |
* readelf.c (display_debug_info): Apply RELA relocations on the
entire section.
(byte_put_little_endian, byte_put_big_endian): New functions.
(byte_put): New variable.
(get_file_header): Initialize it.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 1aae5de..01e88e5 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,11 @@ +2003-04-09 Alexandre Oliva <aoliva@redhat.com> + + * readelf.c (display_debug_info): Apply RELA relocations on the + entire section. + (byte_put_little_endian, byte_put_big_endian): New functions. + (byte_put): New variable. + (get_file_header): Initialize it. + 2003-04-05 Dimitrie O. Paun <dpaun@rogers.com> * windres.c: Add -l for compatibility with wrc, and rc. |