This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r186612 - in /branches/gcc-4_6-branch/gcc: Chan...


Author: tschwinge
Date: Fri Apr 20 08:08:13 2012
New Revision: 186612

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=186612
Log:
	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.

Modified:
    branches/gcc-4_6-branch/gcc/ChangeLog
    branches/gcc-4_6-branch/gcc/config/alpha/linux-unwind.h
    branches/gcc-4_6-branch/gcc/config/bfin/linux-unwind.h
    branches/gcc-4_6-branch/gcc/config/i386/linux-unwind.h
    branches/gcc-4_6-branch/gcc/config/ia64/linux-unwind.h
    branches/gcc-4_6-branch/gcc/config/mips/linux-unwind.h
    branches/gcc-4_6-branch/gcc/config/pa/linux-unwind.h
    branches/gcc-4_6-branch/gcc/config/sh/linux-unwind.h
    branches/gcc-4_6-branch/gcc/config/xtensa/linux-unwind.h


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]