]> granicus.if.org Git - strace/commit
AVR32 support by Hans-Christian Egtvedt
authorDenys Vlasenko <dvlasenk@redhat.com>
Fri, 27 Feb 2009 20:32:52 +0000 (20:32 +0000)
committerDenys Vlasenko <dvlasenk@redhat.com>
Fri, 27 Feb 2009 20:32:52 +0000 (20:32 +0000)
commit5ae2b7c601dadf79a4345e1ee21053947b9e4add
tree216d99739f3ce76e1dee4bf9fde7dca41fc00952
parentea0e6e80260d2b1b7ad40282012b0e47869bcddf
AVR32 support by Hans-Christian Egtvedt
(hans-christian.egtvedt AT atmel.com).
* configure.ac: Make it recognize avr32.
* defs.h: Define LINUX_AVR32.
* linux/avr32/syscallent.h: New file.
* Makefile.am: Reference linux/avr32/syscallent.h.
* proc.c (change_syscall, setarg): Add support for avr32.
(struct xlat struct_user_offsets[]): Ditto.
* syscall.c (get_scno): Ditto.
(get_error, force_result, syscall_enter): Ditto.
* util.c (getpc, printcall): Ditto.
16 files changed:
ChangeLog
Makefile.am
configure.ac
defs.h
desc.c
file.c
linux/avr32/syscallent.h [new file with mode: 0644]
linux/s390x/syscallent.h
net.c
proc.c
process.c
signal.c
strace.c
stream.c
syscall.c
util.c