aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1997-02-20 18:58:40 +0000
committerIan Lance Taylor <ian@airs.com>1997-02-20 18:58:40 +0000
commit1af411e17e22fcafaa97f7f39dc58e74f07ba9e2 (patch)
tree1a64db68ac9c29d57441a10d7ba7a0e999fc176f /gas
parent66a5e0e94c6ac797ee1da096256093ab5191fd7a (diff)
downloadgdb-1af411e17e22fcafaa97f7f39dc58e74f07ba9e2.zip
gdb-1af411e17e22fcafaa97f7f39dc58e74f07ba9e2.tar.gz
gdb-1af411e17e22fcafaa97f7f39dc58e74f07ba9e2.tar.bz2
* symbols.c (resolve_symbol_value): If both left and right
operands are undefined, warn about both of them. PR 11724.
Diffstat (limited to 'gas')
-rw-r--r--gas/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 869d368..1c2f3c0 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,11 @@
+Thu Feb 20 13:56:00 1997 Ian Lance Taylor <ian@cygnus.com>
+
+ * config/tc-arm.c (fix_new_arm): Use make_expr_symbol to handle a
+ complex expression.
+
+ * symbols.c (resolve_symbol_value): If both left and right
+ operands are undefined, warn about both of them.
+
Wed Feb 19 00:53:28 1997 Ian Lance Taylor <ian@cygnus.com>
Based on patches from Eric Youngdale <eric@andante.jic.com>: