andrew f0629d0f08 MFC r269956:
From https://sourceware.org/ml/newlib/2014/msg00113.html
 By Richard Earnshaw at ARM
 >
 >GCC has for a number of years provides a set of pre-defined macros for
 >use with determining the ISA and features of the target during
 >pre-processing.  However, the design was always somewhat cumbersome in
 >that each new architecture revision created a new define and then
 >removed the previous one.  This meant that it was necessary to keep
 >updating the support code simply to recognise a new architecture being
 >added.
 >
 >The ACLE specification (ARM C Language Extentions)
 >(http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.set.swdev/index.html)
 >provides a much more suitable interface and GCC has supported this
 >since gcc-4.8.
 >
 >This patch makes use of the ACLE pre-defines to map to the internal
 >feature definitions.  To support older versions of GCC a compatibility
 >header is provided that maps the traditional pre-defines onto the new
 >ACLE ones.

 Stop using __FreeBSD_ARCH_armv6__ and switch to __ARM_ARCH >= 6 in the
 couple of places in tree. clang already implements ACLE. Add a define
 that says we implement version 1.1, even though the implementation
 isn't quite complete.
2014-10-29 16:24:02 +00:00
..
2014-10-29 16:24:02 +00:00
2013-11-06 23:59:19 +00:00
2014-09-08 14:45:58 +00:00
2014-06-20 07:32:03 +00:00
2014-08-30 10:16:25 +00:00
2014-08-30 10:16:25 +00:00
2014-08-30 10:16:25 +00:00
2014-07-12 17:39:13 +00:00
2014-08-30 09:55:38 +00:00
2014-08-30 10:29:47 +00:00
2014-08-22 20:26:20 +00:00
2014-04-23 12:11:14 +00:00
2013-07-28 18:44:17 +00:00
2013-07-28 18:44:17 +00:00
2014-08-03 18:39:11 +00:00
2014-08-30 10:16:25 +00:00
2014-10-09 23:05:32 +00:00
2014-03-26 07:31:57 +00:00
2014-08-16 01:29:49 +00:00
2014-08-16 01:03:51 +00:00
2014-10-19 21:16:24 +00:00
2014-06-14 02:57:40 +00:00
2014-10-20 18:53:54 +00:00
2014-10-09 23:05:32 +00:00
2014-08-30 09:55:38 +00:00