* sparc/linux.h (STARTFILE_SPEC): Fix typo in last change.
From-SVN: r48103
This commit is contained in:
parent
ea9982a840
commit
bc8224a5e9
2 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2001-12-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
|
||||
|
||||
* sparc/linux.h (STARTFILE_SPEC): Fix typo in last change.
|
||||
|
||||
2001-12-17 Tom Rix <trix@redhat.com>
|
||||
|
||||
* config/rs6000/rs6000.c (expand_block_move): Fix limits on max size
|
||||
|
|
|
@ -50,6 +50,7 @@ Boston, MA 02111-1307, USA. */
|
|||
%{pg:gcrt1.o%s} %{!pg:%{p:gcrt1.o%s} %{!p:crt1.o%s}}}\
|
||||
crti.o%s %{!shared:crtbegin.o%s} %{shared:crtbeginS.o%s}"
|
||||
#else
|
||||
#define STARTFILE_SPEC \
|
||||
"%{!shared: \
|
||||
%{pg:gcrt1.o%s} %{!pg:%{p:gcrt1.o%s} %{!p:crt1.o%s}}}\
|
||||
crti.o%s %{static:crtbeginT.o%s}\
|
||||
|
|
Loading…
Add table
Reference in a new issue