OpenCores
URL https://opencores.org/ocsvn/open8_urisc/open8_urisc/trunk

Subversion Repositories open8_urisc

[/] [open8_urisc/] [trunk/] [gnu/] [binutils/] [ld/] [testsuite/] [ld-scripts/] [section-match-1.t] - Blame information for rev 98

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 98 khays
SECTIONS
2
{
3
        /* .secA should collect all sections with a prefix of ".sec."
4
           except for those with a prefix of ".sec..".  */
5
        .secA : { *(*.sec.[^.]*) }
6
 
7
        /* .secB should be empty because .secA will have taken all of
8
           the potential matches.  */
9
        .secB : { *(*.sec.[!.]*) }
10
 
11
        /* .secC should match any sections with a ".sec.." prefix.  */
12
        .secC : { *(*.sec.*) }
13
 
14
        /* Ignore anything else.  */
15
        /DISCARD/ : { *(*) }
16
}

powered by: WebSVN 2.1.0

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