This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[committed] TILE-Gx/TILEPro: add stub header file


This patch adds a stub header file "feedback.h," needed to compile
glibc and linux.

Walter

Index: gcc/config.gcc
===================================================================
--- gcc/config.gcc      (revision 190448)
+++ gcc/config.gcc      (working copy)
@@ -2440,6 +2440,7 @@ tilegx-*-linux*)
        extra_objs="mul-tables.o"
        c_target_objs="tilegx-c.o"
        cxx_target_objs="tilegx-c.o"
+       extra_headers="feedback.h"
        ;;
 tilepro-*-linux*)
        tm_file="elfos.h gnu-user.h linux.h glibc-stdint.h tilepro/linux.h ${tm_file}"
@@ -2447,6 +2448,7 @@ tilepro-*-linux*)
        extra_objs="mul-tables.o"
        c_target_objs="tilepro-c.o"
        cxx_target_objs="tilepro-c.o"
+       extra_headers="feedback.h"
        ;;
 v850-*-rtems*)
        target_cpu_default="TARGET_CPU_generic"
Index: gcc/config/tilegx/feedback.h
===================================================================
--- gcc/config/tilegx/feedback.h        (revision 0)
+++ gcc/config/tilegx/feedback.h        (revision 0)
@@ -0,0 +1 @@
+/* This file is currently empty and serves as a placeholder.  */
Index: gcc/config/tilepro/feedback.h
===================================================================
--- gcc/config/tilepro/feedback.h       (revision 0)
+++ gcc/config/tilepro/feedback.h       (revision 0)
@@ -0,0 +1 @@
+/* This file is currently empty and serves as a placeholder.  */


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]