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