aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStan Cox <coxs@gnu.org>1996-08-30 18:15:12 +0000
committerStan Cox <coxs@gnu.org>1996-08-30 18:15:12 +0000
commit8584b8661be66e79e3ab77733ab526ea413a88b8 (patch)
tree8f8b5ff33c1aa312d95ecd539cceb687b0b4dac0
parentfac95383e36c37d13ced66564b546e948707b831 (diff)
downloadgcc-8584b8661be66e79e3ab77733ab526ea413a88b8.zip
gcc-8584b8661be66e79e3ab77733ab526ea413a88b8.tar.gz
gcc-8584b8661be66e79e3ab77733ab526ea413a88b8.tar.bz2
New for profiling Solaris 2
From-SVN: r12680
-rw-r--r--gcc/config/i386/sol2.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/gcc/config/i386/sol2.h b/gcc/config/i386/sol2.h
index b76784d..99920cf 100644
--- a/gcc/config/i386/sol2.h
+++ b/gcc/config/i386/sol2.h
@@ -50,6 +50,17 @@ Boston, MA 02111-1307, USA. */
#undef ENDFILE_SPEC
#define ENDFILE_SPEC "crtend.o%s %{pg:crtn.o%s}%{!pg:crtn.o%s}"
+#undef STARTFILE_SPEC
+#define STARTFILE_SPEC "%{!shared: \
+ %{!symbolic: \
+ %{pg:gcrt1.o%s}%{!pg:%{p:mcrt1.o%s}%{!p:crt1.o%s}}}}\
+ %{pg:gmon.o%s}%{!pg:crti.o%s} \
+ %{ansi:values-Xc.o%s} \
+ %{!ansi: \
+ %{traditional:values-Xt.o%s} \
+ %{!traditional:values-Xa.o%s}} \
+ crtbegin.o%s"
+
/* This should be the same as in svr4.h, except with -R added. */
#undef LINK_SPEC
#define LINK_SPEC \