2015-02-17 Sandra Loosemore <sandra@codesourcery.com>
commit1c55a862d5a7a8277bf45e972384bff3eea34b76
authorsandra <sandra@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 17 Feb 2015 17:39:22 +0000 (17 17:39 +0000)
committersandra <sandra@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 17 Feb 2015 17:39:22 +0000 (17 17:39 +0000)
tree9a2dd51186f5320995ccbaf23c8ab8afe5c540e6
parent6014aff2a580b7e68ce78a678966738999494f2b
2015-02-17  Sandra Loosemore  <sandra@codesourcery.com>

libgcc/
* config/arm/bpabi.S (test_div_by_zero): Make label names
consistent between thumb2 and arm mode cases.  Separate the
signed comparison on the high word of the numerator from the
unsigned comparison on the low word.
* config/arm/bpabi-v6m.S (test_div_by_zero): Similarly separate
signed comparison.

gcc/testsuite/
* gcc.target/arm/divzero.c: New test case.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@220765 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/arm/divzero.c [new file with mode: 0644]
libgcc/ChangeLog
libgcc/config/arm/bpabi-v6m.S
libgcc/config/arm/bpabi.S