summaryrefslogtreecommitdiff
path: root/binutils/ChangeLog
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2003-12-22 10:49:59 +0000
committerJakub Jelinek <jakub@redhat.com>2003-12-22 10:49:59 +0000
commit68b3b8dc9e908a61e60a7af7b366e1a1de9b8d36 (patch)
treef74cf4b0cf74f3900ede909eb3fb9033121e455b /binutils/ChangeLog
parentad50f575f38a5d185a40172ff05b19f9feca407a (diff)
downloadbinutils-gdb-68b3b8dc9e908a61e60a7af7b366e1a1de9b8d36.tar.gz
* objdump.c (disassemble_bytes): Subtract rel_offset from printed
reloc address. (disassemble_section): Set rel_offset to section->vma instead of pinfo->buffer_vma.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r--binutils/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index 84ab4766082..8e6fe752ec3 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,3 +1,10 @@
+2003-12-22 Jakub Jelinek <jakub@redhat.com>
+
+ * objdump.c (disassemble_bytes): Subtract rel_offset from printed
+ reloc address.
+ (disassemble_section): Set rel_offset to section->vma instead of
+ pinfo->buffer_vma.
+
2003-12-19 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
* readelf.c (guess_is_rela): Changed m32r's default type to RELA.