search for: msg00541

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

Did you mean: msg00511
2017 Nov 29
2
[RFC] Making .eh_frame more linker-friendly
...ce >> (https://sourceware.org/ml/binutils/2009-06/msg00097.html) >> mentioned in comment for >> https://marc.info/?l=llvm-commits&m=144683596826489. > >I've committed a patch in gold that should fix this problem: > > https://sourceware.org/ml/binutils/2017-11/msg00541.html > >Can you try gold again with this patch applied? You should at least >get a little further. > >If it still doesn't work, could I trouble you for a sample object file? > >-cary I'll try it soon and return with results, thanks ! Just a small clarification: your c...
2017 Nov 23
4
[RFC] Making .eh_frame more linker-friendly
I performed tests basing on first diff of https://reviews.llvm.org/D40352. (Creates .eh_frame for each .text.*, sets SHF_LINK_ORDER and .sh_link of created .eh_frame section to point to corresponding .text.) With use of GNU ld (GNU Binutils) 2.29.51.20171006 it reports errors when linking sample apps: ~/LLVM/Release/bin/clang++ test.cpp -ffunction-sections -o test.o /usr/local/bin/ld: .eh_frame
2017 Nov 29
0
[RFC] Making .eh_frame more linker-friendly
...rceware.org/ml/binutils/2009-06/msg00097.html) >>> mentioned in comment for >>> https://marc.info/?l=llvm-commits&m=144683596826489. >> >>I've committed a patch in gold that should fix this problem: >> >> https://sourceware.org/ml/binutils/2017-11/msg00541.html >> >>Can you try gold again with this patch applied? You should at least >>get a little further. >> >>If it still doesn't work, could I trouble you for a sample object file? >> >>-cary > >I'll try it soon and return with results, thanks !...