[llvm-bugs] [Bug 38441] New: R_ARM_V4BX relocation is not implemented

via llvm-bugs llvm-bugs at lists.llvm.org
Fri Aug 3 14:57:08 PDT 2018


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

            Bug ID: 38441
           Summary: R_ARM_V4BX relocation is not implemented
           Product: lld
           Version: unspecified
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: All Bugs
          Assignee: unassignedbugs at nondot.org
          Reporter: yinma at codeaurora.org
                CC: llvm-bugs at lists.llvm.org

this prevents to link any GCC arm application

because in
64_bit_crosstool_gcc-fsf-arm-linux-gnueabi-4.9.0/arm-linux-gnueabi/libc/usr/lib/arm-linux-gnueabi/crti.o

the first one is V4BX

Relocation section '.rel.text' at offset 0x444 contains 4 entries:
 Offset     Info    Type            Sym.Value  Sym. Name
00000014  00000028 R_ARM_V4BX       
00000018  00000d1d R_ARM_JUMP24      00000000   __gmon_start__
0000001c  00000e19 R_ARM_BASE_PREL   00000000   _GLOBAL_OFFSET_TABLE_
00000020  00000d1a R_ARM_GOT_BREL    00000000   __gmon_start__

-- 
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/20180803/cf6f5bd5/attachment.html>


More information about the llvm-bugs mailing list