aboutsummaryrefslogtreecommitdiffstats
path: root/src/m
Commit message (Collapse)AuthorAgeFilesLines
* (DBL_MIN_REPLACEMENT): New macro.Paul Eggert1997-10-291-1/+7
|
* (LD_SWITCH_MACHINE): Conditionalize thisKarl Heuer1997-10-211-4/+2
| | | | on THIS_IS_MAKEFILE instead of on emacs.
* Test __OpenBSD__ along with __NetBSD__.Richard M. Stallman1997-10-111-4/+8
| | | | | | (PTY_OPEN): Call sigblock properly. (TEXT_END, COFF, DATA_END): Define them if __NetBSD__ just as if LINUX. (HAVE_TEXT_START): Define, if __NetBSD__ and __ELF__.
* Test __OpenBSD__ along with __NetBSD__.Richard M. Stallman1997-09-071-2/+2
|
* Test __OpenBSD__ along with __NetBSD__.Richard M. Stallman1997-09-062-6/+4
|
* (HAVE_ALLOCA): Do define this, if SOLARIS2.Richard M. Stallman1997-08-301-1/+1
|
* (HAVE_ALLOCA): Don't define this on USG5_4 if not using GNU C.Richard M. Stallman1997-08-061-0/+5
|
* (LD_SWITCH_MACHINE):Richard M. Stallman1997-08-031-0/+4
| | | | Add #ifdef emacs around all the definitions of this.
* Test __linux__ along with NEWSOS5.Richard M. Stallman1997-06-231-4/+14
| | | | | | (KERNEL_FILE, UNEXEC): Don't redefine them if __linux__. [__linux__] (TEXT_START, DATA_START, DATA_SEG_BITS): Alternate definitions.
* Initial revisionRichard M. Stallman1997-06-221-0/+65
|
* [__NetBSD__]: Include stdlib.h, not alloca.h.Richard M. Stallman1997-06-021-0/+8
| | | | (ORDINARY_LINK): Defined (if __NetBSD__).
* (PTY_OPEN): Call sigblock instead of sigblockx.Kenichi Handa1997-05-191-1/+1
|
* (LIBS_MACHINE): Add -lelf.Richard M. Stallman1997-05-071-2/+3
|
* Initial revisionRichard M. Stallman1996-12-311-0/+185
|
* (BROKEN_O_NONBLOCK): Define only if Ultrix.Richard M. Stallman1996-10-301-2/+14
| | | | | | | (LIBS_MACHINE, KERNEL_FILE): Don't define if __NetBSD__. (C_SWITCH_X_MACHINE): Define only if Ultrix. [__NetBSD__] (START_FILES, CANNOT_DUMP): New definitions. [__NetBSD__] (RUN_TIME_REMAP, UNEXEC): Undef them.
* (UNEXEC): Undef before defining.Richard M. Stallman1996-10-131-0/+1
|
* Comment change.Karl Heuer1996-09-171-1/+1
|
* Replaced symbol BSD with BSD_SYSTEM.Karl Heuer1996-09-174-13/+13
|
* (BITS_PER_EMACS_INT): New definition.Richard M. Stallman1996-09-041-0/+1
|
* (UNEXEC): Use unexelf.c.Richard M. Stallman1996-09-041-1/+1
|
* (LOAD_AVE_TYPE, FSCALE, LOAD_AVE_CVT): Undef them before defining.Richard M. Stallman1996-08-101-0/+3
|
* [__ELF__] (UNEXEC): Use unexelf1.c.Richard M. Stallman1996-08-091-0/+5
|
* [__ELF__ && __GNUC__] (C_SWITCH_MACHINE): Add -fno-common.Richard M. Stallman1996-08-091-11/+30
| | | | | | | | (TEXT_START, DATA_START, DATA_SEG_BITS, UNEXEC): Define only if __ELF__ is not defined. (LINUX_SBRK_BUG): Define only if LINUX and __GNU_LIBRARY__ < 6. (NO_TERMIO): Always define this. No Alpha system should need termio. (COFF, DATA_END): Define only if __ELF__ is not defined.
* (LIBS_MACHINE) [__GNUC__ and ABIN32]: Define as empty.Richard M. Stallman1996-07-233-1/+15
|
* Undo previous change.Karl Heuer1996-07-161-30/+11
|
* [__ELF__] (C_SWITCH_MACHINE): Define.Karl Heuer1996-07-161-8/+21
| | | | | (NO_TERMIO): Define this unconditionally. (COFF): Omit this if ELF.
* (TEXT_START, DATA_START, DATA_SEG_BITS, UNEXEC, DATA_END):Karl Heuer1996-07-151-6/+12
| | | | | Omit these definitions if ELF. (LINUX_SBRK_BUG): Omit this if using a recent GNU library.
* (HAVE_X11R4, HAVE_X11R5):Miles Bader1996-07-021-4/+0
| | | | Definitions deleted since xterm.h and config.h should take care of them.
* [__linux__] (A_TEXT_OFFSET, A_TEXT_SEEK): Don't define.Karl Heuer1996-05-251-0/+2
|
* (LD_SWITCH_MACHINE): Undo previous change--Richard M. Stallman1996-03-081-2/+5
| | | | | | define this unconditionally. (LD_SWITCH_SITE): New conditional definition. For gcc 2.7.x, use /bin/ld instead of collect2,
* (LIB_STANDARD): Add -lmach.Richard M. Stallman1996-02-071-4/+1
| | | | | (LD_DATA_START): Definition deleted. (LD_SWITCH_SYSTEM): Definition and #undef deleted.
* Initial revisionRichard M. Stallman1996-02-071-0/+13
|
* (UNEXEC): unexsgi.o renamed from unexelfsgi.o.Karl Heuer1996-01-231-1/+1
|
* [USG5_4] (UNEXEC): unexsgi.o renamed from unexelfsgi.o.Karl Heuer1996-01-231-1/+1
|
* (UNEXEC): unexsni.o renamed from unexelfsni.o.Karl Heuer1996-01-231-1/+1
|
* Update FSF's address in the preamble.Erik Naggum1996-01-1574-74/+148
|
* Conditionalize many macro definitions on __hpux.Karl Heuer1996-01-091-30/+37
| | | | (NEED_BSDTTY): Delete duplicate definition.
* Comment fixes.Karl Heuer1996-01-053-3/+3
|
* (C_SWITCH_MACHINE): Define only if THIS_IS_MAKEFILE.Karl Heuer1995-12-211-0/+2
|
* (LD_SWITCH_MACHINE): Don't define if using GCC.Richard M. Stallman1995-12-151-0/+2
|
* (PTY_OPEN): Block SIGCHLD during openpty.Karl Heuer1995-12-131-0/+3
|
* [LINUX] (LINUX_SBRK_BUG): Defined.Richard M. Stallman1995-11-211-0/+4
|
* Declare calloc like malloc.Richard M. Stallman1995-11-131-3/+3
|
* Don't test THIS_IS_YMAKEFILE.Richard M. Stallman1995-11-101-2/+0
|
* (SHORTBITS, INTBITS, LONGBITS): Deleted; now in config.h.Karl Heuer1995-10-3162-555/+0
|
* Initial revisionKarl Heuer1995-10-311-0/+137
|
* Initial revisionRichard M. Stallman1995-10-311-0/+88
|
* (SHORTBITS, INTBITS, LONGBITS): Deleted; now in config.hKarl Heuer1995-10-318-100/+20
| | | | Used new names for those macros in all references.
* Add early support for Solaris 2.5 on PowerPCs.Richard M. Stallman1995-10-011-1/+24
| | | | | | | | | [USG5_4] (CANNOT_DUMP): Define this if USG5_4. (UNEXEC): Don't define if already defined. [USG5_4] (DATA_SEG_BITS, LIBS_MACHINE): Alternate definitions. (C_SWITCH_MACHINE, LD_SWITCH_MACHINE, NLIST_STRUCT, WORDS_BIG_ENDIAN) (TEXT_START, DATA_START, TEXT_END, DATA_END): Don't define, if USG5_4.
* (LOCALTIME_CACHE): Remove; now configured automatically.Richard M. Stallman1995-09-101-5/+0
|