From: Ian Lance Taylor Date: Wed, 28 Jan 1998 20:22:00 +0000 (+0000) Subject: * symbols.c (resolve_symbol_value): Don't set the segment if it X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8ecd2ccb89927278ff0f36ef66a57022a1ec592a;p=binutils-gdb.git * symbols.c (resolve_symbol_value): Don't set the segment if it hasn't changed, and this is OBJ_AOUT without BFD_ASSEMBLER. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index f80b5b9ac6e..10ed4666a90 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,8 @@ Wed Jan 28 14:51:18 1998 Ian Lance Taylor + * 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.