diff options
| author | Dan Nicolaescu | 2008-07-23 08:29:24 +0000 |
|---|---|---|
| committer | Dan Nicolaescu | 2008-07-23 08:29:24 +0000 |
| commit | 7a14f2a03e95f5ac10d5603da6fa52777f16968e (patch) | |
| tree | 458d3141171de03a79258e34d4bc8930fb709a9a /src/ChangeLog | |
| parent | 5fa8e472948b7e7fe3903c73ed39b28109f22216 (diff) | |
| download | emacs-7a14f2a03e95f5ac10d5603da6fa52777f16968e.tar.gz emacs-7a14f2a03e95f5ac10d5603da6fa52777f16968e.zip | |
* s/usg5-4.h (ADDR_CORRECT): Remove, unused.
* unexaix.c (ADDR_CORRECT): Remove conditional, the only user
defines it.
* unexec.c (ADDR_CORRECT): Define unconditionally.
* m/ibmrs6000.h (C_SWITCH_MACHINE): Remove.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 8651558ad9e..be233c512f5 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,12 @@ | |||
| 1 | 2008-07-23 Dan Nicolaescu <dann@ics.uci.edu> | 1 | 2008-07-23 Dan Nicolaescu <dann@ics.uci.edu> |
| 2 | 2 | ||
| 3 | * s/usg5-4.h (ADDR_CORRECT): Remove, unused. | ||
| 4 | * unexaix.c (ADDR_CORRECT): Remove conditional, the only user | ||
| 5 | defines it. | ||
| 6 | * unexec.c (ADDR_CORRECT): Define unconditionally. | ||
| 7 | |||
| 8 | * m/ibmrs6000.h (C_SWITCH_MACHINE): Remove. | ||
| 9 | |||
| 3 | * unexec.c: Remove code depending on !COFF and USG, the file is | 10 | * unexec.c: Remove code depending on !COFF and USG, the file is |
| 4 | not used for such systems. | 11 | not used for such systems. |
| 5 | 12 | ||