Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/csu Make dwarf_eh_object is 8 words long
details: https://anonhg.NetBSD.org/src/rev/1be53c3d299d
branches: trunk
changeset: 787569:1be53c3d299d
user: matt <matt%NetBSD.org@localhost>
date: Mon Jun 24 14:49:13 2013 +0000
description:
Make dwarf_eh_object is 8 words long
diffstat:
lib/csu/arch/arm/crtbegin.S | 6 +++---
lib/csu/common/crtbegin.c | 4 ++--
2 files changed, 5 insertions(+), 5 deletions(-)
diffs (48 lines):
diff -r ed27ceccdcc8 -r 1be53c3d299d lib/csu/arch/arm/crtbegin.S
--- a/lib/csu/arch/arm/crtbegin.S Mon Jun 24 14:27:35 2013 +0000
+++ b/lib/csu/arch/arm/crtbegin.S Mon Jun 24 14:49:13 2013 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: crtbegin.S,v 1.5 2013/05/05 10:26:57 skrll Exp $ */
+/* $NetBSD: crtbegin.S,v 1.6 2013/06/24 14:49:13 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.5 2013/05/05 10:26:57 skrll Exp $")
+RCSID("$NetBSD: crtbegin.S,v 1.6 2013/06/24 14:49:13 matt Exp $")
.section .ctors, "aw", %progbits
.p2align 2
@@ -64,7 +64,7 @@
#endif
.local __dwarf_eh_object
- .comm __dwarf_eh_object,24
+ .comm __dwarf_eh_object,32
.local __initialized
.comm __initialized,1
.local __finished
diff -r ed27ceccdcc8 -r 1be53c3d299d lib/csu/common/crtbegin.c
--- a/lib/csu/common/crtbegin.c Mon Jun 24 14:27:35 2013 +0000
+++ b/lib/csu/common/crtbegin.c Mon Jun 24 14:49:13 2013 +0000
@@ -27,7 +27,7 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
#include <sys/cdefs.h>
-__RCSID("$NetBSD: crtbegin.c,v 1.1 2013/06/22 02:37:09 matt Exp $");
+__RCSID("$NetBSD: crtbegin.c,v 1.2 2013/06/24 14:49:13 matt Exp $");
typedef void (*fptr_t)(void);
@@ -57,7 +57,7 @@
__weakref_visible void deregister_frame_info(const void *)
__weak_reference(__deregister_frame_info);
-static long dwarf_eh_object[6];
+static long dwarf_eh_object[8];
static unsigned char __initialized;
static unsigned char __finished;
Home |
Main Index |
Thread Index |
Old Index