+2001-11-25 Richard M. Stallman <rms@gnu.org>
+
+ * unexelf.c (unexec): Index by n, not nn, when checking for ".sbss".
+
2001-11-25 Richard M. Stallman <rms@gnu.org>
* callproc.c (Fcall_process): When we make a bigger buffer for bufptr,
".sdata1")
|| !strcmp ((old_section_names + NEW_SECTION_H (n).sh_name),
".data1")
- || !strcmp (old_section_names + NEW_SECTION_H (nn).sh_name,
+ || !strcmp ((old_section_names + NEW_SECTION_H (n).sh_name),
".sbss"))
src = (caddr_t) OLD_SECTION_H (n).sh_addr;
else