]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gas/testsuite/gas/elf/section10.s
Support SHF_GNU_RETAIN ELF section flag
[thirdparty/binutils-gdb.git] / gas / testsuite / gas / elf / section10.s
index 29f11845235e5b24c68e555e8490adc927a8b545..d52b3458fb1279cdaea4025ed98a366d840ca3d6 100644 (file)
@@ -7,7 +7,7 @@
        .word 2
 
        # Make sure that specifying further arguments to .sections is still supported
-       .section sec3, "0xfefff000MS", %progbits, 32
+       .section sec3, "0xfedff000MS", %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, "0xfeff0000", "0x80000009"
+       .section sec5, "0xfedf0000", "0x80000009"
        .word 6
 
        # Test that declaring an extended version of a known special section works.