aboutsummaryrefslogtreecommitdiff
path: root/ld
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1997-03-28 19:27:51 +0000
committerIan Lance Taylor <ian@airs.com>1997-03-28 19:27:51 +0000
commitde386cf61f70b8b1ac222fbc2b7cc883feeadb1a (patch)
tree089e3bdf88c0515265f07a2cd3a561c77cd3ae81 /ld
parent515c71428defaa37c730c2f6d7d22e90dd470fab (diff)
downloadbinutils-de386cf61f70b8b1ac222fbc2b7cc883feeadb1a.zip
binutils-de386cf61f70b8b1ac222fbc2b7cc883feeadb1a.tar.gz
binutils-de386cf61f70b8b1ac222fbc2b7cc883feeadb1a.tar.bz2
fix comment
Diffstat (limited to 'ld')
-rw-r--r--ld/scripttempl/elfmips.sc6
1 files changed, 3 insertions, 3 deletions
diff --git a/ld/scripttempl/elfmips.sc b/ld/scripttempl/elfmips.sc
index 159c3ed..9dae3e5 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 ;;