[Bug ld/29797] error while loading shared libraries: unexpected PLT reloc type 0x00

2022-11-17 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=29797 H.J. Lu changed: What|Removed |Added Status|NEW |RESOLVED Target Milestone|---

[Bug ld/29797] error while loading shared libraries: unexpected PLT reloc type 0x00

2022-11-17 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=29797 --- Comment #5 from cvs-commit at gcc dot gnu.org --- The master branch has been updated by H.J. Lu : https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=25d17459e337a4cc9856f36c55a88b072c8709c9 commit 25d17459e337a4cc9856f36c55a88b07

[Bug ld/29797] error while loading shared libraries: unexpected PLT reloc type 0x00

2022-11-16 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=29797 H.J. Lu changed: What|Removed |Added Ever confirmed|0 |1 Status|UNCONFIRMED

[Bug ld/29797] error while loading shared libraries: unexpected PLT reloc type 0x00

2022-11-16 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=29797 --- Comment #3 from H.J. Lu --- Test without LTO: [hjl@gnu-tgl-3 pr29797]$ cat x.cc #include __attribute ((target ("avx2"))) static void foo() { puts("avx2"); } __attribute ((target ("default"))) static void foo() { puts("default"); }

[Bug ld/29797] error while loading shared libraries: unexpected PLT reloc type 0x00

2022-11-16 Thread euloanty at live dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=29797 --- Comment #2 from cqwrteur --- BTW why [[__gnu__::__target__("sha")]] does not work while [[__gnu__::__target__("ssse3,sha")]] would compile but not with clang?? https://godbolt.org/z/bTfTM8chz -- You are receiving this mail because: Yo

[Bug ld/29797] error while loading shared libraries: unexpected PLT reloc type 0x00

2022-11-16 Thread euloanty at live dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=29797 cqwrteur changed: What|Removed |Added Version|unspecified |2.40 (HEAD) -- You are receiving this mai

[Bug ld/29797] error while loading shared libraries: unexpected PLT reloc type 0x00

2022-11-16 Thread euloanty at live dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=29797 --- Comment #1 from cqwrteur --- gold linker works while ld does not work for __gnu__::__target__ attribute. -- You are receiving this mail because: You are on the CC list for the bug.

[Bug ld/29797] error while loading shared libraries: unexpected PLT reloc type 0x00

2022-11-16 Thread euloanty at live dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=29797 cqwrteur changed: What|Removed |Added CC||euloanty at live dot com -- You are recei