diff options
author | Alan Modra <amodra@gmail.com> | 2002-12-01 03:18:49 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2002-12-01 03:18:49 +0000 |
commit | 0909233e0fcb52b0b43d5fc30ea15353b0a053a8 (patch) | |
tree | 9c29693f85905fdeb8cb5571398181b0aed62840 /gas/ChangeLog | |
parent | e5ad458f5f27d0b10cef5da1e96dba35e682dc68 (diff) | |
download | gdb-0909233e0fcb52b0b43d5fc30ea15353b0a053a8.zip gdb-0909233e0fcb52b0b43d5fc30ea15353b0a053a8.tar.gz gdb-0909233e0fcb52b0b43d5fc30ea15353b0a053a8.tar.bz2 |
* symbols.c (report_op_error): New function, broken out of ...
(resolve_symbol_value): ... here. Use for both monadic and dyadic
operators.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index ef0ae72..34d6970 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,9 @@ +2002-12-01 Nathan Sidwell <nathan@codesourcery.com> + + * symbols.c (report_op_error): New function, broken out of ... + (resolve_symbol_value): ... here. Use for both monadic and dyadic + operators. + 2002-11-30 Kaz Kojima <kkojima@rr.iij4u.or.jp> * config/tc-sh.c (md_apply_fix3): Take account of fx_offset |