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.
_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to