diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-12-16 22:24:51 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-12-16 22:24:51 +0000 |
commit | ed52ae90a3ef61112ed603954ed247e96c5e2733 (patch) | |
tree | 26c7837413542129a58d2af069722749fc2c2764 /gcc/config/i386/sol2-c1.asm | |
parent | 5bef586fae39801ceadfacf69e05a02c7dbe9859 (diff) | |
download | gcc-ed52ae90a3ef61112ed603954ed247e96c5e2733.tar.gz |
dummy import to prevent merge lossage
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@24349 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/i386/sol2-c1.asm')
-rw-r--r-- | gcc/config/i386/sol2-c1.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/i386/sol2-c1.asm b/gcc/config/i386/sol2-c1.asm index 72fdfb87cc2..d08bcbd4aec 100644 --- a/gcc/config/i386/sol2-c1.asm +++ b/gcc/config/i386/sol2-c1.asm @@ -1,6 +1,6 @@ ! crt1.s for Solaris 2, x86 -! Copyright (C) 1993 Free Software Foundation, Inc. +! Copyright (C) 1993, 1998 Free Software Foundation, Inc. ! Written By Fred Fish, Nov 1992 ! ! This file is free software; you can redistribute it and/or modify it @@ -149,7 +149,7 @@ _start: ! A dummy profiling support routine for non-profiling executables, ! in case we link in some objects that have been compiled for profiling. - .globl _mcount + .weak _mcount _mcount: ret .type _mcount,@function |