bpabi.S (test_div_by_zero): Make label names consistent between thumb2 and arm mode...
authorSandra Loosemore <sandra@codesourcery.com>
Tue, 17 Feb 2015 17:39:22 +0000 (12:39 -0500)
committerSandra Loosemore <sandra@gcc.gnu.org>
Tue, 17 Feb 2015 17:39:22 +0000 (12:39 -0500)
commit53cfb467cf3da97a161f851a6e333e917cb96cec
tree9a2dd51186f5320995ccbaf23c8ab8afe5c540e6
parent77d10a1b208d0e78ee638a49952276be9b830db4
bpabi.S (test_div_by_zero): Make label names consistent between thumb2 and arm mode cases.

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.

From-SVN: r220765
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