1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-25 06:50:46 -08:00
Commit graph

37 commits

Author SHA1 Message Date
Miles Bader
ab5796a9f9 Add arch taglines 2003-09-01 15:45:59 +00:00
Richard M. Stallman
554061d8f9 Comment change. 2003-05-19 14:41:32 +00:00
Juanma Barranquero
177c0ea743 Trailing whitespace deleted. 2003-02-04 14:56:31 +00:00
Richard M. Stallman
34e39c9542 *** empty log message *** 2001-12-11 22:56:41 +00:00
Eli Zaretskii
077907d49f Don't include coff.h unless HAVE_COFF_H is defined. 2001-11-16 14:24:55 +00:00
Andrew Innes
a5e73edce6 (write_segment) [USE_CRT_DLL]: Remove unnecessary
extern, which screws up dllimport attributes.
2000-08-22 22:41:55 +00:00
Eli Zaretskii
8d228cb01b (toplevel): Fix last change, so as not to deprive MSDOS
of its headers.
2000-06-15 12:20:34 +00:00
Gerd Moellmann
2a4487aceb (toplevel) [COFF]: Include coff.h. 2000-06-14 13:34:54 +00:00
Richard M. Stallman
c8b14b5fbe [COFF]: New variable coff_offset.
(make_hdr) [MSDOS]: If a_name is a coff-go32-exe executable with a
prepended stub, compute coff_offset.
(make_hdr, copy_sym) [COFF]: Use coff_offset when seeking into temacs.
1998-06-29 22:54:28 +00:00
Karl Heuer
c17a2102aa (copy_text_and_data) [DJGPP >= 2]: Switch off two bits
in `_crt0_startup_flags' so they don't go into the dumped Emacs.
Restore the value of `_crt0_startup_flags' after .text and .data
were dumped.
1996-07-19 19:47:26 +00:00
Richard M. Stallman
8eb2807f9b [DJGPP v2]: Include fcntl.h.
(copy_text_and_data) [DJGPP v2]: Call __djgpp_exception_toggle.
1996-04-10 04:15:13 +00:00
Erik Naggum
3b7ad313e0 Update FSF's address in the preamble. 1996-01-15 09:18:04 +00:00
Karl Heuer
8e6208c5d2 Comment fixes. 1996-01-05 10:03:17 +00:00
Richard M. Stallman
5a31e1d01c (write_segment): Write valid data in units of 1<<13,
but write zeros only a page at a time.
1995-10-08 19:29:57 +00:00
Richard M. Stallman
68db017386 (write_segment): Use pagesize as unit of writing instead of 128. 1995-10-03 09:15:49 +00:00
Richard M. Stallman
f34e2e1816 Comment changes. 1994-10-26 04:43:33 +00:00
Richard M. Stallman
4baa8a8329 (make_hdr): Undo June 16 change. 1994-10-06 03:25:51 +00:00
Richard M. Stallman
3821ae1668 Don't test CANNOT_UNEXEC. 1994-09-24 00:29:39 +00:00
Richard M. Stallman
3f254763f0 (copy_text_and_data): Delete some printf's. 1994-09-23 18:37:12 +00:00
Richard M. Stallman
52a2b13bc5 (copy_text_and_data): Add RISCiX changes. 1994-09-23 06:18:31 +00:00
Richard M. Stallman
dcceb381ab (make_hdr): Handle case of no "additional header". 1994-06-16 23:45:41 +00:00
Roland McGrath
2d30a233cf Include <sys/file.h> and [USG5] <fcntl.h> to define O_* macros.
(O_RDONLY, O_RDWR): Define if undefined.
[emacs] (report_error): Use report_file_error so the user can tell what the
errno code was.
(unexec): Use O_RDONLY instead of explicit 0.
(make_hdr): Don't undo A_TEXT_OFFSET adjustment #ifndef NO_REMAP, since it
was never adjusted earlier #ifndef NO_REMAP.
(adjust_lnnoptrs): Use O_RDWR instead of explicit 2.
1994-06-16 06:55:46 +00:00
Richard M. Stallman
234d3183f3 [MSDOS]: Don't include files from the dos extender
and debugger.  Use the <coff.h> that was put in the right place
a couple of djgpp versions ago.  Consequently, use `unsigned short'
for `word16' and `unsigned long' for `word32'.
1994-05-22 19:55:13 +00:00
Karl Heuer
3a22ee3595 Update copyright. 1994-05-04 02:41:09 +00:00
Richard M. Stallman
3680bdc6ff [MSDOS]: Don't #include <a.out.h>, but use other headers.
(make_hdr) [MSDOS]: Cast a pointer for bzero.
(write_segment) [EFAULT]: Check for before using.
(adjust_lnnoptrs) [MSDOS]: Use provided descriptor.
(adjust_lnnoptrs): Return 0 if ok.
1994-01-08 09:19:22 +00:00
Roland McGrath
f31fe4725c [! HPUX]: Don't declare sbrk at all, so as not to conflict with headers. 1993-11-11 00:41:15 +00:00
Roland McGrath
18160b98ce Include <config.h> instead of "config.h". 1993-09-10 06:15:46 +00:00
Richard M. Stallman
a5fd213fe1 (make_hdr): Use & in call to bzero. 1993-07-28 08:18:09 +00:00
Jim Blandy
83cb209c0d * unexec.c [HPUX] (sbrk): This returns a void *. 1993-06-16 21:42:25 +00:00
Jim Blandy
eb8c3be94e Apply typo patches from Paul Eggert. 1993-06-09 11:59:12 +00:00
Jim Blandy
161aa2f8d8 Some more changes from Michael K. Johnson for Linux.
* s/template.h: Mention that you should #define HAVE_TERMIO or
	HAVE_TERMIOS, but not both, and that HAVE_TERMIOS is preferred.
	* systty.h (EMACS_SET_TTY_PGRP): Don't assign the return value of
	tcsetpgrp to *pgid; it's just a status value.
	* config.h.in (HAVE_RANDOM): This shouldn't be defined on Linux
	systems using XFree386, and perhaps is inappropriate in general.
	* m/intel386.h: #undefine the integer size macros, since the Linux
	<values.h> file #defines them itself.
	* mem-limits.h (get_lim_data): Linux has the ulimit call; if it
	fails, fall back on ULIMIT_BREAK_VALUE.
	* process.c: Linux needs the WAITTYPE, etc. definitions.
	* unexec.c (hdr, ohdr): Linux has the ordinary `struct exec' type;
	no need to use SYSV names.
	* s/linux.h: New file.
1993-05-20 02:14:56 +00:00
Jim Blandy
8116bbb043 * unexec.c (copy_text_and_data): Error message tweaked. 1993-03-11 07:18:15 +00:00
Richard M. Stallman
1ba3de0010 (Fforward_comment): New function.
(adjust_lnnoptrs): Handle symentry.n_type == 0x2400.
(make_hdr) [USG_SHARED_LIBRARIES]: Set bias using bss_start.
1993-02-23 05:49:12 +00:00
Jim Blandy
d4327fecc1 entered into RCS 1992-04-24 08:11:28 +00:00
Jim Blandy
91bac16a94 *** empty log message *** 1992-03-14 20:43:29 +00:00
Jim Blandy
265a9e559d *** empty log message *** 1992-01-13 21:48:08 +00:00
Richard M. Stallman
7dd63af169 Initial revision 1991-01-29 21:38:24 +00:00