]> git.ipfire.org Git - thirdparty/gcc.git/commit
Makefile.in (GNATLIBCFLAGS_FOR_C): New variable.
authorEric Botcazou <ebotcazou@adacore.com>
Sat, 24 Oct 2009 10:58:31 +0000 (10:58 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Sat, 24 Oct 2009 10:58:31 +0000 (10:58 +0000)
commit2f18d9afae52f1cb10d5cb9e7d1fdbe4dc8710f0
treef18809223e14555c22ed59339f3d9e9ea2598d3d
parentc0f81f78ae9aa3931b3b5472eb138ff3815d10de
Makefile.in (GNATLIBCFLAGS_FOR_C): New variable.

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.

gcc/testsuite/
* gnat.dg/null_pointer_deref1.adb: New test.
* gnat.dg/null_pointer_deref2.adb: Likewise.

From-SVN: r153525
gcc/ada/ChangeLog
gcc/ada/gcc-interface/Makefile.in
gcc/ada/init.c
gcc/testsuite/ChangeLog
gcc/testsuite/gnat.dg/null_pointer_deref1.adb [new file with mode: 0644]
gcc/testsuite/gnat.dg/null_pointer_deref2.adb [new file with mode: 0644]
libada/ChangeLog
libada/Makefile.in
libada/configure
libada/configure.ac