summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2000-10-30 12:25:22 +0000
committerobrien <obrien@FreeBSD.org>2000-10-30 12:25:22 +0000
commita2cdf6684f245866048a91f755248dcaedc075bc (patch)
treedc55434a04765f6655aa080331e9a0e766003e14 /contrib
parent5810e717b6699af708924ec0ee25a7e64c68c044 (diff)
downloadFreeBSD-src-a2cdf6684f245866048a91f755248dcaedc075bc.zip
FreeBSD-src-a2cdf6684f245866048a91f755248dcaedc075bc.tar.gz
Start using crt[in].o to adhear to the ELF ABI
(and crtstuff.c's requirements).
Diffstat (limited to 'contrib')
-rw-r--r--contrib/gcc/config/alpha/freebsd.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/gcc/config/alpha/freebsd.h b/contrib/gcc/config/alpha/freebsd.h
index da88be2..f635ff9 100644
--- a/contrib/gcc/config/alpha/freebsd.h
+++ b/contrib/gcc/config/alpha/freebsd.h
@@ -62,7 +62,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#undef STARTFILE_SPEC
#define STARTFILE_SPEC \
"%{!shared: %{pg:gcrt1.o%s} %{!pg:%{p:gcrt1.o%s} %{!p:crt1.o%s}}} \
- %{!shared:crtbegin.o%s} %{shared:crtbeginS.o%s}"
+ crti.o%s %{!shared:crtbegin.o%s} %{shared:crtbeginS.o%s}"
/* Provide a ENDFILE_SPEC appropriate for ELF. Here we tack on the
magical crtend.o file which provides part of the support for
@@ -71,7 +71,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#undef ENDFILE_SPEC
#define ENDFILE_SPEC \
- "%{!shared:crtend.o%s} %{shared:crtendS.o%s}"
+ "%{!shared:crtend.o%s} %{shared:crtendS.o%s} crtn.o%s"
/************************[ Target stuff ]***********************************/
OpenPOWER on IntegriCloud