bug-binutils
[Top][All Lists]
Advanced

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

[Bug gold/13204] New: Internal error when --section-start is specified t


From: mgretton at sourceware dot org
Subject: [Bug gold/13204] New: Internal error when --section-start is specified twice with the same address
Date: Tue, 20 Sep 2011 16:41:34 +0000

http://sourceware.org/bugzilla/show_bug.cgi?id=13204

             Bug #: 13204
           Summary: Internal error when --section-start is specified twice
                    with the same address
           Product: binutils
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: gold
        AssignedTo: address@hidden
        ReportedBy: address@hidden
    Classification: Unclassified
              Host: x86_64-linux-gnu
            Target: arm-none-eabi


Given the following testcase:

@tmp.s
        .section sect1, "ax"
foo:
        bx lr

        .section sect2, "ax"
bar:
        bx lr
@end of tmp.s

Assembling and linking as follows:

arm-none-eabi-as tmp.s -o tmp.o
arm-none-eabi-ld.gold tmp.o -o tmp --section-start sect1=0x1000 \
      --section-start sect2=0x1000

produces:

arm-none-eabi-ld.gold: internal error in segment_precedes, at
.../gold/layout.cc:2979

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- 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]