Commit 2b28ecea by Richard Henderson Committed by Richard Henderson

eqd.c, [...]: Adjust include path for soft-fp.

        * 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
parent 9ce7ad7f
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> 2011-08-20 H.J. Lu <hongjiu.lu@intel.com>
PR other/46770 PR other/46770
......
...@@ -27,8 +27,8 @@ ...@@ -27,8 +27,8 @@
License along with GCC; see the file COPYING.LIB. If not see License along with GCC; see the file COPYING.LIB. If not see
<http://www.gnu.org/licenses/>. */ <http://www.gnu.org/licenses/>. */
#include "config/soft-fp/soft-fp.h" #include <soft-fp/soft-fp.h>
#include "config/soft-fp/double.h" #include <soft-fp/double.h>
CMPtype __c6xabi_eqd(DFtype a, DFtype b) CMPtype __c6xabi_eqd(DFtype a, DFtype b)
{ {
......
...@@ -27,8 +27,8 @@ ...@@ -27,8 +27,8 @@
License along with GCC; see the file COPYING.LIB. If not see License along with GCC; see the file COPYING.LIB. If not see
<http://www.gnu.org/licenses/>. */ <http://www.gnu.org/licenses/>. */
#include "config/soft-fp/soft-fp.h" #include <soft-fp/soft-fp.h>
#include "config/soft-fp/single.h" #include <soft-fp/single.h>
CMPtype __c6xabi_eqf(SFtype a, SFtype b) CMPtype __c6xabi_eqf(SFtype a, SFtype b)
{ {
......
...@@ -27,8 +27,8 @@ ...@@ -27,8 +27,8 @@
License along with GCC; see the file COPYING.LIB. If not see License along with GCC; see the file COPYING.LIB. If not see
<http://www.gnu.org/licenses/>. */ <http://www.gnu.org/licenses/>. */
#include "config/soft-fp/soft-fp.h" #include <soft-fp/soft-fp.h>
#include "config/soft-fp/double.h" #include <soft-fp/double.h>
CMPtype __c6xabi_ged(DFtype a, DFtype b) CMPtype __c6xabi_ged(DFtype a, DFtype b)
{ {
......
...@@ -27,8 +27,8 @@ ...@@ -27,8 +27,8 @@
License along with GCC; see the file COPYING.LIB. If not see License along with GCC; see the file COPYING.LIB. If not see
<http://www.gnu.org/licenses/>. */ <http://www.gnu.org/licenses/>. */
#include "config/soft-fp/soft-fp.h" #include <soft-fp/soft-fp.h>
#include "config/soft-fp/single.h" #include <soft-fp/single.h>
CMPtype __c6xabi_gef(SFtype a, SFtype b) CMPtype __c6xabi_gef(SFtype a, SFtype b)
{ {
......
...@@ -27,8 +27,8 @@ ...@@ -27,8 +27,8 @@
License along with GCC; see the file COPYING.LIB. If not see License along with GCC; see the file COPYING.LIB. If not see
<http://www.gnu.org/licenses/>. */ <http://www.gnu.org/licenses/>. */
#include "config/soft-fp/soft-fp.h" #include <soft-fp/soft-fp.h>
#include "config/soft-fp/double.h" #include <soft-fp/double.h>
CMPtype __c6xabi_gtd(DFtype a, DFtype b) CMPtype __c6xabi_gtd(DFtype a, DFtype b)
{ {
......
...@@ -27,8 +27,8 @@ ...@@ -27,8 +27,8 @@
License along with GCC; see the file COPYING.LIB. If not see License along with GCC; see the file COPYING.LIB. If not see
<http://www.gnu.org/licenses/>. */ <http://www.gnu.org/licenses/>. */
#include "config/soft-fp/soft-fp.h" #include <soft-fp/soft-fp.h>
#include "config/soft-fp/single.h" #include <soft-fp/single.h>
CMPtype __c6xabi_gtf(SFtype a, SFtype b) CMPtype __c6xabi_gtf(SFtype a, SFtype b)
{ {
......
...@@ -27,8 +27,8 @@ ...@@ -27,8 +27,8 @@
License along with GCC; see the file COPYING.LIB. If not see License along with GCC; see the file COPYING.LIB. If not see
<http://www.gnu.org/licenses/>. */ <http://www.gnu.org/licenses/>. */
#include "config/soft-fp/soft-fp.h" #include <soft-fp/soft-fp.h>
#include "config/soft-fp/double.h" #include <soft-fp/double.h>
CMPtype __c6xabi_led(DFtype a, DFtype b) CMPtype __c6xabi_led(DFtype a, DFtype b)
{ {
......
...@@ -27,8 +27,8 @@ ...@@ -27,8 +27,8 @@
License along with GCC; see the file COPYING.LIB. If not see License along with GCC; see the file COPYING.LIB. If not see
<http://www.gnu.org/licenses/>. */ <http://www.gnu.org/licenses/>. */
#include "config/soft-fp/soft-fp.h" #include <soft-fp/soft-fp.h>
#include "config/soft-fp/single.h" #include <soft-fp/single.h>
CMPtype __c6xabi_lef(SFtype a, SFtype b) CMPtype __c6xabi_lef(SFtype a, SFtype b)
{ {
......
...@@ -27,8 +27,8 @@ ...@@ -27,8 +27,8 @@
License along with GCC; see the file COPYING.LIB. If not see License along with GCC; see the file COPYING.LIB. If not see
<http://www.gnu.org/licenses/>. */ <http://www.gnu.org/licenses/>. */
#include "config/soft-fp/soft-fp.h" #include <soft-fp/soft-fp.h>
#include "config/soft-fp/double.h" #include <soft-fp/double.h>
CMPtype __c6xabi_ltd(DFtype a, DFtype b) CMPtype __c6xabi_ltd(DFtype a, DFtype b)
{ {
......
...@@ -27,8 +27,8 @@ ...@@ -27,8 +27,8 @@
License along with GCC; see the file COPYING.LIB. If not see License along with GCC; see the file COPYING.LIB. If not see
<http://www.gnu.org/licenses/>. */ <http://www.gnu.org/licenses/>. */
#include "config/soft-fp/soft-fp.h" #include <soft-fp/soft-fp.h>
#include "config/soft-fp/single.h" #include <soft-fp/single.h>
CMPtype __c6xabi_ltf(SFtype a, SFtype b) CMPtype __c6xabi_ltf(SFtype a, SFtype b)
{ {
......
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