[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

[Bug ld/29797] New: 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 Bug ID: 29797 Summary: error while loading shared libraries: unexpected PLT reloc type 0x00 Product: binutils Version: unspecified Status: UNCONFIRMED Severi

[Bug gas/29794] find_reloc_table_entry in tc-aarch64.c should be speed up

2022-11-16 Thread pinskia at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=29794 --- Comment #2 from Andrew Pinski --- There is another thing which could be done is do strchr up front to find the other : and then match the length and not do the strncasecmp in that case. That is: static struct reloc_table_entry * find_relo

[Bug gas/29794] find_reloc_table_entry in tc-aarch64.c should be speed up

2022-11-16 Thread pinskia at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=29794 --- Comment #1 from Andrew Pinski --- Created attachment 14459 --> https://sourceware.org/bugzilla/attachment.cgi?id=14459&action=edit First attempt at a patch for this I did not test this and I am not 100% sure about the GNUC check. I need

[Bug gprofng/29788] gprofng cannot display Java's generated assembly code

2022-11-16 Thread vladimir.mezentsev at oracle dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=29788 Vladimir Mezentsev changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug gas/29794] find_reloc_table_entry in tc-aarch64.c should be speed up

2022-11-16 Thread pinskia at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=29794 Andrew Pinski changed: What|Removed |Added Summary|find_reloc_table_entry |find_reloc_table_entry in

[Bug gas/29794] New: find_reloc_table_entry should be speed up

2022-11-16 Thread pinskia at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=29794 Bug ID: 29794 Summary: find_reloc_table_entry should be speed up Product: binutils Version: unspecified Status: NEW Keywords: performance Severity: normal Pr

[Bug gprofng/29788] gprofng cannot display Java's generated assembly code

2022-11-16 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=29788 --- Comment #1 from cvs-commit at gcc dot gnu.org --- The master branch has been updated by Vladimir Mezentsev : https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=ab11c8905fecb3f2321f0a0ea2e719648560f2ad commit ab11c8905fecb3f2321f0