Mercurial > emacs
comparison src/ChangeLog @ 107462:6efbd7584cd8
Simplify LIBS_MACHINE definitions.
* m/hp800.h (LIBS_MACHINE): Remove, same as default.
* m/iris4d.h (LIBS_MACHINE): Likewise.
* m/ibmrs6000.h (LIBS_MACHINE): Rename to LIBS_SYSTEM and move ...
* s/aix4-2.h (LIBS_SYSTEM): ... here.
author | Dan Nicolaescu <dann@ics.uci.edu> |
---|---|
date | Mon, 22 Mar 2010 19:39:19 -0700 |
parents | c3852852bbc0 |
children | 6de06f3dcac9 |
comparison
equal
deleted
inserted
replaced
107461:7cf379c501e1 | 107462:6efbd7584cd8 |
---|---|
1 2010-03-23 Dan Nicolaescu <dann@ics.uci.edu> | |
2 | |
3 Simplify LIBS_MACHINE definitions. | |
4 * m/hp800.h (LIBS_MACHINE): Remove, same as default. | |
5 * m/iris4d.h (LIBS_MACHINE): Likewise. | |
6 * m/ibmrs6000.h (LIBS_MACHINE): Rename to LIBS_SYSTEM and move ... | |
7 * s/aix4-2.h (LIBS_SYSTEM): ... here. | |
8 | |
1 2010-03-22 Dan Nicolaescu <dann@ics.uci.edu> | 9 2010-03-22 Dan Nicolaescu <dann@ics.uci.edu> |
2 | 10 |
3 Remove dead code dealing with POSIX_SIGNALS. | 11 Remove dead code dealing with POSIX_SIGNALS. |
4 * atimer.c (set_alarm): Remove dead code, all USG systems define | 12 * atimer.c (set_alarm): Remove dead code, all USG systems define |
5 POSIX_SIGNALS. | 13 POSIX_SIGNALS. |