aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans-Peter Nilsson <hp@bitrange.com>2003-03-09 01:46:26 +0000
committerHans-Peter Nilsson <hp@gcc.gnu.org>2003-03-09 01:46:26 +0000
commit02af0d9bc7a952862c544921446568b9ccf1dd10 (patch)
tree161e40a50055a45c88368dadce0f27154a4297fa
parent5ce810b77b5ec1024faf195ada9bf50af335db1d (diff)
downloadgcc-02af0d9bc7a952862c544921446568b9ccf1dd10.zip
gcc-02af0d9bc7a952862c544921446568b9ccf1dd10.tar.gz
gcc-02af0d9bc7a952862c544921446568b9ccf1dd10.tar.bz2
* config/cris/aout.h (ENDFILE_SPEC): Undef.
From-SVN: r64017
-rw-r--r--gcc/ChangeLog2
-rw-r--r--gcc/config/cris/aout.h3
2 files changed, 5 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index ebd9e8a..59e6a6f 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,5 +1,7 @@
2003-03-09 Hans-Peter Nilsson <hp@bitrange.com>
+ * config/cris/aout.h (ENDFILE_SPEC): Undef.
+
* optabs.c (gen_move_insn): Move logic for synthesizing MODE_CC
moves from here ...
* expr.c (emit_move_insn_1): ... to here.
diff --git a/gcc/config/cris/aout.h b/gcc/config/cris/aout.h
index db98c3f..1c925f9 100644
--- a/gcc/config/cris/aout.h
+++ b/gcc/config/cris/aout.h
@@ -48,6 +48,9 @@ Boston, MA 02111-1307, USA. */
%{!sim:%{pg:gcrt0.o%s}\
%{!pg:%{p:mcrt0.o%s}%{!p:crt0.o%s}}}}}"
+/* Override cris.h define. */
+#undef ENDFILE_SPEC
+
/* Which library to get. The only difference from the default is to get
libsc.a if -sim is given to the driver. Repeat -lc -lsysX
{X=sim,linux}, because libsysX needs (at least) errno from libc, and