mti-linux.h (DRIVER_SELF_SPECS): Change LINUX64_DRIVER_SELF_SPECS to LINUX_DRIVER_SEL...
authorSteve Ellcey <sje@gcc.gnu.org>
Wed, 8 Oct 2014 20:08:04 +0000 (20:08 +0000)
committerSteve Ellcey <sje@gcc.gnu.org>
Wed, 8 Oct 2014 20:08:04 +0000 (20:08 +0000)
2014-10-08  Steve Ellcey  <sellcey@mips.com>

* config/mips/mti-linux.h (DRIVER_SELF_SPECS): Change
LINUX64_DRIVER_SELF_SPECS to LINUX_DRIVER_SELF_SPECS

From-SVN: r216011

gcc/ChangeLog
gcc/config/mips/mti-linux.h

index eefb8fc31309e9e643175d4f05cccc50ce999d5a..289f22424f06e01ff208e3361f06701908a778a6 100644 (file)
@@ -1,4 +1,9 @@
-2014-10-07  Jan Hubicka  <hubicka@ucw.cz>
+2014-10-08  Steve Ellcey  <sellcey@mips.com>
+
+       * config/mips/mti-linux.h (DRIVER_SELF_SPECS): Change
+       LINUX64_DRIVER_SELF_SPECS to LINUX_DRIVER_SELF_SPECS
+
+2014-10-08  Jan Hubicka  <hubicka@ucw.cz>
 
        * ipa-polymorphic-call.c (extr_type_from_vtbl_store): Do better
        pattern matching of MEM_REF.
index 318e981290b075826d47321ad26923c5cd4bea24..34b64d6e5fb6c394042494b144f56acb341a40a2 100644 (file)
@@ -43,4 +43,4 @@ along with GCC; see the file COPYING3.  If not see
   BASE_DRIVER_SELF_SPECS                                               \
                                                                        \
   /* Use the standard linux specs for everything else.  */             \
-  LINUX64_DRIVER_SELF_SPECS
+  LINUX_DRIVER_SELF_SPECS