From: Ian Lance Taylor Date: Fri, 28 Mar 1997 19:27:51 +0000 (+0000) Subject: fix comment X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=de386cf61f70b8b1ac222fbc2b7cc883feeadb1a;p=binutils-gdb.git fix comment --- diff --git a/ld/scripttempl/elfmips.sc b/ld/scripttempl/elfmips.sc index 159c3ed6968..9dae3e53483 100644 --- a/ld/scripttempl/elfmips.sc +++ b/ld/scripttempl/elfmips.sc @@ -21,9 +21,9 @@ # when specifying the start address of the next. # -# We use a start address of __start for Irix 5, _start for other -# targets. This is for compatibility with Irix 5, and with old MIPS -# ELF toolchains. +# We use a start address of __start for Irix 5 and GNU/Linux/MIPS, +# _start for other targets. This is for compatibility with Irix 5, +# and with old MIPS ELF toolchains. if [ -z "$ENTRY" ]; then case "${target}" in mips*-*-irix5*) ENTRY=__start ;;