[PATCH] ldso: fix x86_64 R_X86_64_TPOFF64 and R_X86_64_DTPOFF64 relocations

2010-05-04 Thread Roman I Khimov
R_X86_64_TPOFF64 revealed by trivial testcase: === #include #include int main() { void *a = &errno; printf("errno addr: %llx\n", a); __asm__("movqer...@gottpoff(%%rip), %0;\n" "add%

[PATCH] gen_wc8bit: use a configurable UTF-8 locale

2010-05-04 Thread Andy Gibbs
*BUMP* ;o) - Original Message - To: Sent: Friday, April 30, 2010 4:52 PM Subject: Re: [PATCH] gen_wc8bit: use a configurable UTF-8 locale Hi, Sorry to open up a very old topic again, but I find that the patch detailed in the post below is incomplete. It doesn't work in the scenar

Re: [PATCH] gen_wc8bit: use a configurable UTF-8 locale

2010-05-04 Thread Andy Gibbs
- Original Message - From: "Bernhard Reutner-Fischer" Sent: Tuesday, May 04, 2010 1:53 PM Subject: Re: [PATCH] gen_wc8bit: use a configurable UTF-8 locale please resend with strcasecmp() instead of the 2 strcmp. TIA As requested!... I've also attached it as a diff file, in case th

Re: [PATCH] ldso: fix x86_64 R_X86_64_TPOFF64 and R_X86_64_DTPOFF64 relocations

2010-05-04 Thread Joakim Tjernlund
> > R_X86_64_TPOFF64 revealed by trivial testcase: > === > #include > #include > > int main() { > void *a = &errno; > > printf("errno addr: %llx\n", a); > __asm__("movqer...@gottpoff(%%rip), %0;\n" >

Re: [PATCH] ldso: fix x86_64 R_X86_64_TPOFF64 and R_X86_64_DTPOFF64 relocations

2010-05-04 Thread Roman I Khimov
В сообщении от Вторник 04 мая 2010 16:37:35 автор Joakim Tjernlund написал: > > R_X86_64_TPOFF64 revealed by trivial testcase: > > === > > #include > > #include > > > > int main() { > > void *a = &errno; > > > > pri

Re: [PATCH] ldso: fix x86_64 R_X86_64_TPOFF64 and R_X86_64_DTPOFF64 relocations

2010-05-04 Thread Joakim Tjernlund
Roman I Khimov wrote on 2010/05/04 14:41:24: > > В сообщении от Вторник 04 мая 2010 16:37:35 автор Joakim Tjernlund написал: > > > R_X86_64_TPOFF64 revealed by trivial testcase: > > > === > > > #include > > > #include > > > > > >

Re: [PATCH] ldso: fix x86_64 R_X86_64_TPOFF64 and R_X86_64_DTPOFF64 relocations

2010-05-04 Thread Roman I Khimov
В сообщении от Вторник 04 мая 2010 17:23:15 автор Joakim Tjernlund написал: > Roman I Khimov wrote on 2010/05/04 14:41:24: > > В сообщении от Вторник 04 мая 2010 16:37:35 автор Joakim Tjernlund написал: > > > > R_X86_64_TPOFF64 revealed by trivial testcase: > > > > ===

Re: [PATCH] ldso: fix x86_64 R_X86_64_TPOFF64 and R_X86_64_DTPOFF64 relocations

2010-05-04 Thread Joakim Tjernlund
Roman I Khimov wrote on 2010/05/04 15:34:21: > > В сообщении от Вторник 04 мая 2010 17:23:15 автор Joakim Tjernlund написал: > > Roman I Khimov wrote on 2010/05/04 14:41:24: > > > В сообщении от Вторник 04 мая 2010 16:37:35 автор Joakim Tjernlund > написал: > > > > > R_X86_64_TPOFF64 revealed by

Trying to cross compile with uClibc, no sucess!

2010-05-04 Thread Takaite Takehara
Hi guys; I'm quite sure that somebody already ask this, but I could not find in the mail list search. I'll work with a MIPS platform and want to use uClibc. To improve my development, I want to test in my PC and then cross-compile to MIPS and test again. Using the GLib every th