From 0b3301c329b795e789267f18fbe1efd45d002eb9 Mon Sep 17 00:00:00 2001 From: Alexandre Oliva Date: Mon, 4 Feb 2002 12:29:01 +0000 Subject: [PATCH] * sh-opc.h (sh_arg_type): Added A_DISP_PC_ABS. --- opcodes/ChangeLog | 4 ++++ opcodes/sh-opc.h | 1 + 2 files changed, 5 insertions(+) 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 + + * sh-opc.h (sh_arg_type): Added A_DISP_PC_ABS. + 2002-02-01 Alan Modra * 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,