diff options
author | Ken Raeburn <raeburn@cygnus> | 1995-06-21 21:44:06 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1995-06-21 21:44:06 +0000 |
commit | 65b175c5e61b058aa7de9660c720371b11b95c45 (patch) | |
tree | 73e2b4478442e79932097e7ba7ca5ba2de8fff4a | |
parent | 85b369b3a4c2a58d782143f1ac046a2b2d2dd2fb (diff) | |
download | gdb-65b175c5e61b058aa7de9660c720371b11b95c45.zip gdb-65b175c5e61b058aa7de9660c720371b11b95c45.tar.gz gdb-65b175c5e61b058aa7de9660c720371b11b95c45.tar.bz2 |
* objdump.c (compare_relocs): If relocation entries have the same address, keep them in file order.
-rw-r--r-- | binutils/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index e7c31cb..4a6d7f3 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,8 @@ +Wed Jun 21 17:32:45 1995 Ken Raeburn <raeburn@cujo.cygnus.com> + + * objdump.c (compare_relocs): If relocation entries have the same + address, keep them in file order. + Mon Jun 19 09:06:49 1995 Steve Chamberlain <sac@slash.cygnus.com> * dlltool.c: Change names of generated files. .*.s-> -*.s |