* dwarf2.c (read_attribute): Support DW_FORM_ref8.
commitd0993c2aa3afee03dd2b25445212b929c18f25a1
authorMark Mitchell <mark@codesourcery.com>
Wed, 14 Jul 1999 08:49:40 +0000 (14 08:49 +0000)
committerMark Mitchell <mark@codesourcery.com>
Wed, 14 Jul 1999 08:49:40 +0000 (14 08:49 +0000)
tree9d8311df750ff7a950517eed6285d31096d9a847
parent46d08d0388c88f0fdc0a28b238e4b33c743963fa
* dwarf2.c (read_attribute): Support DW_FORM_ref8.
* elf32-mips.c (mips_elf_link_hash_entry): Change mips_32_relocs
to possibly_dynamic_relocs.  Adjust usage throughout code.
(elf_mips_howto_table): Handle R_MIPS_64 correctly.
(elf_mips_ctor64_howto): Likewise.
(mips_elf_calculate_relocation): Handle R_MIPS_64 like R_MIPS_32.
Adjust indentation.
(mips_elf_relocate_section): Handle R_MIPS_64 in 32-bit mode.
(_bfd_mips_elf_check_relocs): Handle R_MIPS_64 like R_MIPS_32.
Use MIPS_ELF_GOT_SIZE to calculate the size of GOT entries.
* elf64-mips.c (elf_backend_may_use_rel_p): Define.
bfd/dwarf2.c
bfd/elf64-mips.c