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 Make sure dwarf_eh_object is 8 words long.
details: https://anonhg.NetBSD.org/src/rev/559769d2531f
branches: trunk
changeset: 787571:559769d2531f
user: matt <matt%NetBSD.org@localhost>
date: Mon Jun 24 14:53:42 2013 +0000
description:
Make sure dwarf_eh_object is 8 words long.
diffstat:
lib/csu/arch/earm/crtbegin.S | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r a92c41840c84 -r 559769d2531f lib/csu/arch/earm/crtbegin.S
--- a/lib/csu/arch/earm/crtbegin.S Mon Jun 24 14:49:55 2013 +0000
+++ b/lib/csu/arch/earm/crtbegin.S Mon Jun 24 14:53:42 2013 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: crtbegin.S,v 1.2 2013/05/05 10:26:57 skrll Exp $ */
+/* $NetBSD: crtbegin.S,v 1.3 2013/06/24 14:53:42 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.2 2013/05/05 10:26:57 skrll Exp $")
+RCSID("$NetBSD: crtbegin.S,v 1.3 2013/06/24 14:53:42 matt Exp $")
.section .eh_frame, "a", %progbits
.p2align 2
@@ -209,7 +209,7 @@
.local __initialized
.comm __initialized,1,1
.local __dwarf_eh_object
- .comm __dwarf_eh_object,24,4
+ .comm __dwarf_eh_object,32,4
.section .init_array,"aw",%init_array
.p2align 2
Home |
Main Index |
Thread Index |
Old Index