[Bug target/59904] [ARM] tls-reload-1.c fails

2017-06-23 Thread clyon at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59904 Christophe Lyon changed: What|Removed |Added CC||clyon at gcc dot gnu.org --- Comment

[Bug target/59904] [ARM] tls-reload-1.c fails

2017-06-22 Thread ramana at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59904 --- Comment #13 from Ramana Radhakrishnan --- (In reply to christophe.lyon from comment #12) > Created attachment 32864 [details] > ELF binary file #3 > > Compiled with -Os -g3 -pie -fpie -march=armv5t -mthumb Is this still an issue ?

[Bug target/59904] [ARM] tls-reload-1.c fails

2014-05-27 Thread christophe.lyon at st dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59904 --- Comment #10 from christophe.lyon at st dot com --- Created attachment 32863 -- https://gcc.gnu.org/bugzilla/attachment.cgi?id=32863action=edit ELF binary file #2 Compiled with arm-none-linux-gnueabi-gcc -O1 -pie -fpie -mthumb -march=armv5t

[Bug target/59904] [ARM] tls-reload-1.c fails

2014-05-27 Thread tony.wang at arm dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59904 --- Comment #11 from wangzheyu tony.wang at arm dot com --- Hi, Could you please provide an elf file compiled with arm-none-linux-gnueabi-gcc -Os -g3 -pie -fpie -mthumb -march=armv5t So that we can debug under our hardware and easy to compared

[Bug target/59904] [ARM] tls-reload-1.c fails

2014-05-27 Thread christophe.lyon at st dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59904 --- Comment #12 from christophe.lyon at st dot com --- Created attachment 32864 -- https://gcc.gnu.org/bugzilla/attachment.cgi?id=32864action=edit ELF binary file #3 Compiled with -Os -g3 -pie -fpie -march=armv5t -mthumb

[Bug target/59904] [ARM] tls-reload-1.c fails

2014-05-26 Thread christophe.lyon at st dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59904 --- Comment #8 from christophe.lyon at st dot com --- Using GCC trunk @210861, binutils-linaro-2.24-2014.03, I can see that tls-reload-1.c all PASS with: --target arm-none-linux-gnueabi --with-mode=arm --with-cpu=cortex-a9 --with-fpu=neon and

[Bug target/59904] [ARM] tls-reload-1.c fails

2014-05-26 Thread tony.wang at arm dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59904 --- Comment #9 from wangzheyu tony.wang at arm dot com --- Hi, would please provide your elf file with the new binutils, so that we can verify that whether it's the same issue as your former elf. If it is, it can be verified as a bug because

[Bug target/59904] [ARM] tls-reload-1.c fails

2014-05-22 Thread tony.wang at arm dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59904 --- Comment #7 from wangzheyu tony.wang at arm dot com --- After a close analysis of your elf, it will fail due to bad code in first call to function checktls23. The corresponding C code is: if (!y || *y++ != tls23 || *y++ != tls23_array[3])

[Bug target/59904] [ARM] tls-reload-1.c fails

2014-05-16 Thread christophe.lyon at st dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59904 --- Comment #5 from christophe.lyon at st dot com --- Created attachment 32806 -- https://gcc.gnu.org/bugzilla/attachment.cgi?id=32806action=edit ELF binary file

[Bug target/59904] [ARM] tls-reload-1.c fails

2014-05-16 Thread christophe.lyon at st dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59904 --- Comment #6 from christophe.lyon at st dot com --- I have re-run the tests with trunk@210140 and older binutils (Sept 2013). The test fails at compilation with target arm-none-linux-gnueabi, and CFLAGS=-Os -pie -fpie or -Os -pie -fPIE in

[Bug target/59904] [ARM] tls-reload-1.c fails

2014-05-14 Thread tony.wang at arm dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59904 --- Comment #4 from wangzheyu tony.wang at arm dot com --- Hi christophe, It's ok from my side, the link time is ok. I'm not sure if it's related to your tool chain version, but would you please provide detailed information of your toolchain, the

[Bug target/59904] [ARM] tls-reload-1.c fails

2014-05-12 Thread christophe.lyon at st dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59904 --- Comment #3 from christophe.lyon at st dot com --- Sorry I no longer have the elf file available. I've just looked at the current trunk status and I have a failure at link time for these tests: ld: gcc_tg.o: relocation R_ARM_MOVW_ABS_NC against

[Bug target/59904] [ARM] tls-reload-1.c fails

2014-05-09 Thread tony.wang at arm dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59904 wangzheyu tony.wang at arm dot com changed: What|Removed |Added CC||tony.wang at arm dot

[Bug target/59904] [ARM] tls-reload-1.c fails

2014-02-07 Thread ramana at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59904 Ramana Radhakrishnan ramana at gcc dot gnu.org changed: What|Removed |Added CC||ramana at