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]

r186610 - in /trunk/libgcc: ChangeLog config/al...


Author: tschwinge
Date: Fri Apr 20 07:44:50 2012
New Revision: 186610

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=186610
Log:
	struct siginfo vs. siginfo_t

libgcc/
	* 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/tilepro/linux-unwind.h (tile_fallback_frame_state): Likewise.
	* config/xtensa/linux-unwind.h (xtensa_fallback_frame_state): Likewise.

Modified:
    trunk/libgcc/ChangeLog
    trunk/libgcc/config/alpha/linux-unwind.h
    trunk/libgcc/config/bfin/linux-unwind.h
    trunk/libgcc/config/i386/linux-unwind.h
    trunk/libgcc/config/ia64/linux-unwind.h
    trunk/libgcc/config/mips/linux-unwind.h
    trunk/libgcc/config/pa/linux-unwind.h
    trunk/libgcc/config/sh/linux-unwind.h
    trunk/libgcc/config/tilepro/linux-unwind.h
    trunk/libgcc/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]