fix comment
authorIan Lance Taylor <ian@airs.com>
Fri, 28 Mar 1997 19:27:51 +0000 (19:27 +0000)
committerIan Lance Taylor <ian@airs.com>
Fri, 28 Mar 1997 19:27:51 +0000 (19:27 +0000)
ld/scripttempl/elfmips.sc

index 159c3ed..9dae3e5 100644 (file)
@@ -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 ;;