Subject: CVS commit: gnusrc/gnu/dist/toolchain/gcc/config/arm
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 11/21/2002 19:57:36
Module Name:	gnusrc
Committed By:	thorpej
Date:		Thu Nov 21 17:57:36 UTC 2002

Modified Files:
	gnusrc/gnu/dist/toolchain/gcc/config/arm: netbsd-elf.h

Log Message:
In ASM_SPEC:
* If -mhard-float is passed to the compiler, pass -mfpa10 to the assembler.
* If -msoft-float is passed to the compiler, pass -mfpu=softvfp to the
  assembler.
* If neither -mhard-float nor -msoft-float are passed to the compiler,
  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.


To generate a diff of this commit:
cvs rdiff -r1.13 -r1.14 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.