diff options
| author | Dan Nicolaescu | 2010-03-19 22:52:55 -0700 |
|---|---|---|
| committer | Dan Nicolaescu | 2010-03-19 22:52:55 -0700 |
| commit | 07e339e488589f3f5e5e0623925cd980b3d75232 (patch) | |
| tree | 73fb3d18740a8450c1c652268c7b8dfa5d8a901e /src/ChangeLog | |
| parent | 7f110ddcb0e4665ac828be714c1bf9d81991dc9c (diff) | |
| download | emacs-07e339e488589f3f5e5e0623925cd980b3d75232.tar.gz emacs-07e339e488589f3f5e5e0623925cd980b3d75232.zip | |
Remove support for Solaris on PPC and for old versions.
* s/sol2-6.h: Add the contents of s/sol-2.3.h, s/sol-2.4.h, s/sol-2.5.h.
(LD_SWITCH_SYSTEM, USE_MMAP_FOR_BUFFERS): Remove #defines/#undef
that cancel each other.
* s/sol2-3.h:
* s/sol2-4.h:
* s/sol2-5.h: Remove.
* m/ibmrs6000.h: Remove code for USG5_4, this file is only used on AIX.
(NO_REMAP): Remove, unused.
(UNEXEC): Move definition ...
* s/aix4-2.h (UNEXEC): ... here.
* configure.in: Remove support for Solaris on PPC and for old versions.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 14723c49df2..e17c9a2abe1 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,17 @@ | |||
| 1 | 2010-03-20 Dan Nicolaescu <dann@ics.uci.edu> | 1 | 2010-03-20 Dan Nicolaescu <dann@ics.uci.edu> |
| 2 | 2 | ||
| 3 | Remove support for Solaris on PPC and for old versions. | ||
| 4 | * s/sol2-6.h: Add the contents of s/sol-2.3.h, s/sol-2.4.h, s/sol-2.5.h. | ||
| 5 | (LD_SWITCH_SYSTEM, USE_MMAP_FOR_BUFFERS): Remove #defines/#undef | ||
| 6 | that cancel each other. | ||
| 7 | * s/sol2-3.h: | ||
| 8 | * s/sol2-4.h: | ||
| 9 | * s/sol2-5.h: Remove. | ||
| 10 | * m/ibmrs6000.h: Remove code for USG5_4, this file is only used on AIX. | ||
| 11 | (NO_REMAP): Remove, unused. | ||
| 12 | (UNEXEC): Move definition ... | ||
| 13 | * s/aix4-2.h (UNEXEC): ... here. | ||
| 14 | |||
| 3 | * s/openbsd.h: Remove support for non-ELF and for systems that do | 15 | * s/openbsd.h: Remove support for non-ELF and for systems that do |
| 4 | not support shared libraries. | 16 | not support shared libraries. |
| 5 | * s/netbsd.h: | 17 | * s/netbsd.h: |