]> granicus.if.org Git - strace/commitdiff
.
authorRoland McGrath <roland@redhat.com>
Sun, 4 Nov 2007 00:00:08 +0000 (00:00 +0000)
committerRoland McGrath <roland@redhat.com>
Sun, 4 Nov 2007 00:00:08 +0000 (00:00 +0000)
ChangeLog

index 12305a7122a72c14317cc5991d7f352da6517dd0..29e7202b2f1632f5a902bf7c2a2df036bc10ac51 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -9,6 +9,13 @@
        * strace.c (main): Move the STARTUP_CHILD call before setting up the
        signal handlers.  New comment about the valid internal states.
 
+2007-11-02  Thiemo Seufer <ths@networkno.de>
+
+       * signal.c (m_siginfo_t): Add for MIPS.
+       (sys_sigreturn): struct sigcontext on MIPS has no sigset_t member,
+       acquire the signal mask with the same trick as on Sparc.
+       Fixes Debian#448802.
+
 2007-11-01  Roland McGrath  <roland@redhat.com>
 
        * util.c (string_quote): Return nonzero if the string was unterminated.