From: Alexandre Oliva Date: Mon, 4 Feb 2002 12:29:01 +0000 (+0000) Subject: * sh-opc.h (sh_arg_type): Added A_DISP_PC_ABS. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0b3301c329b795e789267f18fbe1efd45d002eb9;p=binutils-gdb.git * sh-opc.h (sh_arg_type): Added A_DISP_PC_ABS. --- diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 1ae7030097d..3230a495db4 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 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,