diff options
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 | ||