aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1996-11-01 00:35:00 +0000
committerIan Lance Taylor <ian@airs.com>1996-11-01 00:35:00 +0000
commit527dc0c9ed1e03719e115a7e938a42ba59324396 (patch)
tree80f7f25758c39815ec765d88b281ad13945a0055 /gas
parente46814678995bf0f6e57ebafe08b6de9bfb9d629 (diff)
downloadgdb-527dc0c9ed1e03719e115a7e938a42ba59324396.zip
gdb-527dc0c9ed1e03719e115a7e938a42ba59324396.tar.gz
gdb-527dc0c9ed1e03719e115a7e938a42ba59324396.tar.bz2
* symbols.c (resolve_symbol_value): Improve the error message if
an undefined symbol is used in an expression.
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 64c767d..4a8cff7 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,11 @@
+Thu Oct 31 16:33:21 1996 Ian Lance Taylor <ian@cygnus.com>
+
+ * config/obj-coff.c (do_relocs_for): Call resolve_symbol_value on
+ a symbol found in a reloc.
+
+ * symbols.c (resolve_symbol_value): Improve the error message if
+ an undefined symbol is used in an expression.
+
Wed Oct 30 20:15:35 1996 Ian Lance Taylor <ian@cygnus.com>
* doc/internals.texi: Rewrite, and add a lot of documentation.