summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorDale Rahn <drahn@cvs.openbsd.org>2010-04-29 04:02:46 +0000
committerDale Rahn <drahn@cvs.openbsd.org>2010-04-29 04:02:46 +0000
commitb01b4b09555b555bec0c85d302d05a135a1f7c77 (patch)
treece20ef66a0323880d2e50c59f557ef8ae0ed223c /gnu
parent8b321c6cad4b0de5bba49c6d9e8c639884266eb1 (diff)
Fix a couple of crtsavres issues found after initial checkin. closer now.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/gcc/gcc/config/rs6000/openbsd.h3
-rw-r--r--gnu/gcc/gcc/config/rs6000/sysv4.h2
2 files changed, 4 insertions, 1 deletions
diff --git a/gnu/gcc/gcc/config/rs6000/openbsd.h b/gnu/gcc/gcc/config/rs6000/openbsd.h
index 25e92a18bec..36b433ade16 100644
--- a/gnu/gcc/gcc/config/rs6000/openbsd.h
+++ b/gnu/gcc/gcc/config/rs6000/openbsd.h
@@ -75,6 +75,9 @@ Boston, MA 02111-1307, USA. */
#undef STARTFILE_DEFAULT_SPEC
#define STARTFILE_DEFAULT_SPEC "%(startfile_openbsd)"
+#undef CRTSAVRES_DEFAULT_SPEC
+#define CRTSAVRES_DEFAULT_SPEC ""
+
#undef ENDFILE_DEFAULT_SPEC
#define ENDFILE_DEFAULT_SPEC "%(endfile_openbsd)"
diff --git a/gnu/gcc/gcc/config/rs6000/sysv4.h b/gnu/gcc/gcc/config/rs6000/sysv4.h
index 0adde2bc8be..457497b5a0a 100644
--- a/gnu/gcc/gcc/config/rs6000/sysv4.h
+++ b/gnu/gcc/gcc/config/rs6000/sysv4.h
@@ -787,7 +787,7 @@ extern int fixuplabelno;
mcall-linux : crtsavres.o%s %(endfile_linux) ; \
mcall-gnu : crtsavres.o%s %(endfile_gnu) ; \
mcall-netbsd : crtsavres.o%s %(endfile_netbsd) ; \
- mcall-openbsd: crtsavres.o%s %(endfile_openbsd) ; \
+ mcall-openbsd: %(endfile_openbsd) ; \
: %(crtsavres_default) %(endfile_default) }"
#define CRTSAVRES_DEFAULT_SPEC "crtsavres.o%s"