Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/csu/arch/mips mips .eh_frame is writable
details: https://anonhg.NetBSD.org/src/rev/4f9a6d1d3162
branches: trunk
changeset: 789724:4f9a6d1d3162
user: matt <matt%NetBSD.org@localhost>
date: Thu Sep 05 00:28:11 2013 +0000
description:
mips .eh_frame is writable
diffstat:
lib/csu/arch/mips/crtend.S | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r cb73be3a7e59 -r 4f9a6d1d3162 lib/csu/arch/mips/crtend.S
--- a/lib/csu/arch/mips/crtend.S Thu Sep 05 00:27:38 2013 +0000
+++ b/lib/csu/arch/mips/crtend.S Thu Sep 05 00:28:11 2013 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: crtend.S,v 1.2 2013/07/11 16:23:40 matt Exp $ */
+/* $NetBSD: crtend.S,v 1.3 2013/09/05 00:28:11 matt Exp $ */
/*-
* Copyright (c) 2012 The NetBSD Foundation, Inc.
* All rights reserved.
@@ -30,7 +30,7 @@
#include <mips/asm.h>
-RCSID("$NetBSD: crtend.S,v 1.2 2013/07/11 16:23:40 matt Exp $")
+RCSID("$NetBSD: crtend.S,v 1.3 2013/09/05 00:28:11 matt Exp $")
.section .ctors, "aw", @progbits
.p2align PTR_SCALESHIFT
@@ -46,7 +46,7 @@
__DTOR_LIST_END__:
.word 0
- .section .eh_frame, "a", @progbits
+ .section .eh_frame, "aw", @progbits
.p2align PTR_SCALESHIFT
.space _MIPS_SZPTR / 8
Home |
Main Index |
Thread Index |
Old Index