diff options
| author | Dan Nicolaescu | 2008-07-24 18:45:45 +0000 |
|---|---|---|
| committer | Dan Nicolaescu | 2008-07-24 18:45:45 +0000 |
| commit | 340074e936c4393e42364b3c52b238a629571fc5 (patch) | |
| tree | bcbc4fd0ef5586a58988c61a587c3d09f10bc569 /src/ChangeLog | |
| parent | a11af7f84505c8731f23d98355158da411882d22 (diff) | |
| download | emacs-340074e936c4393e42364b3c52b238a629571fc5.tar.gz emacs-340074e936c4393e42364b3c52b238a629571fc5.zip | |
* m/amdx86-64.h (HAVE_LIB64_DIR): Consolidate ifdefs.
* m/alpha.h (TEXT_END):
* m/ibmrs6000.h (TEXT_END):
* m/macppc.h (TEXT_END):
* s/darwin.h (TEXT_END):
* s/msdos.h (TEXT_END): Remove, unused.
* s/gnu-linux.h (BSD_PGRPS): Add a comment.
* s/cygwin.h: Remove comment.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 514bcd225c1..2e003a1815c 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,14 @@ | |||
| 1 | 2008-07-24 Dan Nicolaescu <dann@ics.uci.edu> | 1 | 2008-07-24 Dan Nicolaescu <dann@ics.uci.edu> |
| 2 | 2 | ||
| 3 | * m/amdx86-64.h (HAVE_LIB64_DIR): Consolidate ifdefs. | ||
| 4 | * m/alpha.h (TEXT_END): | ||
| 5 | * m/ibmrs6000.h (TEXT_END): | ||
| 6 | * m/macppc.h (TEXT_END): | ||
| 7 | * s/darwin.h (TEXT_END): | ||
| 8 | * s/msdos.h (TEXT_END): Remove, unused. | ||
| 9 | * s/gnu-linux.h (BSD_PGRPS): Add a comment. | ||
| 10 | * s/cygwin.h: Remove comment. | ||
| 11 | |||
| 3 | * ecrt0.c (NODOT_GLOBAL_START): Remove code, unused. | 12 | * ecrt0.c (NODOT_GLOBAL_START): Remove code, unused. |
| 4 | (DOT_GLOBAL_START): Remove conditional, redundant for CRT0_DUMMIES. | 13 | (DOT_GLOBAL_START): Remove conditional, redundant for CRT0_DUMMIES. |
| 5 | * m/intel386.h (DOT_GLOBAL_START): | 14 | * m/intel386.h (DOT_GLOBAL_START): |