Support ELF SHF_GNU_MBIND and PT_GNU_MBIND_XXX
[deliverable/binutils-gdb.git] / gas / testsuite / gas / elf / section10.s
index 057600706882388e54d404b36637f2e3805c4629..29f11845235e5b24c68e555e8490adc927a8b545 100644 (file)
@@ -7,7 +7,7 @@
        .word 2
 
        # Make sure that specifying further arguments to .sections is still supported
-       .section sec3, "0xfffff000MS", %progbits, 32
+       .section sec3, "0xfefff000MS", %progbits, 32
        .word 3
 
        # Make sure that extra flags can be set for well known sections as well.
@@ -19,7 +19,7 @@
        .word 5
 
        # Test both together, with a quoted type value.
-       .section sec5, "0xffff0000", "0x80000009"
+       .section sec5, "0xfeff0000", "0x80000009"
        .word 6
 
        # Test that declaring an extended version of a known special section works.
This page took 0.03041 seconds and 4 git commands to generate.