diff options
author | Alan Modra <amodra@gmail.com> | 2024-11-27 08:42:06 +1030 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2024-11-27 10:34:08 +1030 |
commit | 7a55d8e4df2ead7f71706459adc708da2691fd5b (patch) | |
tree | 390623743bb9d6fe1f98da12f53887311a317d84 /bfd | |
parent | d641e2e2435bcfb63ef903c40743f7c4527cc5e8 (diff) | |
download | binutils-7a55d8e4df2ead7f71706459adc708da2691fd5b.zip binutils-7a55d8e4df2ead7f71706459adc708da2691fd5b.tar.gz binutils-7a55d8e4df2ead7f71706459adc708da2691fd5b.tar.bz2 |
Re: nios2: Remove binutils support for Nios II target
Remove a now unused config file, regenerate POTFILES to remove nios2
refs, and modify config.bfd to report the target is obsolete.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/config.bfd | 1 | ||||
-rw-r--r-- | bfd/po/SRC-POTFILES.in | 3 |
2 files changed, 1 insertions, 3 deletions
diff --git a/bfd/config.bfd b/bfd/config.bfd index e2b09a2..f8482d7 100644 --- a/bfd/config.bfd +++ b/bfd/config.bfd @@ -151,6 +151,7 @@ case $targ in mips*-sgi-* | \ mips*el-*-rtems* | \ m32c-*-rtems* | \ + nios2*-*-* | \ ns32k-*-netbsd* | \ openrisc-*-* | \ or32-*-* | \ diff --git a/bfd/po/SRC-POTFILES.in b/bfd/po/SRC-POTFILES.in index ccc2dcb..54b078b 100644 --- a/bfd/po/SRC-POTFILES.in +++ b/bfd/po/SRC-POTFILES.in @@ -92,7 +92,6 @@ cpu-msp430.c cpu-mt.c cpu-nds32.c cpu-nfp.c -cpu-nios2.c cpu-ns32k.c cpu-or1k.c cpu-pdp11.c @@ -199,8 +198,6 @@ elf32-msp430.c elf32-mt.c elf32-nds32.c elf32-nds32.h -elf32-nios2.c -elf32-nios2.h elf32-or1k.c elf32-pj.c elf32-ppc.c |