diff mbox

[MIPS] Cleanup mips header files.

Message ID 1412790139.28410.86.camel@ubuntu-sellcey
State New
Headers show

Commit Message

Steve Ellcey Oct. 8, 2014, 5:42 p.m. UTC
Matthew,

I just discovered that I dropped one of the files I changed as part of
my MIPS header file cleanup patch and so it did not get checked in.
This change was part of my testing, I just didn't include it in the
patch I submitted and checked in.  Is this (hopefully obvious) change OK
for checkin?

Steve Ellcey
sellcey@mips.com



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

Comments

Matthew Fortune Oct. 8, 2014, 7:58 p.m. UTC | #1
> 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

OK. I'd agree with obvious here.

Matthew
diff mbox

Patch

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