]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - ld/testsuite/ld-scripts/empty-address-3c.t
Revert "2.41 Release sources"
[thirdparty/binutils-gdb.git] / ld / testsuite / ld-scripts / empty-address-3c.t
index 0829c58a3e4ee0603fd9a8d711813da8167d0efa..13fe34e6cd2f0647550a79c7db5381d1f3af628e 100644 (file)
@@ -8,5 +8,5 @@ SECTIONS
   }
   __data_end = .;
   .bss : { *(.bss) }
-  /DISCARD/ : { *(.*) }
+  /DISCARD/ : { *(*) }
 }