Change type and size of symbols to STT_NOTYPE/0 so that they do not confuse GDB. (#1539664)
Add run-on-binaries-in.sh script to allow the other scripts to be run over a repository.
This commit is contained in:
parent
b42c748fba
commit
8a3889e374
1
.gitignore
vendored
1
.gitignore
vendored
@ -10,3 +10,4 @@
|
||||
/annobin-3.1.tar.xz
|
||||
/annobin-3.2.tar.xz
|
||||
/annobin-3.3.tar.xz
|
||||
/annobin-3.4.tar.xz
|
||||
|
@ -11,8 +11,8 @@
|
||||
|
||||
Name: annobin
|
||||
Summary: Binary annotation plugin for GCC
|
||||
Version: 3.3
|
||||
Release: 2%{?dist}
|
||||
Version: 3.4
|
||||
Release: 1%{?dist}
|
||||
|
||||
License: GPLv3+
|
||||
URL: https://fedoraproject.org/wiki/Toolchain/Watermark
|
||||
@ -96,6 +96,7 @@ exit 0
|
||||
%{_bindir}/built-by.sh
|
||||
%{_bindir}/check-abi.sh
|
||||
%{_bindir}/hardened.sh
|
||||
%{_bindir}/run-on-binaries-in.sh
|
||||
%license COPYING3 LICENSE
|
||||
%exclude %{_datadir}/doc/annobin-plugin/COPYING3
|
||||
%exclude %{_datadir}/doc/annobin-plugin/LICENSE
|
||||
@ -105,6 +106,10 @@ exit 0
|
||||
#---------------------------------------------------------------------------------
|
||||
|
||||
%changelog
|
||||
* Fri Feb 09 2018 Nick Clifton <nickc@redhat.com> - 3.4-1
|
||||
- Change type and size of symbols to STT_NOTYPE/0 so that they do not confuse GDB. (#1539664)
|
||||
- Add run-on-binaries-in.sh script to allow the other scripts to be run over a repository.
|
||||
|
||||
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.3-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (annobin-3.3.tar.xz) = 59fda2a7040fc32227a233509b5d69250531590780b90cd224847a2b6dd6afca57809ce35e14b227e1ca93f6f367c7b79144e6945605981c45452e69fb2273cd
|
||||
SHA512 (annobin-3.4.tar.xz) = 387ab363b463d182c4d775ed516eeaea898640b5117937db16a100034ff83867c7012e0045dda5eb272d6c09a3d6003683d0918524907cbbb69500c19fd478b4
|
||||
|
Loading…
Reference in New Issue
Block a user