aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-elf/group9.s
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2009-01-19 15:52:19 +0000
committerH.J. Lu <hjl.tools@gmail.com>2009-01-19 15:52:19 +0000
commit37034390c95cdcfd4bc007f613737722fdd35dda (patch)
tree609ff47104e4edcc7fea92cc17973ffb2c89532a /ld/testsuite/ld-elf/group9.s
parent6dfe79a3385a7d61964aa4b2e5fb86c75f2293d8 (diff)
downloadgdb-37034390c95cdcfd4bc007f613737722fdd35dda.zip
gdb-37034390c95cdcfd4bc007f613737722fdd35dda.tar.gz
gdb-37034390c95cdcfd4bc007f613737722fdd35dda.tar.bz2
2009-01-19 H.J. Lu <hongjiu.lu@intel.com>
* ld-elf/group9.s: Replace .byte with .long.
Diffstat (limited to 'ld/testsuite/ld-elf/group9.s')
-rw-r--r--ld/testsuite/ld-elf/group9.s2
1 files changed, 1 insertions, 1 deletions
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