X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/e3ddd18c28c58472ef8e707a30f06703ef95e177..563b67aafd1cdfa239c5ce1f6d3d6fc5567dee39:/src/unexw32.c diff --git a/src/unexw32.c b/src/unexw32.c index 2aa2a52932..0d150cf34d 100644 --- a/src/unexw32.c +++ b/src/unexw32.c @@ -447,7 +447,11 @@ get_section_info (file_data *p_infile) - bss_section_static->SizeOfRawData; /* Combine the bss sections into one if they overlap. */ +#ifdef _ALPHA_ + overlap = 1; /* force all bss data to be dumped */ +#else overlap = 0; +#endif if (bss_start < bss_start_static) { if (bss_start_static < bss_start + bss_size)