mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-04-06 14:21:43 +08:00
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.
This commit is contained in:
parent
d641e2e243
commit
7a55d8e4df
@ -151,6 +151,7 @@ case $targ in
|
||||
mips*-sgi-* | \
|
||||
mips*el-*-rtems* | \
|
||||
m32c-*-rtems* | \
|
||||
nios2*-*-* | \
|
||||
ns32k-*-netbsd* | \
|
||||
openrisc-*-* | \
|
||||
or32-*-* | \
|
||||
|
@ -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
|
||||
|
@ -1,5 +0,0 @@
|
||||
# We build library code with -mno-gpopt so that it can be linked with
|
||||
# larger executables with small-data sections that exceed the 16-bit
|
||||
# offset range for GP-relative addressing.
|
||||
CFLAGS_FOR_TARGET += -mno-gpopt
|
||||
CXXFLAGS_FOR_TARGET += -mno-gpopt
|
@ -122,8 +122,6 @@ config/tc-mt.c
|
||||
config/tc-mt.h
|
||||
config/tc-nds32.c
|
||||
config/tc-nds32.h
|
||||
config/tc-nios2.c
|
||||
config/tc-nios2.h
|
||||
config/tc-ns32k.c
|
||||
config/tc-ns32k.h
|
||||
config/tc-or1k.c
|
||||
|
@ -270,8 +270,6 @@ ends32belf_linux.c
|
||||
ends32elf.c
|
||||
ends32elf16m.c
|
||||
ends32elf_linux.c
|
||||
enios2elf.c
|
||||
enios2linux.c
|
||||
ens32knbsd.c
|
||||
epc532macha.c
|
||||
epdp11.c
|
||||
|
@ -153,8 +153,6 @@ mt-opc.h
|
||||
nds32-asm.c
|
||||
nds32-dis.c
|
||||
nfp-dis.c
|
||||
nios2-dis.c
|
||||
nios2-opc.c
|
||||
ns32k-dis.c
|
||||
or1k-asm.c
|
||||
or1k-desc.c
|
||||
|
Loading…
x
Reference in New Issue
Block a user