bug-binutils
[Top][All Lists]
Advanced

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

[Bug gold/18085] New: relocation overflow on SHF_MERGE if using -O2 on p


From: rafael.espindola at gmail dot com
Subject: [Bug gold/18085] New: relocation overflow on SHF_MERGE if using -O2 on powerpc
Date: Fri, 06 Mar 2015 01:24:35 +0000

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

            Bug ID: 18085
           Summary: relocation overflow on SHF_MERGE if using -O2 on
                    powerpc
           Product: binutils
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: gold
          Assignee: ccoutant at google dot com
          Reporter: rafael.espindola at gmail dot com
                CC: ian at airs dot com

$ cat t1.s
        ld 6,address@hidden@l(9)
        .section        .rodata.str1.8,"aMS",@progbits,1
.LC121:
        .string ".cfi_startproc"
$ cat t2.s
        .section        .rodata.str1.8,"aMS",@progbits,1
        .string "\t.cfi_startproc"

$ gcc -c t1.s
$ gcc -c t2.s
$ ld -shared t1.o t2.o -o t
$ ld -shared t1.o t2.o -o t -O2
t1.o(.text+0x2): error: relocation overflow

-- 
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]