Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: gnusrc/gnu/dist/toolchain/gcc/config/arm



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.




Home | Main Index | Thread Index | Old Index