This is the mail archive of the binutils@sources.redhat.com 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]

[committed] fixup elf-rel10.s testcase


This adds a label to the function for the testcase.

Seen while working on other patches.

-eric

2005-02-22  Eric Christopher  <echristo@redhat.com>

	* gas/mips/elf-rel10.s: Add label for frob.

Index: gas/testsuite/gas/mips/elf-rel10.s
===================================================================
RCS file: /cvs/src/src/gas/testsuite/gas/mips/elf-rel10.s,v
retrieving revision 1.1
diff -u -p -w -r1.1 elf-rel10.s
--- gas/testsuite/gas/mips/elf-rel10.s	2 Feb 2003 19:37:20 -0000	1.1
+++ gas/testsuite/gas/mips/elf-rel10.s	22 Feb 2005 19:36:46 -0000
@@ -14,6 +14,7 @@ bar:
 	.end	bar
 
 	.ent	frob
+frob:	
 	lw	$4,%got_page(foo)($gp)
 	addiu	$4,$4,%got_ofst(foo)
 



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