[ltrace-commits] branch master updated (32b49fd -> 05143c9)

Petr Machata pmachata-guest at moszumanska.debian.org
Sun Jan 4 21:15:33 UTC 2015


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

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

      from  32b49fd   Older glibc's don't expose the necessary interfaces without _GNU_SOURCE
       new  05143c9   xtensa: add xtensa support

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CREDITS                                        |   4 +
 NEWS                                           |   1 +
 README                                         |   1 +
 configure.ac                                   |   2 +
 sysdeps/linux-gnu/Makefile.am                  |   2 +-
 sysdeps/linux-gnu/{ia64 => xtensa}/Makefile.am |   6 +-
 sysdeps/linux-gnu/xtensa/arch.h                | 111 ++++++
 sysdeps/linux-gnu/xtensa/breakpoint.c          |  71 ++++
 sysdeps/linux-gnu/xtensa/fetch.c               | 188 ++++++++++
 sysdeps/linux-gnu/xtensa/plt.c                 | 463 +++++++++++++++++++++++++
 sysdeps/linux-gnu/{alpha => xtensa}/ptrace.h   |   2 +-
 sysdeps/linux-gnu/{cris => xtensa}/regs.c      |  51 ++-
 sysdeps/linux-gnu/{ia64 => xtensa}/signalent.h |   2 +-
 sysdeps/linux-gnu/xtensa/syscallent.h          | 357 +++++++++++++++++++
 sysdeps/linux-gnu/{m68k => xtensa}/trace.c     |  42 +--
 15 files changed, 1258 insertions(+), 45 deletions(-)
 copy sysdeps/linux-gnu/{ia64 => xtensa}/Makefile.am (92%)
 create mode 100644 sysdeps/linux-gnu/xtensa/arch.h
 create mode 100644 sysdeps/linux-gnu/xtensa/breakpoint.c
 create mode 100644 sysdeps/linux-gnu/xtensa/fetch.c
 create mode 100644 sysdeps/linux-gnu/xtensa/plt.c
 copy sysdeps/linux-gnu/{alpha => xtensa}/ptrace.h (93%)
 copy sysdeps/linux-gnu/{cris => xtensa}/regs.c (56%)
 copy sysdeps/linux-gnu/{ia64 => xtensa}/signalent.h (97%)
 create mode 100644 sysdeps/linux-gnu/xtensa/syscallent.h
 copy sysdeps/linux-gnu/{m68k => xtensa}/trace.c (60%)

-- 
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