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] - Blame information for rev 97

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

Line No. Rev Author Line
1 53 khays
/* The .foo section doesn't specify *any* objects, but the object
2
   we're linking has sections named ".foo".  Make sure these sections
3
   are linked into the .foo output section anyway.  The bug that was
4
   fixed was that a new .foo output section would be created at
5
   address 0.  */
6
 
7
SECTIONS {
8
        .foo  0x00001000 : {
9
        }
10
        .text 0x00002000 : {
11
                *(.text);
12
        }
13
}

powered by: WebSVN 2.1.0

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