URL
https://opencores.org/ocsvn/open8_urisc/open8_urisc/trunk
Subversion Repositories open8_urisc
[/] [open8_urisc/] [trunk/] [gnu/] [binutils/] [ld/] [testsuite/] [ld-elf/] [orphan4.ld] - Rev 53
Compare with Previous | Blame | View Log
/* The .foo section doesn't specify *any* objects, but the objectwe're linking has sections named ".foo". Make sure these sectionsare linked into the .foo output section anyway. The bug that wasfixed was that a new .foo output section would be created ataddress 0. */SECTIONS {.foo 0x00001000 : {}.text 0x00002000 : {*(.text);}}
