diff options
-rw-r--r-- | ld/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | ld/testsuite/ld-elf/group9.s | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index aaef066..3c9fac7 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -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, diff --git a/ld/testsuite/ld-elf/group9.s b/ld/testsuite/ld-elf/group9.s index 1e6bcff..933c9f9 100644 --- a/ld/testsuite/ld-elf/group9.s +++ b/ld/testsuite/ld-elf/group9.s @@ -12,4 +12,4 @@ foo.data: .globl bar .type bar,%function bar: - .byte foo.data + .long foo.data |