Fix search in TUI
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / group9.s
index 1e6bcffd718b45ca67eca51b41e25f91d00218c0..9f0bccbdd2f5c3c0b3911dbddc484021ad255411 100644 (file)
@@ -5,11 +5,11 @@ foo:
        .byte 0
        .section        .data.foo,"axG",%progbits,foo,comdat
        .globl foo.data
-       .type   foo,%object
+       .type   foo.data,%object
 foo.data:
        .byte 0
        .section        .text.bar,"axG",%progbits,bar,comdat
        .globl bar
        .type   bar,%function
 bar:
-       .byte foo.data
+       .long foo.data
This page took 0.023871 seconds and 4 git commands to generate.