This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/77267] MPX does not work in a presence of "-Wl,-as-needed" option (Ubuntu default)


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77267

Sergey <saguryev.gnu at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |saguryev.gnu at gmail dot com

--- Comment #1 from Sergey <saguryev.gnu at gmail dot com> ---
  Why can't we engage usual linkage mechanism by adding some undefined weak
symbol   in mpx code and its definition in mpx library ? ( probably two
different ones, for libmpx and libmpxwrappers ). Then we wouldn't have to
juggle with (no-)as-needed.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]