* sh-opc.h (sh_arg_type): Added A_DISP_PC_ABS.
This commit is contained in:
parent
181c1381a5
commit
0b3301c329
2 changed files with 5 additions and 0 deletions
|
@ -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>
|
2002-02-01 Alan Modra <amodra@bigpond.net.au>
|
||||||
|
|
||||||
* Makefile.am: Run "make dep-am"
|
* Makefile.am: Run "make dep-am"
|
||||||
|
|
|
@ -76,6 +76,7 @@ typedef enum {
|
||||||
A_DISP_GBR,
|
A_DISP_GBR,
|
||||||
A_PC,
|
A_PC,
|
||||||
A_DISP_PC,
|
A_DISP_PC,
|
||||||
|
A_DISP_PC_ABS,
|
||||||
A_DISP_REG_M,
|
A_DISP_REG_M,
|
||||||
A_DISP_REG_N,
|
A_DISP_REG_N,
|
||||||
A_GBR,
|
A_GBR,
|
||||||
|
|
Loading…
Reference in a new issue