public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc(refs/users/marxin/heads/lto-plugin-get_symbols_v3)] Add support for feature detection.
@ 2022-03-01 11:28 Martin Liska
  0 siblings, 0 replies; only message in thread
From: Martin Liska @ 2022-03-01 11:28 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:1f942882b14228c9a89b7a982fb848d82d2403e8

commit 1f942882b14228c9a89b7a982fb848d82d2403e8
Author: Martin Liska <mliska@suse.cz>
Date:   Tue Mar 1 12:27:45 2022 +0100

    Add support for feature detection.

Diff:
---
 lto-plugin/lto-plugin.c | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/lto-plugin/lto-plugin.c b/lto-plugin/lto-plugin.c
index 1dd1485a1b6..4f813ee3678 100644
--- a/lto-plugin/lto-plugin.c
+++ b/lto-plugin/lto-plugin.c
@@ -1574,3 +1574,8 @@ onload (struct ld_plugin_tv *tv)
 
   return LDPS_OK;
 }
+
+/* The following symbols are used for dynamic detection of plug-in features
+   from linker side.  */
+
+bool supports_get_symbols_v4;


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-03-01 11:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-01 11:28 [gcc(refs/users/marxin/heads/lto-plugin-get_symbols_v3)] Add support for feature detection Martin Liska

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).