bug-binutils
[Top][All Lists]
Advanced

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

[Bug gold/21111] New: gold unhandled mips64 relocation types R_MIPS_HIGH


From: jan.smets at nokia dot com
Subject: [Bug gold/21111] New: gold unhandled mips64 relocation types R_MIPS_HIGHER / R_MIPS_HIGHEST
Date: Mon, 06 Feb 2017 23:41:15 +0000

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

            Bug ID: 21111
           Summary: gold unhandled mips64 relocation types R_MIPS_HIGHER /
                    R_MIPS_HIGHEST
           Product: binutils
           Version: 2.28
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: gold
          Assignee: ccoutant at gmail dot com
          Reporter: jan.smets at nokia dot com
                CC: ian at airs dot com
  Target Milestone: ---

.globl sysInit
.text
.ent sysInit
sysInit:
.set noreorder
dla $2, sysInit
.set reorder
.end sysInit


$ mips64-linux-gnuabi64-as -mabi=64   /tmp/test.s -o /tmp/test.o
$ mips64-linux-gnuabi64-ld.gold -e sysInit /tmp/test.o -o /tmp/test1.exe
-mabi=64 mips64-linux-gnuabi64-ld.gold: internal error in get_reference_flags,
at ../../gold/mips.cc:12259

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