mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-02-04 20:27:45 +00:00
(unexec): Message fix.
This commit is contained in:
parent
ea5a0917ec
commit
b75dac61a1
@ -458,7 +458,7 @@ unexec (new_name, old_name, data_start, bss_start, entry_address)
|
||||
fatal ("Can't find .bss in %s.\n", old_name, 0);
|
||||
|
||||
if (old_sbss_index != (old_bss_index - 1))
|
||||
fatal (".sbss should come immediatly before .bss in %s.\n", old_name, 0);
|
||||
fatal (".sbss should come immediately before .bss in %s.\n", old_name, 0);
|
||||
|
||||
/* Figure out parameters of the new data3 and data2 sections.
|
||||
* Change the sbss and bss sections.
|
||||
|
Loading…
x
Reference in New Issue
Block a user