From: sje Date: Wed, 8 Oct 2014 20:08:04 +0000 (+0000) Subject: 2014-10-08 Steve Ellcey X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c3fbdb4c7b02b98b322ab5881a068bfc5d65451d;p=thirdparty%2Fgcc.git 2014-10-08 Steve Ellcey * config/mips/mti-linux.h (DRIVER_SELF_SPECS): Change LINUX64_DRIVER_SELF_SPECS to LINUX_DRIVER_SELF_SPECS git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@216011 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index eefb8fc31309..289f22424f06 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 318e981290b0..34b64d6e5fb6 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