OpenCores
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 97

Go to most recent revision | Compare with Previous | Blame | View Log

/* The .foo section doesn't specify *any* objects, but the object
   we're linking has sections named ".foo".  Make sure these sections
   are linked into the .foo output section anyway.  The bug that was
   fixed was that a new .foo output section would be created at
   address 0.  */

SECTIONS {
        .foo  0x00001000 : {
        }
        .text 0x00002000 : {
                *(.text);
        }
}

Go to most recent revision | Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.