mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-09 06:36:53 +08:00
* config/cris/aout.h (ENDFILE_SPEC): Undef.
From-SVN: r64017
This commit is contained in:
parent
5ce810b77b
commit
02af0d9bc7
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user