aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@cygnus>1994-09-28 19:09:16 +0000
committerKen Raeburn <raeburn@cygnus>1994-09-28 19:09:16 +0000
commit648acaa0c0427463876773336c87af4d18be8a76 (patch)
tree924b9442deba3959f8d22dfc90a63e9dc9e01e0f /gas/ChangeLog
parent67b9f39403addf64801bc97a66e34a5dd2a93252 (diff)
downloadgdb-648acaa0c0427463876773336c87af4d18be8a76.zip
gdb-648acaa0c0427463876773336c87af4d18be8a76.tar.gz
gdb-648acaa0c0427463876773336c87af4d18be8a76.tar.bz2
* 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.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r--gas/ChangeLog6
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.