mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-27 14:39:09 +08:00
* sh-opc.h (sh_arg_type): Added A_DISP_PC_ABS.
This commit is contained in:
@ -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,
|
||||||
|
Reference in New Issue
Block a user