Index: opcodes/Makefile.am |
diff --git a/opcodes/Makefile.am b/opcodes/Makefile.am |
index a43aa0d1a1f339684aa065108339fe4fb39cbd7c..0a65b75895576380d482cce512e7226593bd8adc 100644 |
--- a/opcodes/Makefile.am |
+++ b/opcodes/Makefile.am |
@@ -1,4 +1,21 @@ |
## Process this file with automake to generate Makefile.in |
+# |
+# Copyright 2012 Free Software Foundation |
+# |
+# This file is free software; you can redistribute it and/or modify |
+# it under the terms of the GNU General Public License as published by |
+# the Free Software Foundation; either version 3 of the License, or |
+# (at your option) any later version. |
+# |
+# This program is distributed in the hope that it will be useful, |
+# but WITHOUT ANY WARRANTY; without even the implied warranty of |
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
+# GNU General Public License for more details. |
+# |
+# You should have received a copy of the GNU General Public License |
+# along with this program; see the file COPYING3. If not see |
+# <http://www.gnu.org/licenses/>. |
+# |
AUTOMAKE_OPTIONS = 1.11 foreign no-dist |
ACLOCAL_AMFLAGS = -I .. -I ../config -I ../bfd |
@@ -11,6 +28,7 @@ BFDDIR = $(srcdir)/../bfd |
WARN_CFLAGS = @WARN_CFLAGS@ |
NO_WERROR = @NO_WERROR@ |
+NO_WMISSING_FIELD_INITIALIZERS = @NO_WMISSING_FIELD_INITIALIZERS@ |
AM_CFLAGS = $(WARN_CFLAGS) |
COMPILE_FOR_BUILD = $(CC_FOR_BUILD) $(INCLUDES) $(AM_CPPFLAGS) \ |
@@ -41,6 +59,7 @@ BUILD_LIB_DEPS = @BUILD_LIB_DEPS@ |
# Header files. |
HFILES = \ |
+ aarch64-asm.h aarch64-dis.h aarch64-opc.h aarch64-tbl.h \ |
epiphany-desc.h epiphany-opc.h \ |
fr30-desc.h fr30-opc.h \ |
frv-desc.h frv-opc.h \ |
@@ -73,6 +92,12 @@ HFILES = \ |
# C source files that correspond to .o's ending up in libopcodes |
# for all machines. |
TARGET_LIBOPCODES_CFILES = \ |
+ aarch64-asm.c \ |
+ aarch64-asm-2.c \ |
+ aarch64-dis.c \ |
+ aarch64-dis-2.c \ |
+ aarch64-opc.c \ |
+ aarch64-opc-2.c \ |
alpha-dis.c \ |
alpha-opc.c \ |
arc-dis.c \ |
@@ -164,6 +189,7 @@ TARGET_LIBOPCODES_CFILES = \ |
mep-dis.c \ |
mep-ibld.c \ |
mep-opc.c \ |
+ metag-dis.c \ |
microblaze-dis.c \ |
micromips-opc.c \ |
mips-dis.c \ |
@@ -173,12 +199,15 @@ TARGET_LIBOPCODES_CFILES = \ |
mmix-opc.c \ |
moxie-dis.c \ |
moxie-opc.c \ |
+ msp430-decode.c \ |
msp430-dis.c \ |
mt-asm.c \ |
mt-desc.c \ |
mt-dis.c \ |
mt-ibld.c \ |
mt-opc.c \ |
+ nios2-dis.c \ |
+ nios2-opc.c \ |
ns32k-dis.c \ |
openrisc-asm.c \ |
openrisc-desc.c \ |
@@ -235,7 +264,7 @@ TARGET_LIBOPCODES_CFILES = \ |
xstormy16-opc.c \ |
xtensa-dis.c \ |
xgate-dis.c \ |
- xgate-opc.c \ |
+ xgate-opc.c \ |
z80-dis.c \ |
z8k-dis.c |
@@ -249,6 +278,7 @@ LIBOPCODES_CFILES = \ |
# C source files that correspond to .o's. |
CFILES = \ |
$(LIBOPCODES_CFILES) \ |
+ aarch64-gen.c \ |
i386-gen.c \ |
ia64-asmtab.c \ |
ia64-gen.c \ |
@@ -480,15 +510,31 @@ stamp-xstormy16: $(CGENDEPS) $(CPUDIR)/xstormy16.cpu $(CPUDIR)/xstormy16.opc |
$(MAKE) run-cgen arch=xstormy16 prefix=xstormy16 options= \ |
archfile=$(CPUDIR)/xstormy16.cpu opcfile=$(CPUDIR)/xstormy16.opc extrafiles= |
-MOSTLYCLEANFILES = i386-gen$(EXEEXT_FOR_BUILD) ia64-gen$(EXEEXT_FOR_BUILD) \ |
- s390-mkopc$(EXEEXT_FOR_BUILD) s390-opc.tab z8kgen$(EXEEXT_FOR_BUILD) \ |
- opc2c$(EXEEXT_FOR_BUILD) |
+MOSTLYCLEANFILES = aarch64-gen$(EXEEXT_FOR_BUILD) i386-gen$(EXEEXT_FOR_BUILD) \ |
+ ia64-gen$(EXEEXT_FOR_BUILD) s390-mkopc$(EXEEXT_FOR_BUILD) s390-opc.tab \ |
+ z8kgen$(EXEEXT_FOR_BUILD) opc2c$(EXEEXT_FOR_BUILD) |
-MAINTAINERCLEANFILES = $(srcdir)/i386-tbl.h $(srcdir)/i386-init.h \ |
+MAINTAINERCLEANFILES = $(srcdir)/aarch64-asm-2.c $(srcdir)/aarch64-dis-2.c \ |
+ $(srcdir)/aarch64-opc-2.c $(srcdir)/i386-tbl.h $(srcdir)/i386-init.h \ |
$(srcdir)/ia64-asmtab.c $(srcdir)/z8k-opc.h \ |
+ $(srcdir)/msp430-decode.c \ |
$(srcdir)/rl78-decode.c \ |
$(srcdir)/rx-decode.c |
+aarch64-gen$(EXEEXT_FOR_BUILD): aarch64-gen.o $(BUILD_LIB_DEPS) |
+ $(LINK_FOR_BUILD) aarch64-gen.o $(BUILD_LIBS) |
+ |
+aarch64-gen.o: aarch64-gen.c $(BFD_H) $(INCDIR)/getopt.h $(INCDIR)/libiberty.h\ |
+ $(INCDIR)/opcode/aarch64.h config.h aarch64-opc.h aarch64-tbl.h |
+ $(COMPILE_FOR_BUILD) -c $(srcdir)/aarch64-gen.c |
+ |
+$(srcdir)/aarch64-asm-2.c: @MAINT@ aarch64-gen$(exeext_for_build) |
+ ./aarch64-gen$(exeext_for_build) --gen-asm > $@ |
+$(srcdir)/aarch64-dis-2.c: @MAINT@ aarch64-gen$(exeext_for_build) |
+ ./aarch64-gen$(exeext_for_build) --gen-dis > $@ |
+$(srcdir)/aarch64-opc-2.c: @MAINT@ aarch64-gen$(exeext_for_build) |
+ ./aarch64-gen$(exeext_for_build) --gen-opc > $@ |
+ |
i386-gen$(EXEEXT_FOR_BUILD): i386-gen.o $(BUILD_LIB_DEPS) |
$(LINK_FOR_BUILD) i386-gen.o $(BUILD_LIBS) |
@@ -525,6 +571,9 @@ $(srcdir)/ia64-asmtab.c: @MAINT@ $(ia64_asmtab_deps) |
ia64-opc.lo: $(srcdir)/ia64-asmtab.c |
+$(srcdir)/msp430-decode.c: @MAINT@ $(srcdir)/msp430-decode.opc opc2c$(EXEEXT_FOR_BUILD) |
+ ./opc2c$(EXEEXT_FOR_BUILD) $(srcdir)/msp430-decode.opc > $(srcdir)/msp430-decode.c |
+ |
$(srcdir)/rl78-decode.c: @MAINT@ $(srcdir)/rl78-decode.opc opc2c$(EXEEXT_FOR_BUILD) |
./opc2c$(EXEEXT_FOR_BUILD) $(srcdir)/rl78-decode.opc > $(srcdir)/rl78-decode.c |