diff options
author | Nick Clifton <nickc@redhat.com> | 1999-01-19 15:52:20 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 1999-01-19 15:52:20 +0000 |
commit | 9a0c4d8ca956b9b7b064d0e435fef7038880093f (patch) | |
tree | 313c105f56c765e8c3a39bac5f021fcd8308af3c | |
parent | feb82d0a7d92443fd5be26984264af10d63af55c (diff) | |
download | gdb-9a0c4d8ca956b9b7b064d0e435fef7038880093f.zip gdb-9a0c4d8ca956b9b7b064d0e435fef7038880093f.tar.gz gdb-9a0c4d8ca956b9b7b064d0e435fef7038880093f.tar.bz2 |
Display ARM syntax for PC relative offsets, as well as symbolic addresses.
-rw-r--r-- | opcodes/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 6946f65..aa7d709 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,8 @@ +1999-01-19 Nick Clifton <nickc@cygnus.com> + + * arm-dis.c (print_insn_arm): Display ARM syntax for PC relative + offsets as well as symbloic address. + Tue Jan 19 10:51:01 1999 David Taylor <taylor@texas.cygnus.com> * hppa-dis.c: fix comments and some indentation. |