diff options
author | Stan Cox <coxs@gnu.org> | 1996-08-30 18:15:12 +0000 |
---|---|---|
committer | Stan Cox <coxs@gnu.org> | 1996-08-30 18:15:12 +0000 |
commit | 8584b8661be66e79e3ab77733ab526ea413a88b8 (patch) | |
tree | 8f8b5ff33c1aa312d95ecd539cceb687b0b4dac0 | |
parent | fac95383e36c37d13ced66564b546e948707b831 (diff) | |
download | gcc-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.h | 11 |
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 \ |