aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorMichael Meissner <meissner@gcc.gnu.org>1996-04-24 19:47:24 +0000
committerMichael Meissner <meissner@gcc.gnu.org>1996-04-24 19:47:24 +0000
commit817c484990f53e5a138ea15489ebd420059ab45b (patch)
treed8595f671def57432249e9c44e239d2903223926 /gcc
parentae381d9573c20687bfd78a749e77ad2cf6c0deb9 (diff)
downloadgcc-817c484990f53e5a138ea15489ebd420059ab45b.zip
gcc-817c484990f53e5a138ea15489ebd420059ab45b.tar.gz
gcc-817c484990f53e5a138ea15489ebd420059ab45b.tar.bz2
Add missing endif.
From-SVN: r11879
Diffstat (limited to 'gcc')
-rw-r--r--gcc/config/rs6000/sysv4.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/config/rs6000/sysv4.h b/gcc/config/rs6000/sysv4.h
index 740c585..593f3a2 100644
--- a/gcc/config/rs6000/sysv4.h
+++ b/gcc/config/rs6000/sysv4.h
@@ -1020,6 +1020,7 @@ do { \
#define STARTFILE_LINUX_SPEC "\
%{!shared: %{pg:gcrt1.o%s} %{!pg:%{p:gcrt1.o%s} %{!p:crt1.o%s}}} \
scrti.o%s"
+#endif
#ifndef ENDFILE_LINUX_SPEC
#define ENDFILE_LINUX_SPEC "scrtn.o%s"