This is the mail archive of the
binutils@sources.redhat.com
mailing list for the binutils project.
Re: [mips patch RFA] mips32r2 support.
- From: cgd at broadcom dot com
- To: binutils at sources dot redhat dot com
- Cc: echristo at redhat dot com
- Date: 30 Dec 2002 17:14:30 -0800
- Subject: Re: [mips patch RFA] mips32r2 support.
- References: <yov5u1gxqjul.fsf@broadcom.com><mailpost.1041152577.26292@news-sj1-1>
At Sun, 29 Dec 2002 09:02:57 +0000 (UTC), cgd@broadcom.com wrote:
> The patch below adds support for MIPS32 Release 2, a.k.a. mips32r2.
> [ ... ]
Forgot to mention:
Verified to build and not cause any new failures w/ the
gas/ld/binutils testsuite for:
targets="$targets mips-elf mips64-elf"
targets="$targets mipsel-elf mips64el-elf"
targets="$targets mips-linux mips-netbsd"
targets="$targets mipsel-linux mipsel-netbsd"
targets="$targets mips64-linux mips64el-linux"
targets="$targets mipsisa32-elf mipsisa32el-elf"
targets="$targets mipsisa32r2-elf mipsisa32r2el-elf"
targets="$targets mipsisa64-elf mipsisa64el-elf"
targets="$targets sb1-elf sb1el-elf"
targets="$targets mipsisa64sb1-elf mipsisa64sb1el-elf"
targets="$targets mips-ecoff mipsel-ecoff"
(mipsisa32r2*-elf obviously needing the aforementioned config.sub
patch. 8-)
cgd