* Makefile.am (CFILES): Add arc-{dis,opc}.c and v850-{dis,opc}.c.
* Makefile.in: Regenerated.
This commit is contained in:
parent
a4835b426a
commit
71f221746a
3 changed files with 13 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
Mon Jun 7 12:04:52 1999 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
|
||||||
|
|
||||||
|
* Makefile.am (CFILES): Add arc-{dis,opc}.c and v850-{dis,opc}.c.
|
||||||
|
* Makefile.in: Regenerated.
|
||||||
|
|
||||||
1999-06-03 Philip Blundell <philb@gnu.org>
|
1999-06-03 Philip Blundell <philb@gnu.org>
|
||||||
|
|
||||||
* arm-dis.c (print_insn_arm): Make LDRH/LDRB consistent with LDR
|
* arm-dis.c (print_insn_arm): Make LDRH/LDRB consistent with LDR
|
||||||
|
|
|
@ -30,6 +30,8 @@ CFILES = \
|
||||||
a29k-dis.c \
|
a29k-dis.c \
|
||||||
alpha-dis.c \
|
alpha-dis.c \
|
||||||
alpha-opc.c \
|
alpha-opc.c \
|
||||||
|
arc-dis.c \
|
||||||
|
arc-opc.c \
|
||||||
arm-dis.c \
|
arm-dis.c \
|
||||||
cgen-asm.c \
|
cgen-asm.c \
|
||||||
cgen-dis.c \
|
cgen-dis.c \
|
||||||
|
@ -76,6 +78,8 @@ CFILES = \
|
||||||
tic30-dis.c \
|
tic30-dis.c \
|
||||||
tic80-dis.c \
|
tic80-dis.c \
|
||||||
tic80-opc.c \
|
tic80-opc.c \
|
||||||
|
v850-dis.c \
|
||||||
|
v850-opc.c \
|
||||||
vax-dis.c \
|
vax-dis.c \
|
||||||
w65-dis.c \
|
w65-dis.c \
|
||||||
z8k-dis.c \
|
z8k-dis.c \
|
||||||
|
|
|
@ -138,6 +138,8 @@ CFILES = \
|
||||||
a29k-dis.c \
|
a29k-dis.c \
|
||||||
alpha-dis.c \
|
alpha-dis.c \
|
||||||
alpha-opc.c \
|
alpha-opc.c \
|
||||||
|
arc-dis.c \
|
||||||
|
arc-opc.c \
|
||||||
arm-dis.c \
|
arm-dis.c \
|
||||||
cgen-asm.c \
|
cgen-asm.c \
|
||||||
cgen-dis.c \
|
cgen-dis.c \
|
||||||
|
@ -184,6 +186,8 @@ CFILES = \
|
||||||
tic30-dis.c \
|
tic30-dis.c \
|
||||||
tic80-dis.c \
|
tic80-dis.c \
|
||||||
tic80-opc.c \
|
tic80-opc.c \
|
||||||
|
v850-dis.c \
|
||||||
|
v850-opc.c \
|
||||||
vax-dis.c \
|
vax-dis.c \
|
||||||
w65-dis.c \
|
w65-dis.c \
|
||||||
z8k-dis.c \
|
z8k-dis.c \
|
||||||
|
|
Loading…
Reference in a new issue