diff options
author | Ian Lance Taylor <ian@airs.com> | 1996-06-13 01:10:46 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1996-06-13 01:10:46 +0000 |
commit | 9bec2a42dee8e171f91fa420ee78535c92e59e10 (patch) | |
tree | dbe13793510656fd41d82abb2f8a95b894d38750 /gas/ChangeLog | |
parent | ed675a0409c73a7a4f5ce7e02164e7f04845ff29 (diff) | |
download | gdb-9bec2a42dee8e171f91fa420ee78535c92e59e10.zip gdb-9bec2a42dee8e171f91fa420ee78535c92e59e10.tar.gz gdb-9bec2a42dee8e171f91fa420ee78535c92e59e10.tar.bz2 |
* write.c (adjust_reloc_syms): Don't set sy_used_in_reloc for an
absolute symbol unless TC_FORCE_RELOCATION returns true.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
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 <ian@cygnus.com> + + * 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 <meissner@tiktok.cygnus.com> * config/tc-ppc.c (ppc_elf_lcomm): New function for .lcomm |