]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* sh-opc.h (sh_arg_type): Added A_DISP_PC_ABS.
authorAlexandre Oliva <aoliva@redhat.com>
Mon, 4 Feb 2002 12:29:01 +0000 (12:29 +0000)
committerAlexandre Oliva <aoliva@redhat.com>
Mon, 4 Feb 2002 12:29:01 +0000 (12:29 +0000)
opcodes/ChangeLog
opcodes/sh-opc.h

index 1ae7030097ddd359436175dde6a8844a1bdea437..3230a495db4ec87d33c2d0c132198d91ee6535e2 100644 (file)
@@ -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"
index 38ba17df2f413bb3ac5bfb59fba4b1dc02efbfaa..abdc4647056295a8f55b24373370530d47b4b908 100644 (file)
@@ -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,