[llvm-bugs] [Bug 33404] New: Integrated assembler lacks '.psize' directive support

via llvm-bugs llvm-bugs at lists.llvm.org
Sun Jun 11 06:04:43 PDT 2017


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

            Bug ID: 33404
           Summary: Integrated assembler lacks '.psize' directive support
           Product: new-bugs
           Version: unspecified
          Hardware: PC
                OS: FreeBSD
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: new bugs
          Assignee: unassignedbugs at nondot.org
          Reporter: emaste at freebsd.org
                CC: llvm-bugs at lists.llvm.org

Attempting to build FreeBSD/amd64 using the integrated assembler for all asm
files fails because the integrated assembler does not support .psize. Only one
source file is affected, the skein hash implementation (available at
https://svnweb.freebsd.org/base/head/sys/crypto/skein/amd64/skein_block_asm.s?view=markup)

```
sys/crypto/skein/amd64/skein_block_asm.s:13:5: error: unknown directive
    .psize 0,128                            #list file has no page boundaries
    ^
```

-- 
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/20170611/f88d7486/attachment.html>


More information about the llvm-bugs mailing list