* write.c (adjust_reloc_syms): Don't set sy_used_in_reloc for an
absolute symbol unless TC_FORCE_RELOCATION returns true.
This commit is contained in:
parent
ed675a0409
commit
9bec2a42de
1 changed files with 13 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue