Merge from origin/emacs-26

b2e44b4 Pacify GCC when compiling unexelf.c on Fedora 30
This commit is contained in:
Glenn Morris 2019-06-01 12:04:42 -07:00
commit 7af7289e9e

View file

@ -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. */