Add new ld option: --print-memory-usage
[binutils-gdb.git] / ld / testsuite / ld-scripts / print-memory-usage.t
blob5ff057a5e30f07f9a20a8e1392be96818ba5aad4
1 SECTIONS
3   .text :
4   {
5     *(.text)
6     *(.pr)
7   }
9   .data :
10   {
11     *(.data)
12     *(.rw)
13   }