Module Name:    src
Committed By:   matt
Date:           Sat Aug  4 14:57:47 UTC 2012

Modified Files:
        src/lib/csu/arm_elf: dot_init.h

Log Message:
Use CRTI instead of __S


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/lib/csu/arm_elf/dot_init.h

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/arm_elf/dot_init.h
diff -u src/lib/csu/arm_elf/dot_init.h:1.7 src/lib/csu/arm_elf/dot_init.h:1.8
--- src/lib/csu/arm_elf/dot_init.h:1.7	Fri Aug  3 08:01:42 2012
+++ src/lib/csu/arm_elf/dot_init.h	Sat Aug  4 14:57:46 2012
@@ -1,4 +1,4 @@
-/* $NetBSD: dot_init.h,v 1.7 2012/08/03 08:01:42 matt Exp $ */
+/* $NetBSD: dot_init.h,v 1.8 2012/08/04 14:57:46 matt Exp $ */
 
 /*-
  * Copyright (c) 2001 Ross Harvey
@@ -36,7 +36,7 @@
 #include <sys/cdefs.h>			/* RCS ID & Copyright macro defns */
 #include <machine/asm.h>
 
-#if defined(__ARM_EABI__) && defined(__S)
+#if defined(__ARM_EABI__) && defined(CRTI)
 __asm(
 	".section\t\".note.netbsd.aeabi\", \"a\"\n"
 	"\t.p2align\t2\n\n"

Reply via email to