diff options
| author | Dan Nicolaescu | 2008-07-24 18:39:48 +0000 |
|---|---|---|
| committer | Dan Nicolaescu | 2008-07-24 18:39:48 +0000 |
| commit | a11af7f84505c8731f23d98355158da411882d22 (patch) | |
| tree | 6d4b4c890a137b1429cf8a349fabaa6ed9682a5d /src/ChangeLog | |
| parent | 67725bd8db7c7168d08d6a137df04bea21f346ba (diff) | |
| download | emacs-a11af7f84505c8731f23d98355158da411882d22.tar.gz emacs-a11af7f84505c8731f23d98355158da411882d22.zip | |
* ecrt0.c (NODOT_GLOBAL_START): Remove code, unused.
(DOT_GLOBAL_START): Remove conditional, redundant for CRT0_DUMMIES.
* m/intel386.h (DOT_GLOBAL_START):
* m/vax.h (DOT_GLOBAL_START): Remove, redundant with CRT0_DUMMIES.
(USG): Remove, file not used on USG platforms.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 4760fbafb4a..514bcd225c1 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,11 @@ | |||
| 1 | 2008-07-24 Dan Nicolaescu <dann@ics.uci.edu> | 1 | 2008-07-24 Dan Nicolaescu <dann@ics.uci.edu> |
| 2 | 2 | ||
| 3 | * ecrt0.c (NODOT_GLOBAL_START): Remove code, unused. | ||
| 4 | (DOT_GLOBAL_START): Remove conditional, redundant for CRT0_DUMMIES. | ||
| 5 | * m/intel386.h (DOT_GLOBAL_START): | ||
| 6 | * m/vax.h (DOT_GLOBAL_START): Remove, redundant with CRT0_DUMMIES. | ||
| 7 | (USG): Remove, file not used on USG platforms. | ||
| 8 | |||
| 3 | * Makefile.in (HAVE_X11): Remove empty #else. | 9 | * Makefile.in (HAVE_X11): Remove empty #else. |
| 4 | 10 | ||
| 5 | 2008-07-24 Andreas Schwab <schwab@suse.de> | 11 | 2008-07-24 Andreas Schwab <schwab@suse.de> |