Make MIPS startup assembly files use neutral float ABI.

This allows these files to be used with hard and softfloat targets
with no special flags passed to the compiler.

Reviewed by: adrian, br, imp
Differential Revision:	https://reviews.freebsd.org/D8506
This commit is contained in:
kan 2016-11-16 03:21:49 +00:00
parent 19df6187d2
commit d9106c4087
2 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,7 @@
#include <machine/asm.h>
__FBSDID("$FreeBSD$");
.gnu_attribute 4, 0
.section .init,"ax",%progbits
.align 4
.globl _init

View File

@ -1,6 +1,7 @@
#include <machine/asm.h>
__FBSDID("$FreeBSD$");
.gnu_attribute 4, 0
.section .init,"ax",%progbits
.align 4
.set noreorder