Module Name: src
Committed By: christos
Date: Tue Nov 8 23:11:42 UTC 2011
Modified Files:
src/doc: HACKS
Log Message:
mention libgcc/emacs hack.
To generate a diff of this commit:
cvs rdiff -u -r1.120 -r1.121 src/doc/HACKS
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/doc/HACKS
diff -u src/doc/HACKS:1.120 src/doc/HACKS:1.121
--- src/doc/HACKS:1.120 Sat Oct 29 16:59:30 2011
+++ src/doc/HACKS Tue Nov 8 18:11:42 2011
@@ -1,4 +1,4 @@
-# $NetBSD: HACKS,v 1.120 2011/10/29 20:59:30 christos Exp $
+# $NetBSD: HACKS,v 1.121 2011/11/08 23:11:42 christos Exp $
#
# This file is intended to document workarounds for currently unsolved
# (mostly) compiler bugs.
@@ -280,6 +280,17 @@ descr
-fno-strict-aliasing.
kcah
+hack emacs aborting on exit (libgcc issue)
+mdate 7 November 2011
+who christos
+file external/gpl3/gcc/dist/gcc/unwind-dw2-fde.c : 1.2
+descr
+ GCC 4.5.3 now calls __unregister_frame_info_bases() on unloading/exit
+ to do just that. If the symbol requested is not found, then it aborts.
+ emacs 23.3 triggers this assertion. For now disable aborting, and
+ silently ignore.
+kcah
+
hack cross-building hack on Darwin
mdate 20 July 2008
who agc