Commit bc8224a5 by Kaveh R. Ghazi Committed by Kaveh Ghazi

* sparc/linux.h (STARTFILE_SPEC): Fix typo in last change.

From-SVN: r48103
parent ea9982a8
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}\
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment