diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2022-11-29 11:32:25 -0800 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2022-12-01 08:07:29 -0800 |
commit | b7e7acf7860f6af55995842fb9148904101fd812 (patch) | |
tree | a46763f78341561bea5ba6b193b74d8132cd2dd9 /opcodes | |
parent | 9a7fde04ca4232d4b2efed61486fff65e83ab3a2 (diff) | |
download | gdb-b7e7acf7860f6af55995842fb9148904101fd812.zip gdb-b7e7acf7860f6af55995842fb9148904101fd812.tar.gz gdb-b7e7acf7860f6af55995842fb9148904101fd812.tar.bz2 |
opcodes: Remove i386-init.h and i386-tbl.h from HFILES
i386-init.h and i386-tbl.h are generated files. There is nothing to
translate. Remove them from HFILES (POTFILES).
* Makefile.am (HFILES): Remove i386-init.h and i386-tbl.h.
* Makefile.in: Regenerated.
* po/POTFILES.in: Likewise.
Diffstat (limited to 'opcodes')
-rw-r--r-- | opcodes/Makefile.am | 2 | ||||
-rw-r--r-- | opcodes/Makefile.in | 2 | ||||
-rw-r--r-- | opcodes/po/POTFILES.in | 2 |
3 files changed, 0 insertions, 6 deletions
diff --git a/opcodes/Makefile.am b/opcodes/Makefile.am index 93e9002..cb6ff0e 100644 --- a/opcodes/Makefile.am +++ b/opcodes/Makefile.am @@ -64,9 +64,7 @@ HFILES = \ epiphany-desc.h epiphany-opc.h \ fr30-desc.h fr30-opc.h \ frv-desc.h frv-opc.h \ - i386-init.h \ i386-opc.h \ - i386-tbl.h \ ia64-asmtab.h \ ia64-opc.h \ ip2k-desc.h ip2k-opc.h \ diff --git a/opcodes/Makefile.in b/opcodes/Makefile.in index fe4539d..5524af5 100644 --- a/opcodes/Makefile.in +++ b/opcodes/Makefile.in @@ -455,9 +455,7 @@ HFILES = \ epiphany-desc.h epiphany-opc.h \ fr30-desc.h fr30-opc.h \ frv-desc.h frv-opc.h \ - i386-init.h \ i386-opc.h \ - i386-tbl.h \ ia64-asmtab.h \ ia64-opc.h \ ip2k-desc.h ip2k-opc.h \ diff --git a/opcodes/po/POTFILES.in b/opcodes/po/POTFILES.in index 24f57af..9906bf1 100644 --- a/opcodes/po/POTFILES.in +++ b/opcodes/po/POTFILES.in @@ -73,10 +73,8 @@ h8300-dis.c hppa-dis.c i386-dis.c i386-gen.c -i386-init.h i386-opc.c i386-opc.h -i386-tbl.h ia64-asmtab.c ia64-asmtab.h ia64-dis.c |