cgen include file reorg

Alan Modra amodra@bigpond.net.au
Tue Oct 27 01:47:00 GMT 2009


Fixes --enable-maintainer-mode build breakage.

	* Makefile.am (HFILES): Remove cgen-ops.h and cgen-types.h.
	* Makefile.in: Regenerate.
	* po/POTFILES.in: Regenerate.

Index: opcodes/Makefile.am
===================================================================
RCS file: /cvs/src/src/opcodes/Makefile.am,v
retrieving revision 1.154
diff -u -p -r1.154 Makefile.am
--- opcodes/Makefile.am	17 Oct 2009 17:38:09 -0000	1.154
+++ opcodes/Makefile.am	26 Oct 2009 02:08:13 -0000
@@ -41,7 +41,6 @@ BUILD_LIB_DEPS = @BUILD_LIB_DEPS@
 
 # Header files.
 HFILES = \
-	cgen-ops.h cgen-types.h \
 	fr30-desc.h fr30-opc.h \
 	frv-desc.h frv-opc.h \
 	h8500-opc.h \
Index: opcodes/Makefile.in
===================================================================
RCS file: /cvs/src/src/opcodes/Makefile.in,v
retrieving revision 1.173
diff -u -p -r1.173 Makefile.in
--- opcodes/Makefile.in	17 Oct 2009 17:38:09 -0000	1.173
+++ opcodes/Makefile.in	26 Oct 2009 02:08:15 -0000
@@ -310,7 +310,6 @@ BFD_H = ../bfd/bfd.h
 
 # Header files.
 HFILES = \
-	cgen-ops.h cgen-types.h \
 	fr30-desc.h fr30-opc.h \
 	frv-desc.h frv-opc.h \
 	h8500-opc.h \
Index: opcodes/po/POTFILES.in
===================================================================
RCS file: /cvs/src/src/opcodes/po/POTFILES.in,v
retrieving revision 1.47
diff -u -p -r1.47 POTFILES.in
--- opcodes/po/POTFILES.in	24 Aug 2009 19:05:01 -0000	1.47
+++ opcodes/po/POTFILES.in	26 Oct 2009 02:08:25 -0000
@@ -10,8 +10,6 @@ cgen-asm.c
 cgen-bitset.c
 cgen-dis.c
 cgen-opc.c
-cgen-ops.h
-cgen-types.h
 cr16-dis.c
 cr16-opc.c
 cris-dis.c
@@ -155,6 +153,8 @@ pj-dis.c
 pj-opc.c
 ppc-dis.c
 ppc-opc.c
+rx-decode.c
+rx-dis.c
 s390-dis.c
 s390-mkopc.c
 s390-opc.c

-- 
Alan Modra
Australia Development Lab, IBM



More information about the Binutils mailing list