diff --git a/.files b/.files index aba310f..bce84d5 100644 Binary files a/.files and b/.files differ diff --git a/.rev b/.rev index 4f09671..86b0994 100644 --- a/.rev +++ b/.rev @@ -958,4 +958,12 @@ 8 times instead of originally 40. Long calibration is now 20. (forwarded request 896670 from msmeissn) 896671 + + 4a48cb415bfb43cd21422e8714a8f20c + 3.13c + + dimstar_suse + - Fix filelist for riscv64 (forwarded request 898298 from Andreas_Schwab) + 898301 + diff --git a/afl.changes b/afl.changes index 6e2edd5..7b9266f 100644 --- a/afl.changes +++ b/afl.changes @@ -1,4 +1,9 @@ ------------------------------------------------------------------- +Tue Jun 8 09:06:11 UTC 2021 - Andreas Schwab + +- Fix filelist for riscv64 + +------------------------------------------------------------------- Tue Jun 1 10:36:06 UTC 2021 - Marcus Meissner - updated to 3.13c diff --git a/afl.spec b/afl.spec index 1bbeb94..c9c3d9f 100644 --- a/afl.spec +++ b/afl.spec @@ -75,11 +75,13 @@ chmod -x %{buildroot}/%{_libexecdir}/%{name}/*.o %dir %{_libexecdir}/%{name} %{_libexecdir}/%{name}/%{name}-as %{_libexecdir}/%{name}/as -%ifarch x86_64 aarch64 ppc64 ppc64le s390x +%ifarch x86_64 aarch64 ppc64 ppc64le s390x riscv64 %{_libexecdir}/%{name}/afl-compiler-rt-64.o %{_libexecdir}/%{name}/afl-llvm-rt-64.o +%ifnarch riscv64 %{_libexecdir}/%{name}/afl-llvm-rt-lto-64.o %endif +%endif %ifarch %ix86 %{arm} %{_libexecdir}/%{name}/afl-compiler-rt-32.o %{_libexecdir}/%{name}/afl-llvm-rt-32.o @@ -89,7 +91,7 @@ chmod -x %{buildroot}/%{_libexecdir}/%{name}/*.o %endif %{_libexecdir}/%{name}/afl-compiler-rt.o %{_libexecdir}/%{name}/afl-llvm-rt.o -%ifnarch %{arm} +%ifnarch %{arm} riscv64 %{_libexecdir}/%{name}/afl-llvm-rt-lto.o %endif %{_libexecdir}/%{name}/dynamic_list.txt