* ld-scripts/rgn-at.s: Use explicit .section pseudos.

This commit is contained in:
Nathan Sidwell 2009-04-03 10:15:21 +00:00
parent 3bb77e0084
commit 6c03179c32
2 changed files with 7 additions and 3 deletions

View File

@ -1,3 +1,7 @@
2009-04-03 Nathan Sidwell <nathan@codesourcery.com>
* ld-scripts/rgn-at.s: Use explicit .section pseudos.
2009-04-03 Dave Korn <dave.korn.cygwin@gmail.com>
* ld-pe/image_size.d (#target): Also run test on Cygwin and x86_64

View File

@ -1,6 +1,6 @@
.text
.section .text
.long 0x12345678
.data
.section .data
.long 0x9abcdef0
.bss
.section .bss
.long 0