From: Ian Lance Taylor Date: Thu, 13 Jun 1996 01:10:46 +0000 (+0000) Subject: * write.c (adjust_reloc_syms): Don't set sy_used_in_reloc for an X-Git-Tag: gdb-4_18~8528 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9bec2a42dee8e171f91fa420ee78535c92e59e10;p=platform%2Fupstream%2Fbinutils.git * write.c (adjust_reloc_syms): Don't set sy_used_in_reloc for an absolute symbol unless TC_FORCE_RELOCATION returns true. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index 0d9e3e8..5b412f8 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,16 @@ +Wed Jun 12 14:10:44 1996 Ian Lance Taylor + + * write.c (adjust_reloc_syms): Don't set sy_used_in_reloc for an + absolute symbol unless TC_FORCE_RELOCATION returns true. + + * config/obj-coff.c (previous_file_symbol): Remove BFD_ASSEMBLER + version. + (c_dot_file_symbol): BFD_ASSEMBLER version: Don't set the value of + the symbol to a pointer. Don't set previous_file_symbol. + Simplify symbol list rearrangement. + (coff_frob_symbol): Don't do anything with C_FILE symbols. + (coff_adjust_symtab): Don't check previous_file_symbol. + Mon Jun 10 14:52:29 1996 Michael Meissner * config/tc-ppc.c (ppc_elf_lcomm): New function for .lcomm