]> git.ipfire.org Git - thirdparty/gcc.git/commit
cris.h (LIB_SPEC): Use -lsyslinux, not -lsyssim.
authorHans-Peter Nilsson <hp@axis.com>
Wed, 26 Jan 2005 03:20:22 +0000 (03:20 +0000)
committerHans-Peter Nilsson <hp@gcc.gnu.org>
Wed, 26 Jan 2005 03:20:22 +0000 (03:20 +0000)
commitfe04ce064a68fb28986a07d1061bdc5cb98e2a89
tree9ba1caadb88ecb5beadab9673342ae40c0206879
parent6a03afdf3e124f0d08809f861ad313da5c3f8e74
cris.h (LIB_SPEC): Use -lsyslinux, not -lsyssim.

* config/cris/cris.h (LIB_SPEC) <sim*>: Use -lsyslinux, not
-lsyssim.  Wrap -lc -lsyssim in --start-group --end-group instead
of doubling.
(STARTFILE_SPEC): Add crti.o, before crtbegin.o.
  <sim*>: Always use crt1.o, regardless of N in simN.
<!sim>: Drop support for -pg and -p variants; always use crt0.o.
(ENDFILE_SPEC): Add crtn.o, after crtend.o.
(CRT_CALL_STATIC_FUNCTION): Remove.
* config/cris/aout.h (STARTFILE_SPEC): <!melinux && sim*>: Always
use crt1.o, regardless of N in simN.
<!sim>: Drop support for -pg and -p variants; always use crt0.o.
(LIB_SPEC): Do not define; default to the one in config/cris/cris.h.
(CRIS_CPP_SUBTARGET_SPEC) <melinux && !nostdinc>: Remove special
case isystem setting.
(MAX_OFILE_ALIGNMENT): Correct to 32, not 16.

From-SVN: r94251
gcc/ChangeLog
gcc/config/cris/aout.h
gcc/config/cris/cris.h