diff options
author | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-12-17 16:32:19 +0000 |
---|---|---|
committer | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-12-17 16:32:19 +0000 |
commit | 749facf7d8b9bfeb70030e7d86ff8b40b30c4edf (patch) | |
tree | 5cd84f5fcac8db009a8c638c218ff7b873984999 | |
parent | c60abcf01e477d04c6207de468f4851c6483632f (diff) | |
download | gcc-749facf7d8b9bfeb70030e7d86ff8b40b30c4edf.tar.gz |
* sparc/linux.h (STARTFILE_SPEC): Fix typo in last change.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48103 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/config/sparc/linux.h | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index e2fcf6c8ed6..d551e156488 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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 diff --git a/gcc/config/sparc/linux.h b/gcc/config/sparc/linux.h index cfc3e527d18..53603517607 100644 --- a/gcc/config/sparc/linux.h +++ b/gcc/config/sparc/linux.h @@ -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}\ |