diff options
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 50df216..efca056 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,9 @@ +Wed Sep 28 14:56:39 1994 Ken Raeburn <raeburn@cujo.cygnus.com> + + * expr.c (make_expr_symbol): No longer static. Use symbol_create, + not symbol_new, for symbols holding expression values. + * expr.h (make_expr_symbol): Move declaration here. + Wed Sep 28 11:50:40 1994 Ian Lance Taylor (ian@sanguine.cygnus.com) * config/tc-mips.c: Include subsegs.h. |