mirror of
https://abf.rosa.ru/djam/glibc40.git
synced 2025-02-23 15:52:52 +00:00
rebuild aarch64 patch
This commit is contained in:
parent
eaf4f8468b
commit
6238397b36
2 changed files with 17 additions and 9 deletions
|
@ -1,20 +1,28 @@
|
|||
diff -up glibc-2.29/locale/weight.h.omv~ glibc-2.29/locale/weight.h
|
||||
diff -up glibc-2.29/string/strcoll_l.c.omv~ glibc-2.29/string/strcoll_l.c
|
||||
--- glibc-2.29/string/strcoll_l.c.omv~ 2019-02-01 01:52:36.824032337 +0100
|
||||
+++ glibc-2.29/string/strcoll_l.c 2019-02-01 01:56:42.412484448 +0100
|
||||
diff -ruN a/string/strcoll_l.c b/string/strcoll_l.c
|
||||
--- a/string/strcoll_l.c 2021-02-02 02:15:33.000000000 +0900
|
||||
+++ b/string/strcoll_l.c 2021-09-17 13:36:43.564148616 +0900
|
||||
@@ -40,7 +40,11 @@
|
||||
#define CONCAT1(a,b) a##b
|
||||
|
||||
#include "../locale/localeinfo.h"
|
||||
+/* See Line 178+ */
|
||||
+DIAG_PUSH_NEEDS_COMMENT;
|
||||
+DIAG_IGNORE_Os_NEEDS_COMMENT (8, "-Wmaybe-uninitialized");
|
||||
+DIAG_IGNORE_NEEDS_COMMENT (8, "-Wmaybe-uninitialized");
|
||||
#include WEIGHT_H
|
||||
+DIAG_POP_NEEDS_COMMENT;
|
||||
|
||||
/* Track status while looking for sequences in a string. */
|
||||
typedef struct
|
||||
@@ -292,7 +296,7 @@ STRCOLL (const STRING_TYPE *s1, const ST
|
||||
@@ -181,7 +185,7 @@
|
||||
ensures that seq->save_idx was saved to first and contains a
|
||||
valid value. */
|
||||
DIAG_PUSH_NEEDS_COMMENT;
|
||||
- DIAG_IGNORE_Os_NEEDS_COMMENT (5, "-Wmaybe-uninitialized");
|
||||
+ DIAG_IGNORE_NEEDS_COMMENT (8, "-Wmaybe-uninitialized");
|
||||
len = weights[idx++];
|
||||
DIAG_POP_NEEDS_COMMENT;
|
||||
/* Skip over indices of previous levels. */
|
||||
@@ -292,7 +296,7 @@
|
||||
|
||||
int result = 0, rule = 0;
|
||||
|
||||
|
@ -23,12 +31,12 @@ diff -up glibc-2.29/string/strcoll_l.c.omv~ glibc-2.29/string/strcoll_l.c
|
|||
seq1.back_us and seq2.back_us might be used uninitialized.
|
||||
Sometimes this warning appears at locations in locale/weightwc.h
|
||||
where the actual use is, but on architectures other than x86_64,
|
||||
@@ -300,7 +304,7 @@ STRCOLL (const STRING_TYPE *s1, const ST
|
||||
@@ -300,7 +304,7 @@
|
||||
seq2. This uninitialized use is impossible for the same reason
|
||||
as described in comments in locale/weightwc.h. */
|
||||
DIAG_PUSH_NEEDS_COMMENT;
|
||||
- DIAG_IGNORE_Os_NEEDS_COMMENT (7, "-Wmaybe-uninitialized");
|
||||
+ DIAG_IGNORE_Os_NEEDS_COMMENT (8, "-Wmaybe-uninitialized");
|
||||
+ DIAG_IGNORE_NEEDS_COMMENT (8, "-Wmaybe-uninitialized");
|
||||
coll_seq seq1, seq2;
|
||||
DIAG_POP_NEEDS_COMMENT;
|
||||
seq1.len = 0;
|
|
@ -181,7 +181,7 @@ Patch1020: glibc-2.19-no-__builtin_va_arg_pack-with-clang.patch
|
|||
# http://sourceware.org/bugzilla/attachment.cgi?id=6795
|
||||
Patch1029: glibc-2.19-nscd-socket-and-pid-moved-from-varrun-to-run.patch
|
||||
Patch1033: glibc-2.25-force-use-ld-bfd.patch
|
||||
Patch1035: glibc-2.29-aarch64-buildfix.patch
|
||||
Patch1035: glibc-2.33-aarch64-buildfix.patch
|
||||
Patch1036: glibc-2.29-strict-aliasing.patch
|
||||
Patch1037: glibc-2.29-SIG_BLOCK.patch
|
||||
Patch1038: glibc-2.31.9000-aarch64-compile.patch
|
||||
|
|
Loading…
Add table
Reference in a new issue