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:
Alexander Kabaev 2016-11-16 03:21:49 +00:00
parent d037279cc0
commit 20d197f463
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=308712
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