Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/csu/arch/earm Use (target1) for .init/fini array entries
details: https://anonhg.NetBSD.org/src/rev/e78e108b2800
branches: trunk
changeset: 787577:e78e108b2800
user: matt <matt%NetBSD.org@localhost>
date: Mon Jun 24 20:56:18 2013 +0000
description:
Use (target1) for .init/fini array entries
diffstat:
lib/csu/arch/earm/crtbegin.S | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (33 lines):
diff -r 077d4e00b0af -r e78e108b2800 lib/csu/arch/earm/crtbegin.S
--- a/lib/csu/arch/earm/crtbegin.S Mon Jun 24 20:43:48 2013 +0000
+++ b/lib/csu/arch/earm/crtbegin.S Mon Jun 24 20:56:18 2013 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: crtbegin.S,v 1.3 2013/06/24 14:53:42 matt Exp $ */
+/* $NetBSD: crtbegin.S,v 1.4 2013/06/24 20:56:18 matt Exp $ */
/*-
* Copyright (c) 2012 The NetBSD Foundation, Inc.
* All rights reserved.
@@ -30,7 +30,7 @@
#include <arm/asm.h>
-RCSID("$NetBSD: crtbegin.S,v 1.3 2013/06/24 14:53:42 matt Exp $")
+RCSID("$NetBSD: crtbegin.S,v 1.4 2013/06/24 20:56:18 matt Exp $")
.section .eh_frame, "a", %progbits
.p2align 2
@@ -117,7 +117,7 @@
.pushsection .fini_array,"aw",%fini_array
.p2align 2
- .word __do_global_dtors_aux
+ .word __do_global_dtors_aux(target1)
.popsection
#endif /* SHARED */
@@ -213,4 +213,4 @@
.section .init_array,"aw",%init_array
.p2align 2
- .word __do_global_ctors_aux
+ .word __do_global_ctors_aux(target1)
Home |
Main Index |
Thread Index |
Old Index