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-08-31 23:09:23 +00:00
2014-09-01 02:53:32 +00:00
2014-08-04 14:56:49 +00:00
2014-10-29 16:24:02 +00:00
2013-11-29 19:44:30 +00:00
2014-03-05 19:30:36 +00:00
2013-12-10 22:55:22 +00:00
2014-02-09 00:34:21 +00:00
2014-07-26 02:41:18 +00:00
2014-10-15 19:27:14 +00:00
2014-01-09 23:08:56 +00:00
2014-06-20 07:32:03 +00:00
2014-04-24 10:23:35 +00:00
2014-07-11 00:00:00 +00:00
2014-03-31 00:28:54 +00:00
2014-08-21 17:32:38 +00:00
2013-05-30 08:02:00 +00:00
2014-06-18 05:35:09 +00:00
2014-08-27 19:51:42 +00:00
2014-03-19 23:55:03 +00:00
2013-05-12 22:22:12 +00:00
2014-08-08 14:53:01 +00:00
2014-02-01 22:29:04 +00:00
2013-11-14 09:25:29 +00:00
2013-05-12 22:22:12 +00:00
2014-10-15 13:39:00 +00:00
2014-07-19 23:44:57 +00:00
2014-08-27 14:17:15 +00:00
2014-08-27 18:25:14 +00:00
2013-10-23 18:07:07 +00:00
2014-07-20 00:32:22 +00:00
2014-10-29 16:24:02 +00:00
2014-03-01 03:09:16 +00:00
2013-12-28 20:05:31 +00:00
2014-08-19 23:33:51 +00:00