aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>1997-09-03 00:39:49 +0000
committerJeff Law <law@redhat.com>1997-09-03 00:39:49 +0000
commit9d53ae4fafb58e3c80eded0059b6df1f8a0b1e74 (patch)
treea23c97b3d506c15e52b5f549deb975c01fe671e9
parent1c0e698e2fbb329f0f4a2bd6387829885b81278e (diff)
downloadgdb-9d53ae4fafb58e3c80eded0059b6df1f8a0b1e74.zip
gdb-9d53ae4fafb58e3c80eded0059b6df1f8a0b1e74.tar.gz
gdb-9d53ae4fafb58e3c80eded0059b6df1f8a0b1e74.tar.bz2
* mn10200.h (INITIALIZE_TRAMPOLINE): PC relative instructions are
relative to the next instruction, not the current instruction. pr13171.
-rw-r--r--opcodes/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index 30ae1a9..160e9012 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -1,3 +1,8 @@
+Tue Sep 2 18:39:08 1997 Jeffrey A Law (law@cygnus.com)
+
+ * mn10200-dis.c (disassemble): PC relative instructions are
+ relative to the next instruction, not the current instruction.
+
start-sanitize-v850
Tue Sep 2 15:41:55 1997 Nick Clifton <nickc@cygnus.com>