[ltrace-commits] branch master updated (94773bf -> d988483)

Petr Machata pmachata-guest at moszumanska.debian.org
Wed Feb 5 01:47:13 UTC 2014


This is an automated email from the git hooks/post-receive script.

pmachata-guest pushed a change to branch master
in repository ltrace.

      from  94773bf   Manpage and --help clarifications
      adds  a94829b   Improve HFA-related test cases
      adds  f39611f   Add some missing system calls to syscalls.conf
      adds  81efcb0   Rewrite system_calls.exp
      adds  63753e0   Force use of SYS_open on aarch64 as well
      adds  0b5457a   Set child stack alignment in trace-clone.c
      adds  912a0f7   Implement aarch64 support
      adds  d988483   Update NEWS, README

No new revisions were added by this update.

Summary of changes:
 NEWS                                             |   7 +-
 README                                           |   3 +-
 configure.ac                                     |   3 +-
 etc/syscalls.conf                                |  33 +-
 sysdeps/linux-gnu/Makefile.am                    |   4 +-
 sysdeps/{ => linux-gnu/aarch64}/Makefile.am      |  14 +-
 sysdeps/linux-gnu/{s390 => aarch64}/arch.h       |  28 +-
 sysdeps/linux-gnu/aarch64/fetch.c                | 365 ++++++++++
 sysdeps/linux-gnu/{alpha => aarch64}/plt.c       |  19 +-
 sysdeps/linux-gnu/{cris => aarch64}/ptrace.h     |   3 +-
 sysdeps/linux-gnu/aarch64/regs.c                 | 130 ++++
 defs.h => sysdeps/linux-gnu/aarch64/signalent.h  |  45 +-
 sysdeps/linux-gnu/{ia64 => aarch64}/syscallent.h | 857 +++++++++--------------
 sysdeps/linux-gnu/aarch64/trace.c                |  83 +++
 testsuite/ltrace.main/parameters-hfa.exp         | 474 +++++++++++++
 testsuite/ltrace.main/parameters-lib.c           | 179 -----
 testsuite/ltrace.main/parameters.c               | 115 ---
 testsuite/ltrace.main/parameters.conf            |  26 -
 testsuite/ltrace.main/parameters.exp             |  72 --
 testsuite/ltrace.main/system_call_params.exp     |  18 +-
 testsuite/ltrace.main/system_calls.c             |  68 --
 testsuite/ltrace.main/system_calls.exp           | 191 +++--
 testsuite/ltrace.minor/trace-clone.c             |   4 +-
 23 files changed, 1631 insertions(+), 1110 deletions(-)
 copy sysdeps/{ => linux-gnu/aarch64}/Makefile.am (76%)
 copy sysdeps/linux-gnu/{s390 => aarch64}/arch.h (66%)
 create mode 100644 sysdeps/linux-gnu/aarch64/fetch.c
 copy sysdeps/linux-gnu/{alpha => aarch64}/plt.c (85%)
 copy sysdeps/linux-gnu/{cris => aarch64}/ptrace.h (91%)
 create mode 100644 sysdeps/linux-gnu/aarch64/regs.c
 copy defs.h => sysdeps/linux-gnu/aarch64/signalent.h (52%)
 copy sysdeps/linux-gnu/{ia64 => aarch64}/syscallent.h (59%)
 create mode 100644 sysdeps/linux-gnu/aarch64/trace.c
 create mode 100644 testsuite/ltrace.main/parameters-hfa.exp
 delete mode 100644 testsuite/ltrace.main/system_calls.c

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/ltrace.git



More information about the ltrace-commits mailing list