Subject: CVS commit: [netbsd-1-6] gnusrc/gnu/dist/toolchain/gcc/config/arm
To: None <source-changes@netbsd.org>
From: Havard Eidnes <he@netbsd.org>
List: source-changes
Date: 12/13/2002 00:34:01
Module Name: gnusrc
Committed By: he
Date: Thu Dec 12 22:34:01 UTC 2002
Modified Files:
gnusrc/gnu/dist/toolchain/gcc/config/arm [netbsd-1-6]: netbsd-elf.h
Log Message:
Pull up revision 1.14 (requested by thorpej in ticket #1006):
In ASM_SPEC:
o If -mhard-float is given, pass -mfpa10 to assembler.
o If -msoft-float is given, pass -mfpu=softvfp to assembler.
o If neither is given, pass -mfpu=softvfp to the assembler.
These changes properly mark objects as using soft-VFP, as
is the default code generation for NetBSD ARM ELF.
PLEASE NOTE: This is a minor flag day: new and old object
files cannot be mixed when linking new programs.
To generate a diff of this commit:
cvs rdiff -r1.10.2.3 -r1.10.2.4 \
gnusrc/gnu/dist/toolchain/gcc/config/arm/netbsd-elf.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.