Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/csu/arm_elf Use CRTI instead of __S
details: https://anonhg.NetBSD.org/src/rev/3fe9c9e8ec70
branches: trunk
changeset: 780717:3fe9c9e8ec70
user: matt <matt%NetBSD.org@localhost>
date: Sat Aug 04 14:57:46 2012 +0000
description:
Use CRTI instead of __S
diffstat:
lib/csu/arm_elf/dot_init.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 8a5b1988aff9 -r 3fe9c9e8ec70 lib/csu/arm_elf/dot_init.h
--- a/lib/csu/arm_elf/dot_init.h Sat Aug 04 14:53:32 2012 +0000
+++ b/lib/csu/arm_elf/dot_init.h Sat Aug 04 14:57:46 2012 +0000
@@ -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"
Home |
Main Index |
Thread Index |
Old Index