diff options
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/config/sparc/sol2.h | 5 |
2 files changed, 9 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index d7348981e52..fca296bfc5c 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +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 diff --git a/gcc/config/sparc/sol2.h b/gcc/config/sparc/sol2.h index 728774d49be..e343e3e9535 100644 --- a/gcc/config/sparc/sol2.h +++ b/gcc/config/sparc/sol2.h @@ -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. */ |