diff options
author | Jan Beulich <jbeulich@suse.com> | 2023-01-27 09:20:58 +0100 |
---|---|---|
committer | Jan Beulich <jbeulich@suse.com> | 2023-01-27 09:20:58 +0100 |
commit | 800c5dd7b39a305af2878dc66e69945ea1aedcc6 (patch) | |
tree | f9a75ba6684cc5c3709080fc10d9432047c3f8d8 /opcodes/po | |
parent | 06ceca3a90174f65e19116c5605750cd4dcaeb6a (diff) | |
download | gdb-800c5dd7b39a305af2878dc66e69945ea1aedcc6.zip gdb-800c5dd7b39a305af2878dc66e69945ea1aedcc6.tar.gz gdb-800c5dd7b39a305af2878dc66e69945ea1aedcc6.tar.bz2 |
opcodes: suppress internationalization on build helper tools
While one of the two actually having been instrumented (i386-gen.c) now
has that instrumentation dropped, there's still no point in honoring
such instrumentation in general (i.e. now for ia64-gen.c only), as that
only leads to a waste of resources.
With CFILES then being merely an alias of LIBOPCODES_CFILES, drop the
former variable altogether.
Diffstat (limited to 'opcodes/po')
-rw-r--r-- | opcodes/po/POTFILES.in | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/opcodes/po/POTFILES.in b/opcodes/po/POTFILES.in index effd73f..c303d98 100644 --- a/opcodes/po/POTFILES.in +++ b/opcodes/po/POTFILES.in @@ -4,7 +4,6 @@ aarch64-asm.h aarch64-dis-2.c aarch64-dis.c aarch64-dis.h -aarch64-gen.c aarch64-opc-2.c aarch64-opc.c aarch64-opc.h @@ -72,18 +71,9 @@ ft32-opc.c h8300-dis.c hppa-dis.c i386-dis.c -i386-gen.c i386-opc.h -ia64-asmtab.c ia64-asmtab.h ia64-dis.c -ia64-gen.c -ia64-opc-a.c -ia64-opc-b.c -ia64-opc-d.c -ia64-opc-f.c -ia64-opc-i.c -ia64-opc-m.c ia64-opc.c ia64-opc.h ip2k-asm.c @@ -191,7 +181,6 @@ rx-dis.c s12z-dis.c s12z-opc.c s390-dis.c -s390-mkopc.c s390-opc.c score-dis.c score-opc.h @@ -231,4 +220,3 @@ xtensa-dis.c z80-dis.c z8k-dis.c z8k-opc.h -z8kgen.c |