rguenth

Results 6 comments of rguenth

I think you should instead try not advertising LDPT_GET_SYMBOLS or LDPT_GET_SYMBOLS_V2 in the onload transfer vector and if that gets you a LDPT_OK you know it will not be called....

Yes, ideally we'd extend the plugin API to make such retried onload() well-defined, for example by adding onload_v2 () that will reset state when called (with possibly leaving behavior undefined...

I didn't design the API but incremental things should follow the design spirit. So instead of a new "flag" symbol you'd add a register_get_symbols_api_use API that the plugin then calls...

Indeed I don't think it exists. There's HOST_EXECUTABLE_SUFFIX, so that's precedent, and collect2 uses SHLIB_SUFFIX (see doc/tm.texi - that's a target macro and thus applies to the target). If you...

Adding some additional -print-xyz to the driver would be possible though all the info isn't in any way GCC specific but to the host/target combo, so any such configuration would...

It's also important for translators who can spend their time on user-facing errors.