bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug ld/21970] New: assertion failed if have more than one overlay has s


From: zyfwong at gmail dot com
Subject: [Bug ld/21970] New: assertion failed if have more than one overlay has subalign specified
Date: Fri, 18 Aug 2017 06:42:44 +0000

https://sourceware.org/bugzilla/show_bug.cgi?id=21970

            Bug ID: 21970
           Summary: assertion failed if have more than one overlay has
                    subalign specified
           Product: binutils
           Version: unspecified
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: ld
          Assignee: unassigned at sourceware dot org
          Reporter: zyfwong at gmail dot com
  Target Milestone: ---

OVERLAY : SUBALIGN(4)
{
   .text : {*(.text);}
}

OVERLAY : SUBALIGN(4)
{
  .data : {*(.data);}
}

this script will trigger the assertion in function `lang_entry_overlay` in
ld/ldlang.c.

seem like overlay_subalign is not reassigned to NULL when leave overlay in
`lang_leave_overlay`

-- 
You are receiving this mail because:
You are on the CC list for the bug.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]