diff options
author | Richard M. Stallman <rms@gnu.org> | 1994-10-06 03:25:51 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1994-10-06 03:25:51 +0000 |
commit | 937e468288c4533e3fb15dc7c371dc38337b6554 (patch) | |
tree | a152746e162b11716e0922fc806866060b0022a9 /src/unexec.c | |
parent | d8e7251afe0b53e4adbe6e46d3741f1410e1dd92 (diff) | |
download | emacs-937e468288c4533e3fb15dc7c371dc38337b6554.tar.gz |
(make_hdr): Undo June 16 change.
Diffstat (limited to 'src/unexec.c')
-rw-r--r-- | src/unexec.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/unexec.c b/src/unexec.c index b7aa1e08e99..652aa70e242 100644 --- a/src/unexec.c +++ b/src/unexec.c @@ -791,13 +791,14 @@ make_hdr (new, a_out, data_start, bss_start, entry_address, a_name, new_name) PERROR (new_name); } +#if 0 /* This #ifndef caused a bug on Linux when using QMAGIC. */ /* This adjustment was done above only #ifndef NO_REMAP, so only undo it now #ifndef NO_REMAP. */ -#ifndef NO_REMAP + /* #ifndef NO_REMAP */ +#endif #ifdef A_TEXT_OFFSET hdr.a_text -= A_TEXT_OFFSET (ohdr); #endif -#endif return 0; |