Updated Malay translation for the bfd sub-directory
[binutils-gdb.git] / ld / testsuite / ld-scripts / default-script.t
blobc800e921b0a5251a1a1984a344732e7c809172cb
1 _START = DEFINED(_START) ? _START : 0x900;
2 SECTIONS
4   . = _START;
5   .text : {*(.text .pr)}
6   .data : {*(.data)}
7   .bss : {*(.bss)}
8   /DISCARD/ : {*(*)}