search for: _unwind_gettextrelbase

Displaying 3 results from an estimated 3 matches for "_unwind_gettextrelbase".

2015 Mar 12
2
[LLVMdev] Customize Standard C Library Using LLVM (to support llvm backend optimization)
.../4.4.1//libgcc_eh.a(unwind-arm.o): In function `__gnu_Unwind_Resume': unwind-arm.c:(.text+0xbe8): undefined reference to `abort' unwind-arm.c:(.text+0xc10): undefined reference to `abort' /usr/local/arm-2009q3/lib/gcc/arm-none-linux-gnueabi/4.4.1//libgcc_eh.a(pr-support.o): In function `_Unwind_GetTextRelBase': pr-support.c:(.text+0x4): undefined reference to `abort' /usr/local/arm-2009q3/lib/gcc/arm-none-linux-gnueabi/4.4.1//libgcc_eh.a(pr-support.o): In function `_Unwind_GetDataRelBase': pr-support.c:(.text+0xc): undefined reference to `abort' Regards, Chao -------------- next part --...
2020 Aug 15
5
Supporting libunwind on Windows 10 (32bit; 64bit) for MSVC and Clang
...uct _Unwind_Context *context) { ^ C:/Users/clang/libunwind/include\unwind.h:356:18: note: previous declaration is here extern uintptr_t _Unwind_GetDataRelBase(struct _Unwind_Context *context) ^ C:/Users/clang/libunwind/src/UnwindLevel1-gcc-ext.c:80:1: warning: redeclaration of '_Unwind_GetTextRelBase' should not add 'dllexport' attribute [-Wdll-attribute-on-redeclaration] _Unwind_GetTextRelBase(struct _Unwind_Context *context) { ^ C:/Users/clang/libunwind/include\unwind.h:358:18: note: previous declaration is here extern uintptr_t _Unwind_GetTextRelBase(struct _Unwind_Context *conte...
2015 Mar 11
4
[LLVMdev] Customize Standard C Library Using LLVM (to support llvm backend optimization)
> > FWIW, I build baremetal newlib for arm-eabi using clang, and it works. I >> had to patch a few of the __attribute__((naked)) functions because they >> were using pre-UAL asm syntax, but for the most part it "just works". >> > I build the baremetal newlib using arm-none-eabi-gcc as well, but after linking with the hello world program, it failed to run on