Add basic LoongArch64 support

This commit is contained in:
wangqiang 2024-07-05 15:14:31 +08:00
parent 60ee7da866
commit db9f088765
2 changed files with 2450 additions and 1 deletions

File diff suppressed because it is too large Load Diff

View File

@ -22,7 +22,7 @@
Name: systemtap
Version: 5.0
Release: 1
Release: 2
Summary: Linux trace and probe tool
License: GPLv2+ and Public Domain
URL: http://sourceware.org/systemtap
@ -30,6 +30,7 @@ Source: https://sourceware.org/systemtap/ftp/releases/%{name}-%{version}.tar.gz
Patch9000: huawei-fix-network-tcp-test-error.patch
Patch9001: huawei-local-is-only-valid-in-functions-for-shellche-sc2168.patch
Patch9002: Add-basic-LoongArch64-support.patch
BuildRequires: gcc-c++ emacs systemd python3-setuptools
BuildRequires: gettext-devel rpm-devel readline-devel
@ -477,6 +478,12 @@ exit 0
%{_mandir}/man[1378]/*
%changelog
* Fri Jul 05 2024 wangqiang <wangqiang1@kylinos.cn> - 5.0-2
- Type:update
- CVE:NA
- SUG:NA
- DESC:Add basic loongarch64 support
* Wed Jan 24 2024 liuchao <liuchao173@huawei.com> - 5.0-1
- Upgrade to 5.0:
- Performance improvements in uprobe registration and module startup.