comparison src/ChangeLog @ 108091:992e676c0285

Simplify m/intel386.h. * m/intel386.h (CRT0_DUMMIES): Remove, inline value in the only user: ecrt0.c. (SOLARIS2): Remove LOAD_AVE_TYPE, LOAD_AVE_CVT, LIBS_MACHINE, unused. (USG5_4): Move LOAD_AVE_TYPE, LOAD_AVE_CVT, FSCALE definitions to the only user: s/unixware.h. * ecrt0.c: Remove #ifndef static. Inline CRT0_DUMMIES definition from m/intel386.h. * s/unixware.h (LOAD_AVE_TYPE, LOAD_AVE_CVT, FSCALE): Definitions moved here from m/intel386.h.
author Dan Nicolaescu <dann@ics.uci.edu>
date Fri, 23 Apr 2010 15:14:14 -0700
parents b8f821937636
children a1271a8f377e
comparison
equal deleted inserted replaced
108090:b8f821937636 108091:992e676c0285
1 2010-04-23 Dan Nicolaescu <dann@ics.uci.edu> 1 2010-04-23 Dan Nicolaescu <dann@ics.uci.edu>
2
3 Simplify m/intel386.h.
4 * m/intel386.h (CRT0_DUMMIES): Remove, inline value in the only
5 user: ecrt0.c.
6 (SOLARIS2): Remove LOAD_AVE_TYPE, LOAD_AVE_CVT, LIBS_MACHINE, unused.
7 (USG5_4): Move LOAD_AVE_TYPE, LOAD_AVE_CVT, FSCALE definitions to
8 the only user: s/unixware.h.
9 * ecrt0.c: Remove #ifndef static. Inline CRT0_DUMMIES definition
10 from m/intel386.h.
11 * s/unixware.h (LOAD_AVE_TYPE, LOAD_AVE_CVT, FSCALE): Definitions
12 moved here from m/intel386.h.
2 13
3 * m/mips.h: Remove #if 0 code. 14 * m/mips.h: Remove #if 0 code.
4 15
5 2010-04-23 Eli Zaretskii <eliz@gnu.org> 16 2010-04-23 Eli Zaretskii <eliz@gnu.org>
6 17