PR21970, assertion failed when more than one overlay has subalign
Alan Modra
amodra@gmail.com
Sun Oct 1 10:25:00 GMT 2017
More information about the Binutils mailing list
Sun Oct 1 10:25:00 GMT 2017
- Previous message (by thread): PR21957, addr2line incorrectly handles non-increasing sequences in line table
- Next message (by thread): PR22232, NULL pointer dereference in load_specific_debug_section
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
PR 21970 * ldlang.c (lang_leave_overlay): Reset overlay_subalign. diff --git a/ld/ldlang.c b/ld/ldlang.c index 4cb7e3f..7b80bf9 100644 --- a/ld/ldlang.c +++ b/ld/ldlang.c @@ -8035,6 +8035,7 @@ lang_leave_overlay (etree_type *lma_expr, overlay_vma = NULL; overlay_list = NULL; overlay_max = NULL; + overlay_subalign = NULL; } /* Version handling. This is only useful for ELF. */ -- Alan Modra Australia Development Lab, IBM
- Previous message (by thread): PR21957, addr2line incorrectly handles non-increasing sequences in line table
- Next message (by thread): PR22232, NULL pointer dereference in load_specific_debug_section
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Binutils mailing list