Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/csu/arch/m68k In .fini invoke destructors (fix copy & pa...



details:   https://anonhg.NetBSD.org/src/rev/783cd963432a
branches:  trunk
changeset: 788881:783cd963432a
user:      martin <martin%NetBSD.org@localhost>
date:      Sat Jul 27 13:07:06 2013 +0000

description:
In .fini invoke destructors (fix copy & pasto)

diffstat:

 lib/csu/arch/m68k/crtbegin.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 974b02c7c980 -r 783cd963432a lib/csu/arch/m68k/crtbegin.h
--- a/lib/csu/arch/m68k/crtbegin.h      Sat Jul 27 11:19:09 2013 +0000
+++ b/lib/csu/arch/m68k/crtbegin.h      Sat Jul 27 13:07:06 2013 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: crtbegin.h,v 1.3 2013/07/19 06:26:41 matt Exp $ */
+/* $NetBSD: crtbegin.h,v 1.4 2013/07/27 13:07:06 martin Exp $ */
 /*-
  * Copyright (c) 2013 The NetBSD Foundation, Inc.
  * All rights reserved.
@@ -38,7 +38,7 @@
 
 __asm( ".pushsection .fini"
 #ifdef __pic__
-"\n\t" "bsrl   __do_global_ctors_aux"
+"\n\t" "bsrl   __do_global_dtors_aux"
 #else
 "\n\t" "jsr    __do_global_dtors_aux"
 #endif



Home | Main Index | Thread Index | Old Index