eqd.c, [...]: Adjust include path for soft-fp.
authorRichard Henderson <rth@redhat.com>
Sat, 20 Aug 2011 22:28:19 +0000 (15:28 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Sat, 20 Aug 2011 22:28:19 +0000 (15:28 -0700)
        * config/c6x/eqd.c, config/c6x/eqf.c, config/c6x/ged.c,
        config/c6x/gef.c, config/c6x/gtd.c, config/c6x/gtf.c,
        config/c6x/led.c, config/c6x/lef.c, config/c6x/ltd.c,
        config/c6x/ltf.c: Adjust include path for soft-fp.

From-SVN: r177934

gcc/ChangeLog
gcc/config/c6x/eqd.c
gcc/config/c6x/eqf.c
gcc/config/c6x/ged.c
gcc/config/c6x/gef.c
gcc/config/c6x/gtd.c
gcc/config/c6x/gtf.c
gcc/config/c6x/led.c
gcc/config/c6x/lef.c
gcc/config/c6x/ltd.c
gcc/config/c6x/ltf.c

index be56639748bf036920f53ee510e1eb0f4d1e3024..3fa27e3465aa4fb3c9dd4e3a1468f35389fe3d0e 100644 (file)
@@ -1,3 +1,10 @@
+2011-08-20  Richard Henderson  <rth@redhat.com>
+
+       * config/c6x/eqd.c, config/c6x/eqf.c, config/c6x/ged.c,
+       config/c6x/gef.c, config/c6x/gtd.c, config/c6x/gtf.c, 
+       config/c6x/led.c, config/c6x/lef.c, config/c6x/ltd.c,
+       config/c6x/ltf.c: Adjust include path for soft-fp.
+
 2011-08-20  H.J. Lu  <hongjiu.lu@intel.com>
 
        PR other/46770
index c19f88683a95bde1b0937a6ace724f6f21f36e5d..d6b32013bcb25bcae70a50445af08ab05d1bec54 100644 (file)
@@ -27,8 +27,8 @@
    License along with GCC; see the file COPYING.LIB.  If not see
    <http://www.gnu.org/licenses/>.  */
 
-#include "config/soft-fp/soft-fp.h"
-#include "config/soft-fp/double.h"
+#include <soft-fp/soft-fp.h>
+#include <soft-fp/double.h>
 
 CMPtype __c6xabi_eqd(DFtype a, DFtype b)
 {
index c87c92b7433ff38bef9f0cac5145574584be3c10..ee6dafc98b7321c48a848f2cdcbd13e96f4d5a18 100644 (file)
@@ -27,8 +27,8 @@
    License along with GCC; see the file COPYING.LIB.  If not see
    <http://www.gnu.org/licenses/>.  */
 
-#include "config/soft-fp/soft-fp.h"
-#include "config/soft-fp/single.h"
+#include <soft-fp/soft-fp.h>
+#include <soft-fp/single.h>
 
 CMPtype __c6xabi_eqf(SFtype a, SFtype b)
 {
index 30590b259efc4d44e1a70bac323d6a0b9b3035ca..2089904f92a3bc5790cd19d488bd9465ae088bc2 100644 (file)
@@ -27,8 +27,8 @@
    License along with GCC; see the file COPYING.LIB.  If not see
    <http://www.gnu.org/licenses/>.  */
 
-#include "config/soft-fp/soft-fp.h"
-#include "config/soft-fp/double.h"
+#include <soft-fp/soft-fp.h>
+#include <soft-fp/double.h>
 
 CMPtype __c6xabi_ged(DFtype a, DFtype b)
 {
index 0a22b13b64b105e6c29d1f1706baad3ab1103c40..ce4c1c0af3de5e1228676ee996f4d517359c8aef 100644 (file)
@@ -27,8 +27,8 @@
    License along with GCC; see the file COPYING.LIB.  If not see
    <http://www.gnu.org/licenses/>.  */
 
-#include "config/soft-fp/soft-fp.h"
-#include "config/soft-fp/single.h"
+#include <soft-fp/soft-fp.h>
+#include <soft-fp/single.h>
 
 CMPtype __c6xabi_gef(SFtype a, SFtype b)
 {
index 042192b523559c054ef280bd3ce8c60ff81183d5..6d45aef9af8ecf2dfd5fa80caa9cd890b31fc718 100644 (file)
@@ -27,8 +27,8 @@
    License along with GCC; see the file COPYING.LIB.  If not see
    <http://www.gnu.org/licenses/>.  */
 
-#include "config/soft-fp/soft-fp.h"
-#include "config/soft-fp/double.h"
+#include <soft-fp/soft-fp.h>
+#include <soft-fp/double.h>
 
 CMPtype __c6xabi_gtd(DFtype a, DFtype b)
 {
index 0d0e10a0df5d1e1310de729653627ff2eb061220..c6a108a28334e94fd497c9f4670d72da90e00db5 100644 (file)
@@ -27,8 +27,8 @@
    License along with GCC; see the file COPYING.LIB.  If not see
    <http://www.gnu.org/licenses/>.  */
 
-#include "config/soft-fp/soft-fp.h"
-#include "config/soft-fp/single.h"
+#include <soft-fp/soft-fp.h>
+#include <soft-fp/single.h>
 
 CMPtype __c6xabi_gtf(SFtype a, SFtype b)
 {
index b97f3d15c1e48c0ad72a795b968e9a92238ffdbc..c99e29e0ddf02e35681e998503a778829463b724 100644 (file)
@@ -27,8 +27,8 @@
    License along with GCC; see the file COPYING.LIB.  If not see
    <http://www.gnu.org/licenses/>.  */
 
-#include "config/soft-fp/soft-fp.h"
-#include "config/soft-fp/double.h"
+#include <soft-fp/soft-fp.h>
+#include <soft-fp/double.h>
 
 CMPtype __c6xabi_led(DFtype a, DFtype b)
 {
index d234a180d77d174eb1152e82dcb170cb87f3d154..ce2c16f8edefc3725f7b5d4785b2553d8bcc992b 100644 (file)
@@ -27,8 +27,8 @@
    License along with GCC; see the file COPYING.LIB.  If not see
    <http://www.gnu.org/licenses/>.  */
 
-#include "config/soft-fp/soft-fp.h"
-#include "config/soft-fp/single.h"
+#include <soft-fp/soft-fp.h>
+#include <soft-fp/single.h>
 
 CMPtype __c6xabi_lef(SFtype a, SFtype b)
 {
index 55185839d81b3c1508b5605b970fb38d351ac91c..d4de25866b768a2784d7c59252ebdb2ecec67bc3 100644 (file)
@@ -27,8 +27,8 @@
    License along with GCC; see the file COPYING.LIB.  If not see
    <http://www.gnu.org/licenses/>.  */
 
-#include "config/soft-fp/soft-fp.h"
-#include "config/soft-fp/double.h"
+#include <soft-fp/soft-fp.h>
+#include <soft-fp/double.h>
 
 CMPtype __c6xabi_ltd(DFtype a, DFtype b)
 {
index 7ffe9f8d083dd24b6b240ab805fe4a07006f3ca3..2fe15b99fde8488135b51fddeba966b84be65c67 100644 (file)
@@ -27,8 +27,8 @@
    License along with GCC; see the file COPYING.LIB.  If not see
    <http://www.gnu.org/licenses/>.  */
 
-#include "config/soft-fp/soft-fp.h"
-#include "config/soft-fp/single.h"
+#include <soft-fp/soft-fp.h>
+#include <soft-fp/single.h>
 
 CMPtype __c6xabi_ltf(SFtype a, SFtype b)
 {