* config/cris/aout.h (ENDFILE_SPEC): Undef.
authorHans-Peter Nilsson <hp@bitrange.com>
Sun, 9 Mar 2003 01:46:26 +0000 (01:46 +0000)
committerHans-Peter Nilsson <hp@gcc.gnu.org>
Sun, 9 Mar 2003 01:46:26 +0000 (01:46 +0000)
From-SVN: r64017

gcc/ChangeLog
gcc/config/cris/aout.h

index ebd9e8a9ef00278d508c40ba0b405a8fe542e101..59e6a6f600af1f99c2e8ab7880192715a285bfb5 100644 (file)
@@ -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.
index db98c3fe9571af484775f73e7726175f6969df3d..1c925f93bcfc384501bee6dc9479c30c4380112f 100644 (file)
@@ -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