Merge from origin/emacs-26
b2e44b4
Pacify GCC when compiling unexelf.c on Fedora 30
This commit is contained in:
commit
7af7289e9e
1 changed files with 1 additions and 0 deletions
|
@ -304,6 +304,7 @@ unexec (const char *new_name, const char *old_name)
|
|||
|| seg->p_vaddr > old_bss_seg->p_vaddr))
|
||||
old_bss_seg = seg;
|
||||
}
|
||||
eassume (old_bss_seg);
|
||||
|
||||
/* Note that old_bss_addr may be lower than the first bss section
|
||||
address, since the section may need aligning. */
|
||||
|
|
Loading…
Add table
Reference in a new issue