diff options
author | Jan Beulich <jbeulich@suse.com> | 2024-10-04 09:41:38 +0200 |
---|---|---|
committer | Jan Beulich <jbeulich@suse.com> | 2024-10-04 09:41:38 +0200 |
commit | 46f44aa70060d2c4a35bb70e6a74ccee8330a05e (patch) | |
tree | 772decf736dde967d38218237a3717c005441097 /gas/po | |
parent | 87d2a201520cfba7a152f7c97ad4f7515a5d5da7 (diff) | |
download | gdb-46f44aa70060d2c4a35bb70e6a74ccee8330a05e.zip gdb-46f44aa70060d2c4a35bb70e6a74ccee8330a05e.tar.gz gdb-46f44aa70060d2c4a35bb70e6a74ccee8330a05e.tar.bz2 |
x86: drop largely defunct gas emulations
Both ELF and COFF have various sub-flavors, each of which would then
require its own emulation: Right now when configuring a COFF/PE
secondary target (with perhaps an ELF primary one), one gets plain COFF
emulation rather than COFF/PE one.
As such a multitude of emulations would be unwieldy (and likely fragile)
drop gas emulations altogether instead.
Diffstat (limited to 'gas/po')
-rw-r--r-- | gas/po/POTFILES.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gas/po/POTFILES.in b/gas/po/POTFILES.in index 5281cbb..820b7cd 100644 --- a/gas/po/POTFILES.in +++ b/gas/po/POTFILES.in @@ -17,9 +17,6 @@ config/atof-vax.c config/bfin-lex-wrapper.c config/e-crisaout.c config/e-criself.c -config/e-i386aout.c -config/e-i386coff.c -config/e-i386elf.c config/e-mipself.c config/kvx-parse.c config/kvx-parse.h |