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
This commit is contained in:
parent
9ce7ad7f3a
commit
2b28ecea19
@ -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
|
||||
|
@ -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)
|
||||
{
|
||||
|
@ -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)
|
||||
{
|
||||
|
@ -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)
|
||||
{
|
||||
|
@ -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)
|
||||
{
|
||||
|
@ -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)
|
||||
{
|
||||
|
@ -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)
|
||||
{
|
||||
|
@ -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)
|
||||
{
|
||||
|
@ -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)
|
||||
{
|
||||
|
@ -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)
|
||||
{
|
||||
|
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user