OSDN Git Service

2009-01-19 H.J. Lu <hongjiu.lu@intel.com>
authorH.J. Lu <hjl@lucon.org>
Mon, 19 Jan 2009 15:52:19 +0000 (15:52 +0000)
committerH.J. Lu <hjl@lucon.org>
Mon, 19 Jan 2009 15:52:19 +0000 (15:52 +0000)
* ld-elf/group9.s: Replace .byte with .long.

ld/testsuite/ChangeLog
ld/testsuite/ld-elf/group9.s

index aaef066..3c9fac7 100644 (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,
index 1e6bcff..933c9f9 100644 (file)
@@ -12,4 +12,4 @@ foo.data:
        .globl bar
        .type   bar,%function
 bar:
-       .byte foo.data
+       .long foo.data