binutils-gdb/ld/gen-doc.texi
Sandra Loosemore e7a16d9fd6 nios2: Remove binutils support for Nios II target.
The Nios II architecture has been EOL'ed by the vendor.  This patch
removes all binutils, bfd, gas, binutils, and opcodes support for this
target with the exception of the readelf utility.  (The ELF EM_*
number remains valid and the relocation definitions from the Nios II
ABI will never change in future, so retaining the readelf support
seems consistent with its purpose as a utility that tries to parse the
headers in any ELF file provided as an argument regardless of target.)
2024-11-26 19:13:07 +00:00

36 lines
609 B
Plaintext

@c Copyright (C) 2012-2024 Free Software Foundation, Inc.
@c For copying conditions, see the file ld.texi.
@c ------------------------------ CONFIGURATION VARS:
@c 1. Inclusiveness of this manual
@set GENERIC
@c 2. Specific target machines
@set ARM
@set C6X
@set CSKY
@set H8300
@set HPPA
@set I960
@set M68HC11
@set M68K
@set MIPS
@set MMIX
@set MSP430
@set NDS32
@set PDP11
@set POWERPC
@set POWERPC64
@set Renesas
@set S/390
@set SPU
@set TICOFF
@set WIN32
@set XTENSA
@c 3. Properties of this configuration
@clear SingleFormat
@set UsesEnvVars
@c ------------------------------ end CONFIGURATION VARS