]> git.ipfire.org Git - thirdparty/gcc.git/commit
Makefile.in (LIB2_DIVMOD_EXCEPTION_FLAGS): Default to -fexceptions -fnon-call-excepti...
authorJulian Brown <julian@codesourcery.com>
Fri, 17 Aug 2012 15:06:06 +0000 (15:06 +0000)
committerJulian Brown <jules@gcc.gnu.org>
Fri, 17 Aug 2012 15:06:06 +0000 (15:06 +0000)
commita508e1a8cb73ecd40946610bb612d8296ae2156c
treea4aab7b6801f4dae3cd156e8ea735e4383a8807b
parent5615a07d0ca68ca60d096661ff8c618b666eaba0
Makefile.in (LIB2_DIVMOD_EXCEPTION_FLAGS): Default to -fexceptions -fnon-call-exceptions if not defined.

    libgcc/
    * Makefile.in (LIB2_DIVMOD_EXCEPTION_FLAGS): Default to
    -fexceptions -fnon-call-exceptions if not defined.
    ($(lib2-divmod-o), $(lib2-divmod-s-o)): Use above.
    * config/arm/t-bpabi (LIB2_DIVMOD_EXCEPTION_FLAGS): Define.

    gcc/testsuite/
    * gcc.target/arm/div64-unwinding.c: New test.

From-SVN: r190483
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/arm/div64-unwinding.c [new file with mode: 0644]
libgcc/ChangeLog
libgcc/Makefile.in
libgcc/config/arm/t-bpabi