From: Steve Ellcey Date: Wed, 8 Oct 2014 20:08:04 +0000 (+0000) Subject: mti-linux.h (DRIVER_SELF_SPECS): Change LINUX64_DRIVER_SELF_SPECS to LINUX_DRIVER_SEL... X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f193c7230cb09fac61b03a1a5f090bc978ccff73;p=gcc.git mti-linux.h (DRIVER_SELF_SPECS): Change LINUX64_DRIVER_SELF_SPECS to LINUX_DRIVER_SELF_SPECS 2014-10-08 Steve Ellcey * config/mips/mti-linux.h (DRIVER_SELF_SPECS): Change LINUX64_DRIVER_SELF_SPECS to LINUX_DRIVER_SELF_SPECS From-SVN: r216011 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index eefb8fc3130..289f22424f0 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,4 +1,9 @@ -2014-10-07 Jan Hubicka +2014-10-08 Steve Ellcey + + * config/mips/mti-linux.h (DRIVER_SELF_SPECS): Change + LINUX64_DRIVER_SELF_SPECS to LINUX_DRIVER_SELF_SPECS + +2014-10-08 Jan Hubicka * 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 318e981290b..34b64d6e5fb 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