summaryrefslogtreecommitdiff
path: root/opcodes
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
commit6f97b496b887f503a1020db99740b7d0fed7f133 (patch)
tree9cb68878e744597b0508e920e35022655293d682 /opcodes
parentd42df0571230c2b8ec6761649df1e4ca97eb166a (diff)
downloadbinutils-redhat-6f97b496b887f503a1020db99740b7d0fed7f133.tar.gz
* sh-opc.h (sh_arg_type): Added A_DISP_PC_ABS.
Diffstat (limited to 'opcodes')
-rw-r--r--opcodes/ChangeLog4
-rw-r--r--opcodes/sh-opc.h1
2 files changed, 5 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index 1ae7030097..3230a495db 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -1,3 +1,7 @@
+2002-02-04 Alexandre Oliva <aoliva@redhat.com>
+
+ * sh-opc.h (sh_arg_type): Added A_DISP_PC_ABS.
+
2002-02-01 Alan Modra <amodra@bigpond.net.au>
* Makefile.am: Run "make dep-am"
diff --git a/opcodes/sh-opc.h b/opcodes/sh-opc.h
index 38ba17df2f..abdc464705 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,