Commit cb16603e by Andreas Tobler

eabi1.c: Replace arm*-*-*eabi* and arm*-*-symbianelf* with arm_eabi.

2014-11-12  Andreas Tobler  <andreast@gcc.gnu.org>

        * gcc.target/arm/eabi1.c: Replace arm*-*-*eabi* and arm*-*-symbianelf*
	with arm_eabi.
	* g++.dg/abi/arm_rtti1.C: Likewise.
	* g++.dg/abi/key1.C: Likewise.
	* g++.dg/ext/visibility/arm1.C: Likewise.
	* g++.dg/ext/visibility/arm2.C: Likewise.
	* g++.dg/ext/visibility/arm3.C: Likewise.

From-SVN: r217403
parent d300d4c4
2014-11-12 Andreas Tobler <andreast@gcc.gnu.org>
* gcc.target/arm/eabi1.c: Replace arm*-*-*eabi* and arm*-*-symbianelf*
with arm_eabi.
* g++.dg/abi/arm_rtti1.C: Likewise.
* g++.dg/abi/key1.C: Likewise.
* g++.dg/ext/visibility/arm1.C: Likewise.
* g++.dg/ext/visibility/arm2.C: Likewise.
* g++.dg/ext/visibility/arm3.C: Likewise.
2014-11-11 H.J. Lu <hongjiu.lu@intel.com> 2014-11-11 H.J. Lu <hongjiu.lu@intel.com>
* g++.dg/ipa/devirt-42.C: Fix dump scanning for "return 2". * g++.dg/ipa/devirt-42.C: Fix dump scanning for "return 2".
......
// { dg-do compile { target arm*-*-eabi* arm*-*-symbianelf* } } // { dg-do compile { target arm_eabi } }
// { dg-options "-O2" } // { dg-options "-O2" }
// Check that, even when optimizing, we emit an out-of-line call to // Check that, even when optimizing, we emit an out-of-line call to
// the type-info comparison function. // the type-info comparison function.
......
// On ARM EABI platforms, key methods may never be inline. // On ARM EABI platforms, key methods may never be inline.
// { dg-do compile { target arm*-*-eabi* arm*-*-symbianelf* } } // { dg-do compile { target arm_eabi } }
// { dg-final { scan-assembler-not _ZTV1S } } // { dg-final { scan-assembler-not _ZTV1S } }
// { dg-final { scan-assembler-not _ZTV1T } } // { dg-final { scan-assembler-not _ZTV1T } }
// { dg-final { scan-assembler _ZTV1U } } // { dg-final { scan-assembler _ZTV1U } }
......
// { dg-do compile { target arm*-*-eabi* arm*-*-symbianelf* } } // { dg-do compile { target arm_eabi } }
// { dg-require-dll "" } // { dg-require-dll "" }
// { dg-options "-fvisibility=hidden" } // { dg-options "-fvisibility=hidden" }
// Most class data should be exported. // Most class data should be exported.
......
// { dg-do compile { target arm*-*-*eabi* arm*-*-symbianelf* } } // { dg-do compile { target arm_eabi } }
// Class data should be exported. // Class data should be exported.
// { dg-final { scan-not-hidden "_ZTV1S" } } // { dg-final { scan-not-hidden "_ZTV1S" } }
// { dg-final { scan-not-hidden "_ZTI1S" } } // { dg-final { scan-not-hidden "_ZTI1S" } }
......
// { dg-do compile { target arm*-*-*eabi* } } // { dg-do compile { target arm_eabi } }
// { dg-require-dll "" } // { dg-require-dll "" }
// { dg-options "-fvisibility=hidden" } // { dg-options "-fvisibility=hidden" }
......
/* { dg-do run { target arm*-*-symbianelf* arm*-*-eabi* } } */ /* { dg-do run { target arm_eabi } } */
/* { dg-options "" } */ /* { dg-options "" } */
/* This file tests most of the non-C++ run-time helper functions /* This file tests most of the non-C++ run-time helper functions
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment