[llvm-bugs] [Bug 27247] New: ObjectFileELF should parse ".ARM" section headers to help determine the triple for ARM ELF files

via llvm-bugs llvm-bugs at lists.llvm.org
Wed Apr 6 09:54:42 PDT 2016


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

            Bug ID: 27247
           Summary: ObjectFileELF should parse ".ARM" section headers to
                    help determine the triple for ARM ELF files
           Product: lldb
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: All Bugs
          Assignee: lldb-dev at lists.llvm.org
          Reporter: clayborg at gmail.com
                CC: llvm-bugs at lists.llvm.org
    Classification: Unclassified

There are some sections described in the ARM ELF spec that contain extra
information that can help us to correctly determine the variant of ARM core in
sections like ".ARM.attributes". This is described in the ARM ELF spec:

http://infocenter.arm.com/help/topic/com.arm.doc.ihi0044f/IHI0044F_aaelf.pdf

in section 4.3.6 Build Attributes. Seems like there is some good stuff that we
can use in this section.

I am posting this in case anyone that uses ARM ELF files can get to this before
I can fix it.

-- 
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/20160406/a9120749/attachment-0001.html>


More information about the llvm-bugs mailing list