aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1995-07-08 17:29:04 +0000
committerIan Lance Taylor <ian@airs.com>1995-07-08 17:29:04 +0000
commited453d2ec4ef91b79af28467fb782bc74280edd6 (patch)
tree04861810396f997318f71ee7de69340850483a9d /gas
parent943fbd5bd520934ca3a26abb2d5cfbdd2a7659ec (diff)
downloadgdb-ed453d2ec4ef91b79af28467fb782bc74280edd6.zip
gdb-ed453d2ec4ef91b79af28467fb782bc74280edd6.tar.gz
gdb-ed453d2ec4ef91b79af28467fb782bc74280edd6.tar.bz2
* write.c (fixup_segment): Call resolve_symbol_value on
sub_symbolP, in case it isn't in the symbol table. PR 7131.
Diffstat (limited to 'gas')
-rw-r--r--gas/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index f10c8d6..4ce55fb 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,8 @@
+Sat Jul 8 13:27:55 1995 Ian Lance Taylor <ian@cygnus.com>
+
+ * write.c (fixup_segment): Call resolve_symbol_value on
+ sub_symbolP, in case it isn't in the symbol table.
+
Fri Jul 7 11:17:27 1995 Ian Lance Taylor <ian@cygnus.com>
* read.c (s_lcomm): For .lcomm 1, set align to 0, not 1.