summaryrefslogtreecommitdiff
path: root/src/m/7300.h
Commit message (Collapse)AuthorAgeFilesLines
* (WORDS_BIG_ENDIAN): define or undef appropriately, superseding BIG_ENDIAN.Karl Heuer1994-09-261-0/+5
|
* Delete obsolete symbols.Karl Heuer1994-09-181-6/+0
|
* (CRT0_COMPILE): Add -O and -Demacs.Richard M. Stallman1993-08-031-1/+1
|
* Changes for 3b1 suggested by Andy Fyfe <andy@scp.caltech.edu>Jim Blandy1993-08-031-0/+23
| | | | | | | | | | | | | | | | | | | * 7300.h [__GNUC__]: #define HAVE_ALLOCA. [not __GNUC__]: #define SWITCH_ENUM_BUG, C_ALLOCA, and STACK_DIRECTION. (HAVE_SYSVIPC, USE_UTIME): #define these. (memmove): We don't have this; call safe_bcopy. (CRT0_COMPILE): #define this, so we always use the system's cc. * config.h.in: Add #undefs for HAVE_MKDIR and HAVE_RMDIR, for configure to edit. * sysdep.c [not HAVE_MKDIR] (mkdir): New function, taken from tar, for use on systems lacking the mkdir function. [not HAVE_RMDIR] (rmdir): New function, taken from tar, for use on systems lacking the rmdir function. * ymakefile (crt0.o): Replace the compiler and switches with the symbol CRT0_COMPILE. (CRT0_COMPILE): If the system and machine description files have left this undefined, then define it to do the same as the old crt0.o rule used to.
* Updated GPL version to 2.Jim Blandy1993-06-121-1/+1
|
* entered into RCSJim Blandy1992-07-071-5/+0
|
* Initial revisionJim Blandy1991-12-131-0/+91