[llvm-bugs] [Bug 27406] New: support 'ALIGN' in linker script expression parsing

via llvm-bugs llvm-bugs at lists.llvm.org
Mon Apr 18 09:48:08 PDT 2016


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

            Bug ID: 27406
           Summary: support 'ALIGN' in linker script expression parsing
           Product: lld
           Version: unspecified
          Hardware: PC
                OS: FreeBSD
            Status: NEW
          Severity: normal
          Priority: P
         Component: All Bugs
          Assignee: unassignedbugs at nondot.org
          Reporter: emaste at freebsd.org
                CC: llvm-bugs at lists.llvm.org
            Blocks: 23214
    Classification: Unclassified

The ALIGN(exp) returns the current location counter aligned at the specified
expression.

It is used by the FreeBSD kernel and boot loader components, typically by
setting the location counter to a new aligned address. E.g.:

  . = ALIGN(4096);

-- 
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/20160418/63e09f47/attachment.html>


More information about the llvm-bugs mailing list