Module Name:    src
Committed By:   joerg
Date:           Fri Dec 20 15:35:48 UTC 2013

Modified Files:
        src/lib/csu/arch/earm: crtend.S

Log Message:
Drop .fpu. Discussed with Matt.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/lib/csu/arch/earm/crtend.S

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/csu/arch/earm/crtend.S
diff -u src/lib/csu/arch/earm/crtend.S:1.1 src/lib/csu/arch/earm/crtend.S:1.2
--- src/lib/csu/arch/earm/crtend.S:1.1	Mon Aug 13 02:49:04 2012
+++ src/lib/csu/arch/earm/crtend.S	Fri Dec 20 15:35:48 2013
@@ -1,4 +1,4 @@
-/*	$NetBSD: crtend.S,v 1.1 2012/08/13 02:49:04 matt Exp $	*/
+/*	$NetBSD: crtend.S,v 1.2 2013/12/20 15:35:48 joerg Exp $	*/
 /*-
  * Copyright (c) 2011 The NetBSD Foundation, Inc.
  * All rights reserved.
@@ -30,9 +30,8 @@
 
 #include <arm/asm.h>
 
-RCSID("$NetBSD: crtend.S,v 1.1 2012/08/13 02:49:04 matt Exp $")
+RCSID("$NetBSD: crtend.S,v 1.2 2013/12/20 15:35:48 joerg Exp $")
 
-	.fpu softvfp
 	.eabi_attribute 18, 4		/* sizeof(wchar_t) */
 	.eabi_attribute 23, 0		/* doesn't use floating point */
 	.eabi_attribute 24, 1		/* 8 byte alignment permitted */

Reply via email to