[llvm-bugs] [Bug 29115] New: linkerscript does not support non-wildcard filename spec

via llvm-bugs llvm-bugs at lists.llvm.org
Tue Aug 23 20:41:14 PDT 2016


https://llvm.org/bugs/show_bug.cgi?id=29115

            Bug ID: 29115
           Summary: linkerscript does not support non-wildcard filename
                    spec
           Product: lld
           Version: unspecified
          Hardware: PC
                OS: FreeBSD
            Status: NEW
          Severity: normal
          Priority: P
         Component: ELF
          Assignee: unassignedbugs at nondot.org
          Reporter: emaste at freebsd.org
                CC: llvm-bugs at lists.llvm.org
            Blocks: 23214
    Classification: Unclassified

While trying to link FreeBSD/mips with lld I encountered an error:

line 12: unknown command start.o                                                
    start.o(.text*)                                                             
    ^                                                                           

The source linker script is here:
https://svnweb.freebsd.org/base/head/sys/boot/mips/uboot/ldscript.mips?revision=296183&view=markup#l12

It appears that the filename spec in most of our (FreeBSD's) linker scripts
includes a wildcard at the beginning (e.g. *crtbegin.o, *crtend?.o), while this
one mips linker script is the one case that has an explicit, non-wildcard path.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20160824/cc7e07c3/attachment-0001.html>


More information about the llvm-bugs mailing list