aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris2012-07-10 00:15:05 -0700
committerGlenn Morris2012-07-10 00:15:05 -0700
commit882cf227ab70fc5cd7252781bd55febfbcad27d5 (patch)
treeaba4dbf427dcc09623dd4d79a399bf48644a618f /src/ChangeLog
parentc293e30cd9f841e59ce6ae3b2757f0e6daf2e71d (diff)
downloademacs-882cf227ab70fc5cd7252781bd55febfbcad27d5.tar.gz
emacs-882cf227ab70fc5cd7252781bd55febfbcad27d5.zip
Move DATA_START, DATA_SEG_BITS from src/s to configure
* configure.ac (DATA_START, DATA_SEG_BITS): Move here from src/s. * src/s/irix6-5.h (DATA_START, DATA_SEG_BITS): * src/s/hpux10-20.h (DATA_SEG_BITS, DATA_START): * src/s/gnu.h (DATA_START): Move definitions to configure.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index e54ea7d8fe9..cbfc1245c13 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -11,6 +11,10 @@
11 11
122012-07-10 Glenn Morris <rgm@gnu.org> 122012-07-10 Glenn Morris <rgm@gnu.org>
13 13
14 * s/irix6-5.h (DATA_START, DATA_SEG_BITS):
15 * s/hpux10-20.h (DATA_SEG_BITS, DATA_START):
16 * s/gnu.h (DATA_START): Move definitions to configure.
17
14 * s/irix6-5.h (SETUP_SLAVE_PTY, PTY_NAME_SPRINTF): Drop ifdef guards. 18 * s/irix6-5.h (SETUP_SLAVE_PTY, PTY_NAME_SPRINTF): Drop ifdef guards.
15 We include usg5-4-common.h, which defines them both. 19 We include usg5-4-common.h, which defines them both.
16 20