comparison src/unexsni.c @ 13944:cb66e1ad369d

(unexec): Message fix.
author Karl Heuer <kwzh@gnu.org>
date Thu, 04 Jan 1996 22:59:53 +0000
parents e6bdaaa6ce1b
children ee40177f6c68
comparison
equal deleted inserted replaced
13943:f3c41057bf41 13944:cb66e1ad369d
456 } 456 }
457 if (old_bss_index == old_file_h->e_shnum) 457 if (old_bss_index == old_file_h->e_shnum)
458 fatal ("Can't find .bss in %s.\n", old_name, 0); 458 fatal ("Can't find .bss in %s.\n", old_name, 0);
459 459
460 if (old_sbss_index != (old_bss_index - 1)) 460 if (old_sbss_index != (old_bss_index - 1))
461 fatal (".sbss should come immediatly before .bss in %s.\n", old_name, 0); 461 fatal (".sbss should come immediately before .bss in %s.\n", old_name, 0);
462 462
463 /* Figure out parameters of the new data3 and data2 sections. 463 /* Figure out parameters of the new data3 and data2 sections.
464 * Change the sbss and bss sections. 464 * Change the sbss and bss sections.
465 */ 465 */
466 466