aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/unexelf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/unexelf.c b/src/unexelf.c
index c63a8d03c22..6d19bf1fb9f 100644
--- a/src/unexelf.c
+++ b/src/unexelf.c
@@ -304,6 +304,7 @@ unexec (const char *new_name, const char *old_name)
304 || seg->p_vaddr > old_bss_seg->p_vaddr)) 304 || seg->p_vaddr > old_bss_seg->p_vaddr))
305 old_bss_seg = seg; 305 old_bss_seg = seg;
306 } 306 }
307 eassume (old_bss_seg);
307 308
308 /* Note that old_bss_addr may be lower than the first bss section 309 /* Note that old_bss_addr may be lower than the first bss section
309 address, since the section may need aligning. */ 310 address, since the section may need aligning. */