Commit 62e08523 by Rainer Orth Committed by Rainer Orth

sol2-gld.h: Remove SPARC reference.

	* config/sparc/sol2-gld.h: Remove SPARC reference.
	Rename ...
	* config/sol2-gld.h: ... here.
	* config.gcc (sparc*-*-solaris2*): Reflect this.
	(i[34567]86-*-solaris2*): Use it.

From-SVN: r158171
parent 034288ef
2010-04-09 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
* config/sparc/sol2-gld.h: Remove SPARC reference.
Rename ...
* config/sol2-gld.h: ... here.
* config.gcc (sparc*-*-solaris2*): Reflect this.
(i[34567]86-*-solaris2*): Use it.
2010-04-09 Steve Ellcey <sje@cup.hp.com> 2010-04-09 Steve Ellcey <sje@cup.hp.com>
* config/ia64/ia64.c (ia64_dfa_new_cycle): Remove unused variable * config/ia64/ia64.c (ia64_dfa_new_cycle): Remove unused variable
......
...@@ -1246,6 +1246,9 @@ i[34567]86-*-solaris2*) ...@@ -1246,6 +1246,9 @@ i[34567]86-*-solaris2*)
;; ;;
esac esac
tm_file="${tm_file} i386/sol2.h" tm_file="${tm_file} i386/sol2.h"
if test x$gnu_ld = xyes; then
tm_file="${tm_file} sol2-gld.h"
fi
if test x$gas = xyes; then if test x$gas = xyes; then
tm_file="${tm_file} i386/sol2-gas.h" tm_file="${tm_file} i386/sol2-gas.h"
fi fi
...@@ -2412,7 +2415,7 @@ sparc*-*-solaris2*) ...@@ -2412,7 +2415,7 @@ sparc*-*-solaris2*)
tm_file="${tm_file} sparc/sol2-gas.h sparc/sol2-gas-bi.h" tm_file="${tm_file} sparc/sol2-gas.h sparc/sol2-gas-bi.h"
fi fi
if test x$gnu_ld = xyes; then if test x$gnu_ld = xyes; then
tm_file="${tm_file} sparc/sol2-gld.h sparc/sol2-gld-bi.h" tm_file="${tm_file} sol2-gld.h sparc/sol2-gld-bi.h"
fi fi
tm_file="${tm_file} tm-dwarf2.h" tm_file="${tm_file} tm-dwarf2.h"
tmake_file="t-sol2 sparc/t-sol2 sparc/t-sol2-64 sparc/t-crtfm" tmake_file="t-sol2 sparc/t-sol2 sparc/t-sol2-64 sparc/t-crtfm"
......
/* Definitions of target machine for GCC, for SPARC running Solaris 2 /* Definitions of target machine for GCC, for any machine running Solaris 2
using the GNU linker. using the GNU linker.
Copyright (C) 2002, 2010 Free Software Foundation, Inc. Copyright (C) 2002, 2010 Free Software Foundation, Inc.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment