OSDN Git Service

* emultempl/spu_ovl.S (__rv_pattern, __cg_pattern): Set symbol
authorAlan Modra <amodra@bigpond.net.au>
Tue, 29 May 2007 12:54:29 +0000 (12:54 +0000)
committerAlan Modra <amodra@bigpond.net.au>
Tue, 29 May 2007 12:54:29 +0000 (12:54 +0000)
types and sizes.
* emultempl/spu_ovl.o: Regenerate.

ld/ChangeLog
ld/emultempl/spu_ovl.S
ld/emultempl/spu_ovl.o

index 435b19a..cf99ae3 100644 (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.
index 53d82a4..0f1064b 100644 (file)
 
        .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
 
index 656e4d3..51a9bbd 100644 (file)
Binary files a/ld/emultempl/spu_ovl.o and b/ld/emultempl/spu_ovl.o differ