X-Git-Url: https://oss.titaniummirror.com/gitweb?p=msp430-binutils.git;a=blobdiff_plain;f=ld%2Ftestsuite%2Fld-scripts%2Finclude-sections.t;fp=ld%2Ftestsuite%2Fld-scripts%2Finclude-sections.t;h=5d6ca1e1ba423fcf63cf91e0f67c7e4e71699cae;hp=0000000000000000000000000000000000000000;hb=d5da4f291af551c0b8b79e1d4a9b173d60e5c10e;hpb=7b5ea4fcdf2819e070665ab5610f8b48e3867c10 diff --git a/ld/testsuite/ld-scripts/include-sections.t b/ld/testsuite/ld-scripts/include-sections.t new file mode 100644 index 0000000..5d6ca1e --- /dev/null +++ b/ld/testsuite/ld-scripts/include-sections.t @@ -0,0 +1,5 @@ +SECTIONS { + .text : { *(.text) } >rom + INCLUDE include-data.t + /DISCARD/ : { *(*) } +}