summaryrefslogtreecommitdiff
path: root/opcodes/sh-opc.h
diff options
context:
space:
mode:
authorAlexandre Oliva <aoliva@redhat.com>2002-02-04 12:29:01 +0000
committerAlexandre Oliva <aoliva@redhat.com>2002-02-04 12:29:01 +0000
commitb0232556250bf6319795d80884bd616d2a67692d (patch)
tree30c5029d704f4d3e064d217447eeec6f5b5b88f4 /opcodes/sh-opc.h
parentb4d36c6176242f2563e9500b106a84bd0c94b3e7 (diff)
downloadgdb-b0232556250bf6319795d80884bd616d2a67692d.tar.gz
* sh-opc.h (sh_arg_type): Added A_DISP_PC_ABS.
Diffstat (limited to 'opcodes/sh-opc.h')
-rw-r--r--opcodes/sh-opc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/opcodes/sh-opc.h b/opcodes/sh-opc.h
index 38ba17df2f4..abdc4647056 100644
--- a/opcodes/sh-opc.h
+++ b/opcodes/sh-opc.h
@@ -76,6 +76,7 @@ typedef enum {
A_DISP_GBR,
A_PC,
A_DISP_PC,
+ A_DISP_PC_ABS,
A_DISP_REG_M,
A_DISP_REG_N,
A_GBR,