Mercurial > emacs
changeset 106174:542223b15e9b
* s/cygwin.h: Remove unneeded linker flags.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Fri, 20 Nov 2009 21:44:58 +0000 |
parents | 143bc3eab4f0 |
children | d4ca58110155 |
files | src/ChangeLog src/s/cygwin.h |
diffstat | 2 files changed, 6 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Fri Nov 20 21:40:00 2009 +0000 +++ b/src/ChangeLog Fri Nov 20 21:44:58 2009 +0000 @@ -1,3 +1,7 @@ +2009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change) + + * s/cygwin.h: Remove unneeded linker flags. + 2009-11-20 Jan Djärv <jan.h.d@swipnet.se> * xfns.c (x_default_font_parameter): Call xsettings_get_system_font.
--- a/src/s/cygwin.h Fri Nov 20 21:40:00 2009 +0000 +++ b/src/s/cygwin.h Fri Nov 20 21:44:58 2009 +0000 @@ -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