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: unassignedb...@nondot.org
          Reporter: yi...@codeaurora.org
                CC: llvm-bugs@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.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to