aboutsummaryrefslogtreecommitdiff
path: root/opcodes
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2009-10-27 01:49:26 +0000
committerAlan Modra <amodra@gmail.com>2009-10-27 01:49:26 +0000
commita2b2318d998d2829a7af02d3a8208f136b47578e (patch)
treef437d72b4a25cb2a391c4a0a0a78d4c1c3e5985e /opcodes
parent827f76ede9d3775808c5e0ffb49a4cc6b2ed3425 (diff)
downloadgdb-a2b2318d998d2829a7af02d3a8208f136b47578e.zip
gdb-a2b2318d998d2829a7af02d3a8208f136b47578e.tar.gz
gdb-a2b2318d998d2829a7af02d3a8208f136b47578e.tar.bz2
* Makefile.am (HFILES): Remove cgen-ops.h and cgen-types.h.
Diffstat (limited to 'opcodes')
-rw-r--r--opcodes/ChangeLog6
-rw-r--r--opcodes/Makefile.am1
-rw-r--r--opcodes/Makefile.in1
3 files changed, 6 insertions, 2 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index b4bc9ac..9602b1e 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -1,3 +1,9 @@
+2009-10-27 Alan Modra <amodra@bigpond.net.au>
+
+ * Makefile.am (HFILES): Remove cgen-ops.h and cgen-types.h.
+ * Makefile.in: Regenerate.
+ * po/POTFILES.in: Regenerate.
+
2009-10-23 Doug Evans <dje@sebabeach.org>
* cgen-ops.h: Delete, moved to ../include/cgen/basic-ops.h.
diff --git a/opcodes/Makefile.am b/opcodes/Makefile.am
index c6c5cb6..495fd57 100644
--- a/opcodes/Makefile.am
+++ b/opcodes/Makefile.am
@@ -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 \
diff --git a/opcodes/Makefile.in b/opcodes/Makefile.in
index 37269bc9c..c8fc6c3 100644
--- a/opcodes/Makefile.in
+++ b/opcodes/Makefile.in
@@ -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 \