diff options
author | Steve Ellcey <sje@gcc.gnu.org> | 2014-10-08 20:08:04 +0000 |
---|---|---|
committer | Steve Ellcey <sje@gcc.gnu.org> | 2014-10-08 20:08:04 +0000 |
commit | f193c7230cb09fac61b03a1a5f090bc978ccff73 (patch) | |
tree | 8a03e6dfe29841c0df215bfa3c60df3f68ffa7ef | |
parent | 1184bb7825fa52042b4243b73ca16769033f10e3 (diff) | |
download | gcc-f193c7230cb09fac61b03a1a5f090bc978ccff73.zip gcc-f193c7230cb09fac61b03a1a5f090bc978ccff73.tar.gz gcc-f193c7230cb09fac61b03a1a5f090bc978ccff73.tar.bz2 |
mti-linux.h (DRIVER_SELF_SPECS): Change LINUX64_DRIVER_SELF_SPECS to LINUX_DRIVER_SELF_SPECS
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
-rw-r--r-- | gcc/ChangeLog | 7 | ||||
-rw-r--r-- | gcc/config/mips/mti-linux.h | 2 |
2 files changed, 7 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index eefb8fc..289f224 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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. diff --git a/gcc/config/mips/mti-linux.h b/gcc/config/mips/mti-linux.h index 318e981..34b64d6 100644 --- a/gcc/config/mips/mti-linux.h +++ b/gcc/config/mips/mti-linux.h @@ -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 |