diff options
author | Richard Sandiford <rdsandiford@googlemail.com> | 2003-01-28 12:51:07 +0000 |
---|---|---|
committer | Richard Sandiford <rdsandiford@googlemail.com> | 2003-01-28 12:51:07 +0000 |
commit | 1a677ea81e3a5f6f25761f864d27d42210310578 (patch) | |
tree | 19a0294148e92a87b7394090a5ef2aed4aaf848b /binutils/ChangeLog | |
parent | a35bc64f56090692e1d45bc5754bacd679a132b9 (diff) | |
download | gdb-1a677ea81e3a5f6f25761f864d27d42210310578.zip gdb-1a677ea81e3a5f6f25761f864d27d42210310578.tar.gz gdb-1a677ea81e3a5f6f25761f864d27d42210310578.tar.bz2 |
* readelf.c (dump_relocations): Reorder the r_info field for
little-endian mips elf64. Move #ifdef BFD64 to cover the new code.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index f4c03c5..eebf029 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,8 @@ +2003-01-28 Richard Sandiford <rsandifo@redhat.com> + + * readelf.c (dump_relocations): Reorder the r_info field for + little-endian mips elf64. Move #ifdef BFD64 to cover the new code. + 2003-01-21 Daniel Berlin <dan@dberlin.org> * readelf.c (display_debug_loc): Skip address base changes. |