]> Git Repo - binutils.git/blob - ld/testsuite/ld-scripts/print-memory-usage.t
Automatic date update in version.in
[binutils.git] / ld / testsuite / ld-scripts / print-memory-usage.t
1 SECTIONS
2 {
3   .text :
4   {
5     *(.text)
6     *(.pr)
7   }
8
9   .data :
10   {
11     *(.data)
12     *(.rw)
13   }
14
15   /DISCARD/ : { *(.note.gnu.property) }
16 }
This page took 0.026345 seconds and 4 git commands to generate.