Browse Source
* ld-scripts/include.s: Use .fill rather than .4byte. * ld-scripts/include-1.d: Adjust.binutils-arc-20080908-branch
4 changed files with 14 additions and 8 deletions
@ -1,9 +1,5 @@ |
|||
.text |
|||
.4byte 0x11223344 |
|||
.4byte 0x55667788 |
|||
.4byte 0x99aabbcc |
|||
.fill 32,1,0x12 |
|||
|
|||
.data |
|||
.4byte 0x01020304 |
|||
.4byte 0x05060708 |
|||
.4byte 0x090a0b0c |
|||
.fill 16,1,0x34 |
|||
|
|||
Loading…
Reference in new issue