* emultempl/spu_ovl.S (__rv_pattern, __cg_pattern): Set symbol

types and sizes.
	* emultempl/spu_ovl.o: Regenerate.
This commit is contained in:
Alan Modra 2007-05-29 12:54:29 +00:00
parent 945370aa44
commit a7e4b3fed3
3 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,9 @@
2007-05-29 Alan Modra <amodra@bigpond.net.au>
* emultempl/spu_ovl.S (__rv_pattern, __cg_pattern): Set symbol
types and sizes.
* emultempl/spu_ovl.o: Regenerate.
2007-05-24 Steve Ellcey <sje@cup.hp.com>
* Makefile.in: Regnerate.

View File

@ -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

Binary file not shown.