diff options
Diffstat (limited to 'gcc')
-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 e2fcf6c..d551e15 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 cfc3e52..5360351 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}\ |