From: H.J. Lu Date: Mon, 19 Jan 2009 15:52:19 +0000 (+0000) Subject: 2009-01-19 H.J. Lu X-Git-Tag: cgen-snapshot-20090201~12 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=23c620a6332bab8218395d67c0507dff5e81b635;p=pf3gnuchains%2Fpf3gnuchains4x.git 2009-01-19 H.J. Lu * ld-elf/group9.s: Replace .byte with .long. --- diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index aaef066b79..3c9fac7709 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2009-01-19 H.J. Lu + + * ld-elf/group9.s: Replace .byte with .long. + 2009-01-19 Andrew Stubbs * 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 1e6bcffd71..933c9f9e8a 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