* libelf.h (struct elf_backend_data): Change second argument of
authorIan Lance Taylor <ian@airs.com>
Wed, 7 Sep 1994 23:41:58 +0000 (23:41 +0000)
committerIan Lance Taylor <ian@airs.com>
Wed, 7 Sep 1994 23:41:58 +0000 (23:41 +0000)
commit1208625d33b319c844bf10ec48f9a57cec76a5f1
tree03f73ee106063c8138ae3721532bd2c257cb9e9e
parentbf111c9f7dabd9b0268ab8399e4af804d1267f9b
* libelf.h (struct elf_backend_data): Change second argument of
elf_backend_final_write_processing hook to boolean.
(struct elf_obj_tdata): Add linker field.
* elfcode.h (NAME(bfd_elf,write_object_contents)): Pass value of
tdata linker field to final_write_processing, rather than NULL.
(elf_bfd_final_link): Don't call final_write_processing hook.  Set
tdata linker field to true.
* elf32-mips.c (mips_elf_final_write_processing): Change type of
second argument to boolean.
* elf32-hppa.c (elf32_hppa_backend_final_write_processing):
Likewise.
bfd/libelf.h