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]

spu overlay manager symbols


This gives post-link analysis tools a little more info to work on.

	* emultempl/spu_ovl.S (__rv_pattern, __cg_pattern): Set symbol
	types and sizes.
	* emultempl/spu_ovl.o: Regenerate.

Index: ld/emultempl/spu_ovl.S
===================================================================
RCS file: /cvs/src/src/ld/emultempl/spu_ovl.S,v
retrieving revision 1.3
diff -u -p -r1.3 spu_ovl.S
--- ld/emultempl/spu_ovl.S	26 Feb 2007 08:58:16 -0000	1.3
+++ ld/emultempl/spu_ovl.S	29 May 2007 03:07:55 -0000
@@ -78,8 +78,12 @@
 
 	.text
 	.align 		4
+	.type		__rv_pattern, @object
+	.size		__rv_pattern, 16
 __rv_pattern:
 	.word		0x00010203, 0x1c1d1e1f, 0x00010203, 0x10111213
+	.type		__cg_pattern, @object
+	.size		__cg_pattern, 16
 __cg_pattern:
 	.word		0x04050607, 0x80808080, 0x80808080, 0x80808080
 

-- 
Alan Modra
IBM OzLabs - Linux Technology Centre


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