Add patches for ARM parameter passing convention

This commit is contained in:
Petr Machata 2013-02-07 00:15:40 +01:00
parent ab95437926
commit cb7483942c
2 changed files with 1195 additions and 66 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,7 +1,7 @@
Summary: Tracks runtime library calls from dynamically linked executables
Name: ltrace
Version: 0.7.2
Release: 3%{?dist}
Release: 4%{?dist}
URL: http://ltrace.alioth.debian.org/
License: GPLv2+
Group: Development/Debuggers
@ -18,9 +18,7 @@ Source: http://alioth.debian.org/frs/download.php/3848/ltrace-0.7.2.tar.bz2
# Many small fixes brought from master branch.
Patch0: ltrace-0.7.2-bits.patch
# Upstream patch which introduces singlestepping support on ARM. This
# makes ltrace essentially work on ARM, except for parameter passing
# conventions.
# Upstream patch which introduces support for ARM architecture.
Patch1: ltrace-0.7.2-arm.patch
# Work around a recently-added GCC warning.
@ -66,6 +64,10 @@ echo ====================TESTING END=====================
%config(noreplace) %{_sysconfdir}/ltrace.conf
%changelog
* Wed Feb 6 2013 Petr Machata <pmachata@redhat.com> - 0.7.2-4
- Update the ARM patch (ltrace-0.7.2-arm.patch) with support for
parameter passing conventions.
* Thu Jan 31 2013 Petr Machata <pmachata@redhat.com> - 0.7.2-3
- Bring small fixes from master branch
(ltrace-0.7.2-bits.patch; drop ltrace-0.7.2-man.patch)