aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1998-01-28 20:22:00 +0000
committerIan Lance Taylor <ian@airs.com>1998-01-28 20:22:00 +0000
commit8ecd2ccb89927278ff0f36ef66a57022a1ec592a (patch)
tree7efd34352150a27d7db0ee2a930a80634e4d004f /gas
parent89f6754751e03e9b334bdf1e5d037c79a0ea4917 (diff)
downloadgdb-8ecd2ccb89927278ff0f36ef66a57022a1ec592a.zip
gdb-8ecd2ccb89927278ff0f36ef66a57022a1ec592a.tar.gz
gdb-8ecd2ccb89927278ff0f36ef66a57022a1ec592a.tar.bz2
* symbols.c (resolve_symbol_value): Don't set the segment if it
hasn't changed, and this is OBJ_AOUT without BFD_ASSEMBLER.
Diffstat (limited to 'gas')
-rw-r--r--gas/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index f80b5b9..10ed466 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,5 +1,8 @@
Wed Jan 28 14:51:18 1998 Ian Lance Taylor <ian@cygnus.com>
+ * symbols.c (resolve_symbol_value): Don't set the segment if it
+ hasn't changed, and this is OBJ_AOUT without BFD_ASSEMBLER.
+
* config/obj-aout.h (S_IS_LOCAL): Correct typo--pass argument to
S_GET_SEGMENT.