]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* Makefile.am (CFILES): Add arc-{dis,opc}.c and v850-{dis,opc}.c.
authorAndreas Schwab <schwab@linux-m68k.org>
Mon, 7 Jun 1999 03:06:39 +0000 (03:06 +0000)
committerAndreas Schwab <schwab@linux-m68k.org>
Mon, 7 Jun 1999 03:06:39 +0000 (03:06 +0000)
* Makefile.in: Regenerated.

opcodes/ChangeLog
opcodes/Makefile.am
opcodes/Makefile.in

index 3f7b96692c4076796de8a76479ea6c6629a95156..5d34be43672468554ebfb099030288969b721eb2 100644 (file)
@@ -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>
 
        * arm-dis.c (print_insn_arm): Make LDRH/LDRB consistent with LDR
index d997298d1d48810fca09f9a0a4837c585ed21d59..6659561a512f0ec8a7dd72ff5f4d0467a7228f73 100644 (file)
@@ -30,6 +30,8 @@ CFILES = \
        a29k-dis.c \
        alpha-dis.c \
        alpha-opc.c \
+       arc-dis.c \
+       arc-opc.c \
        arm-dis.c \
        cgen-asm.c \
        cgen-dis.c \
@@ -76,6 +78,8 @@ CFILES = \
        tic30-dis.c \
        tic80-dis.c \
        tic80-opc.c \
+       v850-dis.c \
+       v850-opc.c \
        vax-dis.c \
        w65-dis.c \
        z8k-dis.c \
index ed8f64f9cd54d7f7cfb30afd1e5495eacacce36b..eae7bfa261eee96907347e97c25828f5b27fe58b 100644 (file)
@@ -138,6 +138,8 @@ CFILES = \
        a29k-dis.c \
        alpha-dis.c \
        alpha-opc.c \
+       arc-dis.c \
+       arc-opc.c \
        arm-dis.c \
        cgen-asm.c \
        cgen-dis.c \
@@ -184,6 +186,8 @@ CFILES = \
        tic30-dis.c \
        tic80-dis.c \
        tic80-opc.c \
+       v850-dis.c \
+       v850-opc.c \
        vax-dis.c \
        w65-dis.c \
        z8k-dis.c \