From 4baa8a83296d0ccb51cb14825f0ac2cd4907f9e9 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 6 Oct 1994 03:25:51 +0000 Subject: [PATCH] (make_hdr): Undo June 16 change. --- src/unexec.c | 5 +++-- 1 file 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,12 +791,13 @@ 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;