[PATCH] D23839: [ELF] - Fix for: bug 29115 - linkerscript does not support non-wildcard filename spec.

George Rimar via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 24 07:56:30 PDT 2016


grimar created this revision.
grimar added reviewers: ruiu, rafael.
grimar added subscribers: grimar, davide, llvm-commits, evgeny777.
Herald added a subscriber: emaste.

FreeBSD/mips script has non-wildcard filename specifications:

```
10	  .text      :
11	  {
12	    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

Patch adds support for that, this is PR29115.

https://reviews.llvm.org/D23839

Files:
  ELF/LinkerScript.cpp
  test/ELF/linkerscript/linkerscript-filename-spec.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D23839.69119.patch
Type: text/x-patch
Size: 4097 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160824/eb104346/attachment.bin>


More information about the llvm-commits mailing list