emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/s/freebsd.h


From: Gerd Moellmann
Subject: [Emacs-diffs] Changes to emacs/src/s/freebsd.h
Date: Mon, 24 Nov 2003 08:12:26 -0500

Index: emacs/src/s/freebsd.h
diff -c emacs/src/s/freebsd.h:1.41 emacs/src/s/freebsd.h:1.42
*** emacs/src/s/freebsd.h:1.41  Mon Sep  1 11:45:58 2003
--- emacs/src/s/freebsd.h       Mon Nov 24 08:12:25 2003
***************
*** 220,224 ****
--- 220,232 ----
  
  #define POSIX_SIGNALS         1
  
+ /* The `combreloc' setting became the default, and it seems to be
+    incompatible with unexec.  Symptom is an immediate SEGV in
+    XtInitializeWidget when starting Emacs under X11.  */
+ 
+ #if defined __FreeBSD_version && __FreeBSD_version >= 500042
+ #define LD_SWITCH_SYSTEM_TEMACS -znocombreloc
+ #endif
+ 
  /* arch-tag: 426529ca-b7c4-448f-b10a-d4dcdc9c78eb
     (do not change this comment) */




reply via email to

[Prev in Thread] Current Thread [Next in Thread]