(make_hdr): Undo June 16 change.

This commit is contained in:
Richard M. Stallman
1994-10-06 03:25:51 +00:00
parent 050516df65
commit 4baa8a8329

View File

@@ -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;