Commit be3a0ce2 by Rainer Orth Committed by Rainer Orth

* config/sparc/sol2.h (SUBTARGET_EXTRA_SPECS): Define.

From-SVN: r56297
parent ccfc6cc8
2002-08-14 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
* config/sparc/sol2.h (SUBTARGET_EXTRA_SPECS): Define.
2002-08-14 Ulrich Weigand <uweigand@de.ibm.com>
* reload.c (find_reloads): Handle constraint letters marked by
......
......@@ -47,6 +47,11 @@ Boston, MA 02111-1307, USA. */
%{!mcpu*:%(asm_cpu_default)} \
"
#undef SUBTARGET_EXTRA_SPECS
#define SUBTARGET_EXTRA_SPECS \
{ "startfile_arch", STARTFILE_ARCH_SPEC }, \
{ "link_arch", LINK_ARCH_SPEC }
/* However it appears that Solaris 2.0 uses the same reg numbering as
the old BSD-style system did. */
......
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