libsoup3: update to 3.6.0; fix GTK2/3 app startup
[oi-userland.git] / components / developer / gcc-10 / patches / 0016-i386-Fix-grammar-of-msave-args-usage-message.patch
blob0b9a145ad69fbf95910533892583cc4063cb874d
1 From ef906105b3f07c5f19886d92510b77df043e3719 Mon Sep 17 00:00:00 2001
2 From: Richard Lowe <richlowe@richlowe.net>
3 Date: Fri, 26 Apr 2019 03:05:14 +0000
4 Subject: [PATCH 16/34] i386: Fix grammar of -msave-args usage message
6 The GCC test suite checks that usage messages are properly punctuated,
7 so this fixes a low-hanging test failure
8 ---
9 gcc/config/i386/i386.opt | 2 +-
10 1 file changed, 1 insertion(+), 1 deletion(-)
12 diff --git a/gcc/config/i386/i386.opt b/gcc/config/i386/i386.opt
13 index 259ad8e16b9..71c635fa2d4 100644
14 --- a/gcc/config/i386/i386.opt
15 +++ b/gcc/config/i386/i386.opt
16 @@ -516,7 +516,7 @@ Use direct references against %gs when accessing tls data.
18 msave-args
19 Target Report Mask(SAVE_ARGS)
20 -Save integer arguments on the stack at function entry
21 +Save integer arguments on the stack at function entry.
23 mforce-save-regs-using-mov
24 Target Report Mask(FORCE_SAVE_REGS_USING_MOV)
25 --
26 2.31.1