mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 20:28:28 +08:00
* emultempl/spu_ovl.S (__rv_pattern, __cg_pattern): Set symbol
types and sizes. * emultempl/spu_ovl.o: Regenerate.
This commit is contained in:
@ -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>
|
2007-05-24 Steve Ellcey <sje@cup.hp.com>
|
||||||
|
|
||||||
* Makefile.in: Regnerate.
|
* Makefile.in: Regnerate.
|
||||||
|
@ -78,8 +78,12 @@
|
|||||||
|
|
||||||
.text
|
.text
|
||||||
.align 4
|
.align 4
|
||||||
|
.type __rv_pattern, @object
|
||||||
|
.size __rv_pattern, 16
|
||||||
__rv_pattern:
|
__rv_pattern:
|
||||||
.word 0x00010203, 0x1c1d1e1f, 0x00010203, 0x10111213
|
.word 0x00010203, 0x1c1d1e1f, 0x00010203, 0x10111213
|
||||||
|
.type __cg_pattern, @object
|
||||||
|
.size __cg_pattern, 16
|
||||||
__cg_pattern:
|
__cg_pattern:
|
||||||
.word 0x04050607, 0x80808080, 0x80808080, 0x80808080
|
.word 0x04050607, 0x80808080, 0x80808080, 0x80808080
|
||||||
|
|
||||||
|
Binary file not shown.
Reference in New Issue
Block a user