diff options
| author | Glenn Morris | 2012-07-10 00:15:05 -0700 |
|---|---|---|
| committer | Glenn Morris | 2012-07-10 00:15:05 -0700 |
| commit | 882cf227ab70fc5cd7252781bd55febfbcad27d5 (patch) | |
| tree | aba4dbf427dcc09623dd4d79a399bf48644a618f /src/ChangeLog | |
| parent | c293e30cd9f841e59ce6ae3b2757f0e6daf2e71d (diff) | |
| download | emacs-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/ChangeLog | 4 |
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 | ||
| 12 | 2012-07-10 Glenn Morris <rgm@gnu.org> | 12 | 2012-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 | ||