X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=ld%2Ftestsuite%2Fld-scripts%2Fphdrs.t;h=283e30c6799af1cab7b755842419ea5bf959f1eb;hb=675b9d612cc59446e84e2c6d89b45500cb603a8d;hp=1267322694a9e67ab3ca8881d37f25d12cd5f7c7;hpb=69c37f53e20dc3e0b3c179b511ff786db6ae114e;p=thirdparty%2Fbinutils-gdb.git diff --git a/ld/testsuite/ld-scripts/phdrs.t b/ld/testsuite/ld-scripts/phdrs.t index 1267322694a..283e30c6799 100644 --- a/ld/testsuite/ld-scripts/phdrs.t +++ b/ld/testsuite/ld-scripts/phdrs.t @@ -12,5 +12,5 @@ SECTIONS . = 0x800000 + SIZEOF_HEADERS; .text : { *(.text) } :text .data : { *(.data) } :data - /DISCARD/ : { *(*) } + /DISCARD/ : { *(.*) } }