diff options
author | Jie Zhang <jie.zhang@analog.com> | 2010-01-14 04:52:57 +0000 |
---|---|---|
committer | Jie Zhang <jie.zhang@analog.com> | 2010-01-14 04:52:57 +0000 |
commit | 62fb9fe1fcde9fd534fdc4f284257212804bb1fe (patch) | |
tree | 237b709bebe904ea94ffb84645eda1691e0e189c /gas/ChangeLog | |
parent | b521dfe453f0590a99375d060a1e0a6f2fa9afec (diff) | |
download | gdb-62fb9fe1fcde9fd534fdc4f284257212804bb1fe.zip gdb-62fb9fe1fcde9fd534fdc4f284257212804bb1fe.tar.gz gdb-62fb9fe1fcde9fd534fdc4f284257212804bb1fe.tar.bz2 |
* config/bfin-aux.h: Remove argument names in function
declarations.
* config/bfin-lex.l (parse_int): Fix shadowed variable name
warning.
* config/bfin-parse.y (value_match): Remove argument names
in declaration.
(notethat): Likewise.
(yyerror): Likewise.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 8ae07df..212dfe8 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,14 @@ +2010-01-14 Jie Zhang <jie.zhang@analog.com> + + * config/bfin-aux.h: Remove argument names in function + declarations. + * config/bfin-lex.l (parse_int): Fix shadowed variable name + warning. + * config/bfin-parse.y (value_match): Remove argument names + in declaration. + (notethat): Likewise. + (yyerror): Likewise. + 2010-01-13 Daniel Jacobowitz <dan@codesourcery.com> * config/tc-arm.c (do_t_nop): Correct check for Thumb-2 NOP. |