mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-27 14:39:09 +08:00
* ld-elf/sec-to-seg1.s: Shorten test data to align the section to
a 4-byte boundary.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2008-08-17 Nick Clifton <nickc@redhat.com>
|
||||||
|
|
||||||
|
* ld-elf/sec-to-seg1.s: Shorten test data to align the section to
|
||||||
|
a 4-byte boundary.
|
||||||
|
|
||||||
2008-08-08 Richard Sandiford <rdsandiford@googlemail.com>
|
2008-08-08 Richard Sandiford <rdsandiford@googlemail.com>
|
||||||
Daniel Jacobowitz <dan@codesourcery.com>
|
Daniel Jacobowitz <dan@codesourcery.com>
|
||||||
|
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
|
|
||||||
.section .rodata
|
.section .rodata
|
||||||
.align 2
|
.align 2
|
||||||
.ascii "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\000"
|
.ascii "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\000"
|
||||||
.align 2
|
.align 2
|
||||||
.ascii "00000000000000000000000000000000\000"
|
.ascii "0000000000000000000000000000000\000"
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user