diff options
author | Ian Lance Taylor <ian@airs.com> | 1998-07-13 17:56:28 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1998-07-13 17:56:28 +0000 |
commit | 67c66eccf2f1e9ac55d1772a47067024e934fe0e (patch) | |
tree | 896a3e0a798cae3f8fff2ff949a5818dc4a5a135 /gas | |
parent | f27bdecf5a421789852e00fd7ccee7ef03ae5367 (diff) | |
download | gdb-67c66eccf2f1e9ac55d1772a47067024e934fe0e.zip gdb-67c66eccf2f1e9ac55d1772a47067024e934fe0e.tar.gz gdb-67c66eccf2f1e9ac55d1772a47067024e934fe0e.tar.bz2 |
* expr.c (make_expr_symbol): Catch attempts to turn an O_big
expression into a symbol.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index b65b9b2..e2cf2a0 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +Mon Jul 13 13:55:42 1998 Ian Lance Taylor <ian@cygnus.com> + + * expr.c (make_expr_symbol): Catch attempts to turn an O_big + expression into a symbol. + Mon Jul 13 13:29:04 1998 Alan Modra <alan@spri.levels.unisa.edu.au> * config/tc-i386.c (mode_from_disp_size): Change arg and return |