OSDN Git Service

* config/c6x/eqd.c, config/c6x/eqf.c, config/c6x/ged.c,
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 20 Aug 2011 22:28:19 +0000 (22:28 +0000)
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 20 Aug 2011 22:28:19 +0000 (22:28 +0000)
        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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@177934 138bc75d-0d04-0410-961f-82ee72b054a4

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 be56639..3fa27e3 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 c19f886..d6b3201 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 c87c92b..ee6dafc 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 30590b2..2089904 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 0a22b13..ce4c1c0 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 042192b..6d45aef 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 0d0e10a..c6a108a 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 b97f3d1..c99e29e 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 d234a18..ce2c16f 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 5518583..d4de258 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 7ffe9f8..2fe15b9 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)
 {