aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorChong Yidong2009-11-20 21:44:58 +0000
committerChong Yidong2009-11-20 21:44:58 +0000
commitdd5a6279bc36d9c6ec0fbc566b320cc4975685e3 (patch)
treede7fe0b3d97c7ce3474e2c7cbea9314a387c12ce /src
parentabbdc6a07b34911e98d2877f545a33b77fd0df6d (diff)
downloademacs-dd5a6279bc36d9c6ec0fbc566b320cc4975685e3.tar.gz
emacs-dd5a6279bc36d9c6ec0fbc566b320cc4975685e3.zip
* s/cygwin.h: Remove unneeded linker flags.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog4
-rw-r--r--src/s/cygwin.h6
2 files changed, 6 insertions, 4 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index cefcd6145f8..acfffd39d7a 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
2
3 * s/cygwin.h: Remove unneeded linker flags.
4
12009-11-20 Jan Djärv <jan.h.d@swipnet.se> 52009-11-20 Jan Djärv <jan.h.d@swipnet.se>
2 6
3 * xfns.c (x_default_font_parameter): Call xsettings_get_system_font. 7 * xfns.c (x_default_font_parameter): Call xsettings_get_system_font.
diff --git a/src/s/cygwin.h b/src/s/cygwin.h
index ec36f080784..f438d3a82e9 100644
--- a/src/s/cygwin.h
+++ b/src/s/cygwin.h
@@ -105,10 +105,8 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
105#define SYSV_SYSTEM_DIR 1 105#define SYSV_SYSTEM_DIR 1
106#define UNEXEC unexcw.o 106#define UNEXEC unexcw.o
107#define POSIX_SIGNALS 1 107#define POSIX_SIGNALS 1
108/* force the emacs image to start high in memory, so dll relocation 108#define LINKER $(CC)
109 can put things in low memory without causing all sorts of grief for 109
110 emacs lisp pointers */
111#define DATA_SEG_BITS 0x20000000
112#define LINKER $(CC) -Wl,--image-base,DATA_SEG_BITS 110#define LINKER $(CC) -Wl,--image-base,DATA_SEG_BITS
113 111
114/* Use terminfo instead of termcap. Fewer environment variables to 112/* Use terminfo instead of termcap. Fewer environment variables to