X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gas%2Fitbl-parse.y;h=cf757fb66eb8502152ef9d15f44fdd6447941bee;hb=72ffa0fba1d53dc5de1af8b503de75cb8b4e70b9;hp=53552d7f31b088484c9ed6ff7a515f5066e88bdf;hpb=47eebc207fc8d4cc5611eb946ba04398e47ea15b;p=deliverable%2Fbinutils-gdb.git diff --git a/gas/itbl-parse.y b/gas/itbl-parse.y index 53552d7f31..cf757fb66e 100644 --- a/gas/itbl-parse.y +++ b/gas/itbl-parse.y @@ -1,11 +1,11 @@ /* itbl-parse.y - Copyright 1997 Free Software Foundation, Inc. + Copyright 1997, 2002, 2003, 2005, 2006, 2007 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. GAS is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2, or (at your option) + the Free Software Foundation; either version 3, or (at your option) any later version. GAS is distributed in the hope that it will be useful, @@ -15,8 +15,8 @@ You should have received a copy of the GNU General Public License along with GAS; see the file COPYING. If not, write to the Free - Software Foundation, 59 Temple Place - Suite 330, Boston, MA - 02111-1307, USA. */ + Software Foundation, 51 Franklin Street - Fifth Floor, Boston, MA + 02110-1301, USA. */ %{ @@ -246,7 +246,8 @@ FIXME! hex is ambiguous with any digit */ -#include +#include "as.h" +#include "itbl-lex.h" #include "itbl-ops.h" /* #define DEBUG */ @@ -273,10 +274,7 @@ FIXME! hex is ambiguous with any digit static int sbit, ebit; static struct itbl_entry *insn=0; -extern int insntbl_line; -int yyparse PARAMS ((void)); -int yylex PARAMS ((void)); -static int yyerror PARAMS ((const char *)); +static int yyerror (const char *); %}