update to glibc-2.28-225.el8
Signed-off-by: anolis-bot <sam.zyc@alibaba-inc.com>
This commit is contained in:
parent
644b7d9a41
commit
63c96efbaa
176 changed files with 35958 additions and 17585 deletions
23
glibc-rh2109510-8.patch
Normal file
23
glibc-rh2109510-8.patch
Normal file
|
@ -0,0 +1,23 @@
|
|||
commit 46baeb61e16511f26db1b255e19dc9163f590367
|
||||
Author: Fangrui Song <maskray@google.com>
|
||||
Date: Tue Oct 19 09:58:16 2021 -0700
|
||||
|
||||
glibcextract.py: Place un-assemblable @@@ in a comment
|
||||
|
||||
Unlike GCC, Clang parses asm statements and verifies they are valid
|
||||
instructions/directives. Place the magic @@@ into a comment to avoid
|
||||
a parse error.
|
||||
|
||||
diff --git a/scripts/glibcextract.py b/scripts/glibcextract.py
|
||||
index 06f712ad115e0f9e..8f2246aae6a9dfb7 100644
|
||||
--- a/scripts/glibcextract.py
|
||||
+++ b/scripts/glibcextract.py
|
||||
@@ -45,7 +45,7 @@ def compute_c_consts(sym_data, cc):
|
||||
continue
|
||||
name = arg[0]
|
||||
value = arg[1]
|
||||
- out_lines.append('asm ("@@@name@@@%s@@@value@@@%%0@@@end@@@" '
|
||||
+ out_lines.append('asm ("/* @@@name@@@%s@@@value@@@%%0@@@end@@@ */" '
|
||||
': : \"i\" ((long int) (%s)));'
|
||||
% (name, value))
|
||||
out_lines.append('}')
|
Loading…
Add table
Add a link
Reference in a new issue