URL
https://opencores.org/ocsvn/open8_urisc/open8_urisc/trunk
Subversion Repositories open8_urisc
[/] [open8_urisc/] [trunk/] [gnu/] [binutils/] [ld/] [testsuite/] [ld-arm/] [data-only-map.ld] - Rev 143
Go to most recent revision | Compare with Previous | Blame | View Log
/* Script for ld testsuite */
OUTPUT_ARCH(arm)
ENTRY(_start)
SECTIONS
{
.text :
{
*(.text)
*(.after1)
*(.after2)
*(.after3)
*(.after4)
*(.after5)
} =0
}
Go to most recent revision | Compare with Previous | Blame | View Log