2009-01-19 H.J. Lu <hongjiu.lu@intel.com>

* ld-elf/group9.s: Replace .byte with .long.
This commit is contained in:
H.J. Lu 2009-01-19 15:52:19 +00:00
parent 6dfe79a338
commit 37034390c9
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2009-01-19 H.J. Lu <hongjiu.lu@intel.com>
* ld-elf/group9.s: Replace .byte with .long.
2009-01-19 Andrew Stubbs <ams@codesourcery.com>
* ld-arm/arm-elf.exp (armeabitests): Add EABI attribute merging 3,

View File

@ -12,4 +12,4 @@ foo.data:
.globl bar
.type bar,%function
bar:
.byte foo.data
.long foo.data