glibc LoongArch Port.

Signed-off-by: wanghongliang <wanghongliang@loongson.cn>
This commit is contained in:
wanghongliang 2022-06-23 11:50:12 +08:00 committed by Liwei Ge
parent 7126fd4618
commit b75a19c19b
No known key found for this signature in database
GPG key ID: EF2B9B4BD2F4F64A
2 changed files with 16509 additions and 1 deletions

View file

@ -1,4 +1,4 @@
%define anolis_release .0.1
%define anolis_release .0.2
%define glibcsrcdir glibc-2.28
%define glibcversion 2.28
%define glibcrelease 189.5%{anolis_release}%{?dist}
@ -873,6 +873,7 @@ Patch1002: glibc-Add-a-testcase-to-check-alignment-of-PT_LOAD-segment-2.patch
Patch1003: glibc-elf-Align-argument-of-__munmap-to-page-size-BZ-28676-3.patch
Patch1004: glibc-Support-target-specific-ALIGN-for-variable-alignment-4.patch
Patch1005: glibc-elf-Fix-tst-align3.patch
Patch1006: glibc-LoongArch-Port.patch
##############################################################################
# Continued list of core "glibc" package information:
@ -2688,6 +2689,9 @@ fi
%files -f compat-libpthread-nonshared.filelist -n compat-libpthread-nonshared
%changelog
* Thu Jun 23 2022 wanghongliang <wanghongliang@loongson.cn> - 2.28-189.5.0.2
- arch: LoongArch Port
* Fri Jun 17 2022 Rongwei Wang <rongwei.wang@linux.alibaba.com> - 2.28-189.5.0.1
- elf: Properly align PT_LOAD segments