bug-binutils
[Top][All Lists]
Advanced

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

[Bug gold/20693] New: kernel build error on ppc64le


From: markus at trippelsdorf dot de
Subject: [Bug gold/20693] New: kernel build error on ppc64le
Date: Mon, 17 Oct 2016 06:03:17 +0000

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

            Bug ID: 20693
           Summary: kernel build error on ppc64le
           Product: binutils
           Version: 2.28 (HEAD)
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: gold
          Assignee: ccoutant at gmail dot com
          Reporter: markus at trippelsdorf dot de
                CC: ian at airs dot com
  Target Milestone: ---

On ppc64le I get during Linux kernel build:

objdump -h lib/lib.a | sed -ne '/___ksymtab/{s/.*+/EXTERN(/;s/ .*/)/;p}'
>lib/.lib-ksyms.o.lds; rm -f lib/.lib_exports.o; ar rcsD lib/.lib_exports.o; ld
-EL    -r -o lib/lib-ksyms.o -T lib/.lib-ksyms.o.lds lib/.lib_exports.o; rm
lib/.lib_exports.o lib/.lib-ksyms.o.lds
ld: internal error in target, at parameters.h:105


address@hidden linux % rm foo.o
address@hidden linux % ar rcsD foo.o
address@hidden linux % cat foo.o
!<arch>
address@hidden linux % cat test.lds
EXTERN(bar)
address@hidden linux % ld.bfd -T test.lds foo.o
address@hidden linux % ld.gold -T test.lds foo.o
ld.gold: internal error in target, at parameters.h:105

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