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

Subversion Repositories open8_urisc

[/] [open8_urisc/] [trunk/] [gnu/] [binutils/] [gold/] [yyscript.y] - Diff between revs 27 and 163

Show entire file | Details | Blame | View Log

Rev 27 Rev 163
Line 526... Line 526...
                 file format.  It does nothing when using ELF.  Since
                 file format.  It does nothing when using ELF.  Since
                 some ELF linker scripts use it although it does
                 some ELF linker scripts use it although it does
                 nothing, we accept it and ignore it.  */
                 nothing, we accept it and ignore it.  */
            }
            }
        | SORT_BY_NAME '(' CONSTRUCTORS ')'
        | SORT_BY_NAME '(' CONSTRUCTORS ')'
 
        | INCLUDE string
 
            { script_include_directive(closure, $2.value, $2.length); }
        | ';'
        | ';'
        ;
        ;
 
 
/* The length of data which may appear within the description of an
/* The length of data which may appear within the description of an
   output section in a SECTIONS block.  */
   output section in a SECTIONS block.  */
Line 687... Line 689...
          ENTRY '(' string ')'
          ENTRY '(' string ')'
            { script_set_entry(closure, $3.value, $3.length); }
            { script_set_entry(closure, $3.value, $3.length); }
        | assignment end
        | assignment end
        | ASSERT_K '(' parse_exp ',' string ')'
        | ASSERT_K '(' parse_exp ',' string ')'
            { script_add_assertion(closure, $3, $5.value, $5.length); }
            { script_add_assertion(closure, $3, $5.value, $5.length); }
 
        | INCLUDE string
 
            { script_include_directive(closure, $2.value, $2.length); }
        ;
        ;
 
 
/* A list of MEMORY definitions.  */
/* A list of MEMORY definitions.  */
memory_defs:
memory_defs:
          memory_defs opt_comma memory_def
          memory_defs opt_comma memory_def

powered by: WebSVN 2.1.0

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