libsoup3: update to 3.6.0; fix GTK2/3 app startup
[oi-userland.git] / components / developer / gcc-12 / patches / 0026-i386-use-the-new-style-retpoline-thunk-names-for-ext.patch
blob4645df0ea80ad1c3269b84c4bb1b273f44f55af8
1 From 335e56dfd2cc66a5cd6e95726b489b1dab9aa9c2 Mon Sep 17 00:00:00 2001
2 From: Richard Lowe <richlowe@richlowe.net>
3 Date: Wed, 7 Feb 2018 02:13:42 +0000
4 Subject: i386: use the new-style retpoline thunk names for
5 external thunks, because nothing else will work
7 ---
8 gcc/config/i386/i386.cc | 4 +++-
9 1 file changed, 3 insertions(+), 1 deletion(-)
11 diff --git a/gcc/config/i386/i386.cc b/gcc/config/i386/i386.cc
12 index 7f58b53d566..947e6fdbea1 100644
13 --- a/gcc/config/i386/i386.cc
14 +++ b/gcc/config/i386/i386.cc
15 @@ -5842,7 +5842,9 @@ indirect_thunk_name (char name[32], unsigned int regno,
16 if (regno != INVALID_REGNUM && regno != CX_REG && ret_p)
17 gcc_unreachable ();
19 - if (USE_HIDDEN_LINKONCE)
20 + if (USE_HIDDEN_LINKONCE ||
21 + (cfun && cfun->machine->indirect_branch_type ==
22 + indirect_branch_thunk_extern))
24 const char *prefix;