OSDN Git Service

* dwarf2.c (read_attribute): Support DW_FORM_ref8.
authorMark Mitchell <mark@codesourcery.com>
Mon, 12 Jul 1999 17:15:34 +0000 (17:15 +0000)
committerMark Mitchell <mark@codesourcery.com>
Mon, 12 Jul 1999 17:15:34 +0000 (17:15 +0000)
commitf6d714c03f910a33fb15b9382a96d78f9fac5e3d
treef9fcf57e046a0fcc93673302e48726e96aa50e7b
parentda88ead70af91d305af7b5a8d57639bff17c17c7
* 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/ChangeLog
bfd/elf32-mips.c