This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Remove ellipsis from gas/mips/lineno.d


lineno.d had a comment about ELF inserting local labels in the output,
but this no longer seems to be true.

Tested on the same targets as before and applied.

Richard


gas/testsuite/
	* gas/mips/lineno.d: Remove ellipsis.

Index: gas/testsuite/gas/mips/lineno.d
===================================================================
--- gas/testsuite/gas/mips/lineno.d	2013-06-22 10:25:49.153715002 +0100
+++ gas/testsuite/gas/mips/lineno.d	2013-06-22 10:26:39.927119416 +0100
@@ -51,11 +51,6 @@ main\(\):
 .*lineno.s:32
 .*58:.*b.*
 .*5c:.*nop
-# Objdump puts an '$L1' symbol here for ELF, but not for ECOFF.  For
-# ELF, $L1 is in the .text section so objdump picks it for this location.
-# For ECOFF, it's in the *DEBUG* section, so objdump prefers the .text
-# symbol over $L1.
-#...
 .*lineno.s:34
 .*60:.*move.*
 .*lineno.s:35
@@ -87,8 +82,6 @@ g\(\):
 .*lineno.s:54
 .*94:.*b.*
 .*98:.*nop
-# Objdump puts an '$L2' symbol here for ELF, but not for ECOFF.
-#...
 .*lineno.s:56
 .*9c:.*move.*
 .*lineno.s:57


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]