Subject: CVS commit: src/gnu/dist/toolchain/gas/config
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 06/14/2003 16:02:59
Module Name: src
Committed By: thorpej
Date: Sat Jun 14 16:02:59 UTC 2003
Modified Files:
src/gnu/dist/toolchain/gas/config: tc-arm.c
Log Message:
Bring in the following patch from FSF binutils mainline:
2003-06-13 Richard Earnshaw <rearnsha@arm.com>
* tc-arm.c (FPU_DEFAULT, case TE_LINUX): Default to FPU_ARCH_FPA.
(FPU_DEFAULT, case TE_NetBSD): Default to FPU_ARCH_VFP for ELF,
FPU_ARCH_FPA for AOUT.
(md_begin): Don't try to guess the floating point architecture from
the CPU if the OS ABI (Linux, NetBSD) mandates a particular form.
...per Richard's suggestion.
To generate a diff of this commit:
cvs rdiff -r1.14 -r1.15 src/gnu/dist/toolchain/gas/config/tc-arm.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.