diff options
author | Fred Fish <fnf@specifix.com> | 1998-01-23 02:36:05 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 1998-01-23 02:36:05 +0000 |
commit | fcd533e09e9044feafca21b902095963cfbd5ec0 (patch) | |
tree | 151ebb7420fb301193f7c1b6105a81072121caf3 | |
parent | 962ac804642e72f2485e68ab6272fdd72d274d04 (diff) | |
download | gdb-fcd533e09e9044feafca21b902095963cfbd5ec0.zip gdb-fcd533e09e9044feafca21b902095963cfbd5ec0.tar.gz gdb-fcd533e09e9044feafca21b902095963cfbd5ec0.tar.bz2 |
* d10v-dis.c (PC_MASK): Correct value.
(print_operand): If there's a reloc, don't calculate the
address because they could be in different sections.
-rw-r--r-- | opcodes/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index c7fa223..acd657d 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,9 @@ +Thu Jan 22 16:20:17 1998 Fred Fish <fnf@cygnus.com> + + * d10v-dis.c (PC_MASK): Correct value. + (print_operand): If there's a reloc, don't calculate the + address because they could be in different sections. + start-sanitize-cygnus Thu Jan 22 16:10:32 1998 Doug Evans <devans@seba.cygnus.com> |