diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 8 | ||||
| -rw-r--r-- | src/s/sol2-6.h | 3 |
2 files changed, 10 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 253f97c12ad..4ad23b91929 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2002-09-13 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * s/sol2-6.h (UNEXEC): Comment out definition. | ||
| 4 | |||
| 5 | * unexsol.c (unexec): Don't downcase first letter of error msg. | ||
| 6 | |||
| 7 | * xfaces.c (Fcolor_supported_p): Just one arg is required. | ||
| 8 | |||
| 1 | 2002-09-12 Markus Rost <rost@math.ohio-state.edu> | 9 | 2002-09-12 Markus Rost <rost@math.ohio-state.edu> |
| 2 | 10 | ||
| 3 | * unexsol.c: Include buffer.h, charset.h, coding.h. | 11 | * unexsol.c: Include buffer.h, charset.h, coding.h. |
diff --git a/src/s/sol2-6.h b/src/s/sol2-6.h index 7262415d07c..94651397658 100644 --- a/src/s/sol2-6.h +++ b/src/s/sol2-6.h | |||
| @@ -2,6 +2,7 @@ | |||
| 2 | 2 | ||
| 3 | #include "sol2-5.h" | 3 | #include "sol2-5.h" |
| 4 | 4 | ||
| 5 | #if 0 /* dldump does not handle all the extensions used by GNU ld. */ | ||
| 5 | #undef UNEXEC | 6 | #undef UNEXEC |
| 6 | #define UNEXEC unexsol.o | 7 | #define UNEXEC unexsol.o |
| 7 | 8 | #endif | |