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]

r153526 - in /branches/gcc-4_4-branch: gcc/ada/...


Author: ebotcazou
Date: Sat Oct 24 10:58:53 2009
New Revision: 153526

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=153526
Log:
libada/
	* Makefile.in (GNATLIBCFLAGS_FOR_C): New variable.
	(LIBADA_FLAGS_TO_PASS): Add GNATLIBCFLAGS_FOR_C.
	* configure.ac: Include config/unwind_ipinfo.m4.
	Check for _Unwind_GetIPInfo.
	* configure: Regenerate.

gcc/ada/
	* init.c (__gnat_adjust_context_for_raise): Mention _Unwind_GetIPInfo.
	* gcc-interface/Makefile.in (GNATLIBCFLAGS_FOR_C): Add HAVE_GETIPINFO.
	Pass GNATLIBCFLAGS_FOR_C to recursive invocations.

Modified:
    branches/gcc-4_4-branch/gcc/ada/ChangeLog
    branches/gcc-4_4-branch/gcc/ada/gcc-interface/Makefile.in
    branches/gcc-4_4-branch/gcc/ada/init.c
    branches/gcc-4_4-branch/libada/ChangeLog
    branches/gcc-4_4-branch/libada/Makefile.in
    branches/gcc-4_4-branch/libada/configure
    branches/gcc-4_4-branch/libada/configure.ac


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