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

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [gnu-src/] [binutils-2.20.1/] [ld/] [ldlex.c] - Diff between revs 210 and 404

Show entire file | Details | Blame | View Log

Rev 210 Rev 404
Line 1... Line 1...
 
 
#line 3 "../../srcw/ld/ldlex.c"
#line 3 "../../unisrc/ld/ldlex.c"
 
 
#define  YY_INT_ALIGNED short int
#define  YY_INT_ALIGNED short int
 
 
/* A lexical scanner generated by flex */
/* A lexical scanner generated by flex */
 
 
Line 1653... Line 1653...
 
 
 
 
 
 
 
 
 
 
#line 1659 "../../srcw/ld/ldlex.c"
#line 1659 "../../unisrc/ld/ldlex.c"
 
 
#define INITIAL 0
#define INITIAL 0
#define SCRIPT 1
#define SCRIPT 1
#define EXPRESSION 2
#define EXPRESSION 2
#define BOTH 3
#define BOTH 3
Line 1750... Line 1750...
/* Copy whatever the last rule matched to the standard output. */
/* Copy whatever the last rule matched to the standard output. */
#ifndef ECHO
#ifndef ECHO
/* This used to be an fputs(), but since the string might contain NUL's,
/* This used to be an fputs(), but since the string might contain NUL's,
 * we now use fwrite().
 * we now use fwrite().
 */
 */
#define ECHO fwrite( yytext, yyleng, 1, yyout )
#define ECHO do { if (fwrite( yytext, yyleng, 1, yyout )) {} } while (0)
#endif
#endif
 
 
/* Gets input and stuffs it into "buf".  number of characters read, or YY_NULL,
/* Gets input and stuffs it into "buf".  number of characters read, or YY_NULL,
 * is returned in "result".
 * is returned in "result".
 */
 */
Line 1862... Line 1862...
        case input_defsym: return INPUT_DEFSYM; break;
        case input_defsym: return INPUT_DEFSYM; break;
        default: abort ();
        default: abort ();
        }
        }
    }
    }
 
 
#line 1868 "../../srcw/ld/ldlex.c"
#line 1868 "../../unisrc/ld/ldlex.c"
 
 
        if ( !(yy_init) )
        if ( !(yy_init) )
                {
                {
                (yy_init) = 1;
                (yy_init) = 1;
 
 
Line 3029... Line 3029...
case 190:
case 190:
YY_RULE_SETUP
YY_RULE_SETUP
#line 463 "ldlex.l"
#line 463 "ldlex.l"
ECHO;
ECHO;
        YY_BREAK
        YY_BREAK
#line 3035 "../../srcw/ld/ldlex.c"
#line 3035 "../../unisrc/ld/ldlex.c"
 
 
        case YY_END_OF_BUFFER:
        case YY_END_OF_BUFFER:
                {
                {
                /* Amount of text matched not including the EOB char. */
                /* Amount of text matched not including the EOB char. */
                int yy_amount_of_matched_text = (int) (yy_cp - (yytext_ptr)) - 1;
                int yy_amount_of_matched_text = (int) (yy_cp - (yytext_ptr)) - 1;

powered by: WebSVN 2.1.0

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