Deleted Added
full compact
itbl-parse.y (78828) itbl-parse.y (107492)
1/* itbl-parse.y
2 Copyright 1997 Free Software Foundation, Inc.
3
4 This file is part of GAS, the GNU Assembler.
5
6 GAS is free software; you can redistribute it and/or modify
7 it under the terms of the GNU General Public License as published by
8 the Free Software Foundation; either version 2, or (at your option)

--- 307 unchanged lines hidden (view full) ---

316 | pnum INSN name value range flags
317 {
318 DBG (("line %d: entry pnum=%d type=INSN name=%s value=x%x",
319 insntbl_line, $1, $3, $4));
320 DBG ((" sbit=%d ebit=%d flags=0x%x\n", sbit, ebit, $6));
321 insn=itbl_add_insn ($1, $3, $4, sbit, ebit, $6);
322 }
323 fieldspecs NL
1/* itbl-parse.y
2 Copyright 1997 Free Software Foundation, Inc.
3
4 This file is part of GAS, the GNU Assembler.
5
6 GAS is free software; you can redistribute it and/or modify
7 it under the terms of the GNU General Public License as published by
8 the Free Software Foundation; either version 2, or (at your option)

--- 307 unchanged lines hidden (view full) ---

316 | pnum INSN name value range flags
317 {
318 DBG (("line %d: entry pnum=%d type=INSN name=%s value=x%x",
319 insntbl_line, $1, $3, $4));
320 DBG ((" sbit=%d ebit=%d flags=0x%x\n", sbit, ebit, $6));
321 insn=itbl_add_insn ($1, $3, $4, sbit, ebit, $6);
322 }
323 fieldspecs NL
324 {}
324 | NL
325 | error NL
326 ;
327
328fieldspecs:
329 ',' fieldspec fieldspecs
330 | fieldspec fieldspecs
331 |

--- 128 unchanged lines hidden ---
325 | NL
326 | error NL
327 ;
328
329fieldspecs:
330 ',' fieldspec fieldspecs
331 | fieldspec fieldspecs
332 |

--- 128 unchanged lines hidden ---