mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-24 02:24:46 +08:00
* defparse.y: Remove unnecessary commas from token list.
This commit is contained in:
parent
6639a9d92b
commit
74aba8aa72
@ -1,3 +1,7 @@
|
||||
2004-11-10 Danny Smith <dannysmith@users.sourceforge.net>
|
||||
|
||||
* defparse.y: Remove unnecessary commas from token list.
|
||||
|
||||
2004-11-08 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
|
||||
|
||||
* doc/binutils.texi (nm): Update description of weak symbols.
|
||||
|
@ -29,8 +29,8 @@
|
||||
int number;
|
||||
};
|
||||
|
||||
%token NAME, LIBRARY, DESCRIPTION, STACKSIZE, HEAPSIZE, CODE, DATA
|
||||
%token SECTIONS, EXPORTS, IMPORTS, VERSIONK, BASE, CONSTANT
|
||||
%token NAME LIBRARY DESCRIPTION STACKSIZE HEAPSIZE CODE DATA
|
||||
%token SECTIONS EXPORTS IMPORTS VERSIONK BASE CONSTANT
|
||||
%token READ WRITE EXECUTE SHARED NONSHARED NONAME PRIVATE
|
||||
%token SINGLE MULTIPLE INITINSTANCE INITGLOBAL TERMINSTANCE TERMGLOBAL
|
||||
%token <id> ID
|
||||
|
Loading…
Reference in New Issue
Block a user