[Bug c++/39437] Support for automatic linking via pragma

2024-11-15 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=39437 --- Comment #10 from Andrew Pinski --- (In reply to Andrew Pinski from comment #9) > https://hachyderm.io/@whitequark@mastodon.social/113488978156293353 > > So it looks like clang puts it in the .deplibs SHT_LLVM_DEPENDENT_LIBRARIES > section.

[Bug c++/39437] Support for automatic linking via pragma

2024-11-15 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=39437 --- Comment #9 from Andrew Pinski --- https://hachyderm.io/@whitequark@mastodon.social/113488978156293353 So it looks like clang puts it in the .deplibs SHT_LLVM_DEPENDENT_LIBRARIES section. I don't know if lld or mold reads that section thoug

[Bug c++/39437] Support for automatic linking via pragma

2024-10-31 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=39437 Andrew Pinski changed: What|Removed |Added Last reconfirmed|2009-04-16 20:48:09 |2024-10-31 --- Comment #8 from Andrew Pi

[Bug c++/39437] Support for automatic linking via pragma

2011-02-12 Thread olafvdspek at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39437 Olaf van der Spek changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|WONTFIX

[Bug c++/39437] Support for automatic linking via pragma

2011-02-11 Thread manu at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39437 Manuel López-Ibáñez changed: What|Removed |Added CC||manu at gcc dot gnu.org --- Comment

[Bug c++/39437] Support for automatic linking via pragma

2011-02-11 Thread olafvdspek at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39437 --- Comment #5 from Olaf van der Spek 2011-02-11 17:06:57 UTC --- Why not? It doesn't seem too complex to me. The compiler writes a comment to the object file, the linker reads this.

[Bug c++/39437] Support for automatic linking via pragma

2011-02-11 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39437 Richard Guenther changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug c++/39437] Support for automatic linking via pragma

2011-02-11 Thread olafvdspek at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39437 --- Comment #3 from Olaf van der Spek 2011-02-11 16:42:45 UTC --- Somebody?

[Bug c++/39437] Support for automatic linking via pragma

2010-06-06 Thread olafvdspek at gmail dot com
--- Comment #2 from olafvdspek at gmail dot com 2010-06-07 03:01 --- Would that be a problem? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39437

[Bug c++/39437] Support for automatic linking via pragma

2009-04-16 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2009-04-16 20:48 --- You need either the driver reading the object files or the linker knowing the specifications for this. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added --