emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs/src ChangeLog s/cygwin.h


From: Chong Yidong
Subject: [Emacs-diffs] emacs/src ChangeLog s/cygwin.h
Date: Fri, 20 Nov 2009 21:45:01 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Chong Yidong <cyd>      09/11/20 21:45:00

Modified files:
        src            : ChangeLog 
        src/s          : cygwin.h 

Log message:
        * s/cygwin.h: Remove unneeded linker flags.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/src/ChangeLog?cvsroot=emacs&r1=1.7885&r2=1.7886
http://cvs.savannah.gnu.org/viewcvs/emacs/src/s/cygwin.h?cvsroot=emacs&r1=1.20&r2=1.21

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/src/ChangeLog,v
retrieving revision 1.7885
retrieving revision 1.7886
diff -u -b -r1.7885 -r1.7886
--- ChangeLog   20 Nov 2009 09:44:42 -0000      1.7885
+++ ChangeLog   20 Nov 2009 21:44:58 -0000      1.7886
@@ -1,3 +1,7 @@
+2009-11-20  Ken Brown  <address@hidden>  (tiny change)
+
+       * s/cygwin.h: Remove unneeded linker flags.
+
 2009-11-20  Jan Djärv  <address@hidden>
 
        * xfns.c (x_default_font_parameter): Call xsettings_get_system_font.

Index: s/cygwin.h
===================================================================
RCS file: /sources/emacs/emacs/src/s/cygwin.h,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -b -r1.20 -r1.21
--- s/cygwin.h  8 Jan 2009 03:16:19 -0000       1.20
+++ s/cygwin.h  20 Nov 2009 21:45:00 -0000      1.21
@@ -105,10 +105,8 @@
 #define SYSV_SYSTEM_DIR 1
 #define UNEXEC unexcw.o
 #define POSIX_SIGNALS 1
-/* force the emacs image to start high in memory, so dll relocation
-   can put things in low memory without causing all sorts of grief for
-   emacs lisp pointers */
-#define DATA_SEG_BITS 0x20000000
+#define LINKER $(CC)
+
 #define LINKER $(CC) -Wl,--image-base,DATA_SEG_BITS
 
 /* Use terminfo instead of termcap.  Fewer environment variables to




reply via email to

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