]> git.ipfire.org Git - thirdparty/gcc.git/commit
struct siginfo vs. siginfo_t
authorThomas Schwinge <thomas@codesourcery.com>
Fri, 20 Apr 2012 08:08:13 +0000 (10:08 +0200)
committerThomas Schwinge <tschwinge@gcc.gnu.org>
Fri, 20 Apr 2012 08:08:13 +0000 (10:08 +0200)
commit9aa411205ba1898dfbd4fb4d5a3a5886907b28dc
tree91c1c7dfc8c4d426e9cd64e7b42df4d0db17780b
parent89c1c0ae5de2ce957f1470ec13da0e8ee312d4be
struct siginfo vs. siginfo_t

Backport from trunk (but apply to gcc/):

gcc/
2012-04-20  Thomas Schwinge  <thomas@codesourcery.com>

* config/alpha/linux-unwind.h (alpha_fallback_frame_state): Use
siginfo_t instead of struct siginfo.
* config/bfin/linux-unwind.h (bfin_fallback_frame_state): Likewise.
* config/i386/linux-unwind.h (x86_fallback_frame_state): Likewise.
* config/ia64/linux-unwind.h (ia64_fallback_frame_state)
(ia64_handle_unwabi): Likewise.
* config/mips/linux-unwind.h (mips_fallback_frame_state): Likewise.
* config/pa/linux-unwind.h (pa32_fallback_frame_state): Likewise.
* config/sh/linux-unwind.h (shmedia_fallback_frame_state)
(sh_fallback_frame_state): Likewise.
* config/xtensa/linux-unwind.h (xtensa_fallback_frame_state): Likewise.

From-SVN: r186612
gcc/ChangeLog
gcc/config/alpha/linux-unwind.h
gcc/config/bfin/linux-unwind.h
gcc/config/i386/linux-unwind.h
gcc/config/ia64/linux-unwind.h
gcc/config/mips/linux-unwind.h
gcc/config/pa/linux-unwind.h
gcc/config/sh/linux-unwind.h
gcc/config/xtensa/linux-unwind.h