]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - ld/testsuite/ld-scripts/phdrs.t
2.41 Release sources
[thirdparty/binutils-gdb.git] / ld / testsuite / ld-scripts / phdrs.t
index 1267322694a9e67ab3ca8881d37f25d12cd5f7c7..283e30c6799af1cab7b755842419ea5bf959f1eb 100644 (file)
@@ -12,5 +12,5 @@ SECTIONS
   . = 0x800000 + SIZEOF_HEADERS;
   .text : { *(.text) } :text
   .data : { *(.data) } :data
-  /DISCARD/ : { *(*) }
+  /DISCARD/ : { *(.*) }
 }