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]

r191818 - in /branches/ARM/embedded-4_6-branch:...


Author: jye2
Date: Fri Sep 28 04:31:24 2012
New Revision: 191818

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=191818
Log:
2012-09-27  Joey Ye  <joey.ye@arm.com>

    Backport from mainline
    2012-08-17  Julian Brown  <julian@codesourcery.com>

    * 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): New.
    * config.host (t-bpabi): Include it.

    2011-11-18  Steve Ellcey  <sje@cup.hp.com>

    * Makefile.in (c_flags): Set to -fno-exceptions to build libunwind.

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

Added:
    branches/ARM/embedded-4_6-branch/gcc/testsuite/gcc.target/arm/div64-unwinding.c
    branches/ARM/embedded-4_6-branch/libgcc/config/arm/t-bpabi
Modified:
    branches/ARM/embedded-4_6-branch/gcc/testsuite/ChangeLog.arm
    branches/ARM/embedded-4_6-branch/libgcc/ChangeLog.arm
    branches/ARM/embedded-4_6-branch/libgcc/Makefile.in
    branches/ARM/embedded-4_6-branch/libgcc/config.host


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