aboutsummaryrefslogtreecommitdiffstats
path: root/src/m (follow)
Commit message (Collapse)AuthorAgeFilesLines
* (UNEXEC): Use unexelf.o instead of unexsgi.o.Gerd Moellmann1999-12-071-1/+1
|
* (UNEXEC) [USG5_4]: Use unexelf.o instead ofGerd Moellmann1999-12-071-1/+1
| | | | unexsgi.o again.
* Derived from acorn.h by deletions.Dave Love1999-12-041-0/+63
|
* (UNEXEC): Use unexsgi.o instead of unexelf.o.Gerd Moellmann1999-12-021-1/+1
|
* (UNEXEC) [USG5_4]: Use unexsgi.o instead ofGerd Moellmann1999-12-021-1/+1
| | | | unexelf.o.
* (malloc, realloc, calloc): Remove decls;Paul Eggert1999-11-221-17/+0
| | | | stdlib.h now does this.
* * m/alpha.h: Do not include <stdlib.h>, as <config.h> does this now.Paul Eggert1999-10-1911-43/+25
| | | | | | | | | | | | | | (NSIG): Remove. (NSIG_MINIMUM): New macro. * m/cydra5.h, m/dpx2.h, m/mips.h, m/pfa50.h, m/sps7.h, m/stride.h, m/ustation.h: (SIGIO): Do not undef. (BROKEN_SIGIO): New macro. * m/ustation.h: (SIGTSTP): Do not undef. (BROKEN_SIGTSTP): New macro. * m/delta.h: Doc fix.
* #Dave Love1999-09-295-0/+187
|
* Use unexelf for IRIX 5.*.Karl Heuer1999-08-251-1/+1
|
* Use unexelf for IRIX 6.*.Karl Heuer1999-08-251-1/+1
|
* Initial revisionKarl Heuer1999-02-221-0/+7
|
* (LIBS_MACHINE): Leave this blank if irix6.5.Karl Heuer1998-12-161-0/+8
| | | | (C_SWITCH_MACHINE): New value for irix6.5.
* (LIBS_MACHINE): Delete redundant definition.Karl Heuer1998-11-131-3/+0
|
* Initial revisionKarl Heuer1998-11-111-0/+22
|
* Initial revisionKenichi Handa1998-11-041-0/+19
|
* (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
|