]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - ld/testsuite/ld-elf/flags1.ld
2.41 Release sources
[thirdparty/binutils-gdb.git] / ld / testsuite / ld-elf / flags1.ld
index 14d17cbe443e20a55fc98dc961e7d866847b483d..c003ce72c19dba6e3ad0667b015170b5c6749efc 100644 (file)
@@ -9,5 +9,5 @@ SECTIONS
   {
     . += 0x160;
   }
-  /DISCARD/ : { *(*) }
+  /DISCARD/ : { *(.*) }
 }