Support the use of the STT_COMMON type. (In source and object files only at the...
[deliverable/binutils-gdb.git] / bfd / elf64-mips.c
index 94b26b4734fd6c3e44ec5f6e3b93f8f542c74dc0..025f9fbde8713935f122e730104085d695f3096b 100644 (file)
@@ -3070,6 +3070,7 @@ const struct elf_size_info mips_elf64_size_info =
   EV_CURRENT,
   bfd_elf64_write_out_phdrs,
   bfd_elf64_write_shdrs_and_ehdr,
+  bfd_elf64_checksum_contents,
   mips_elf64_write_relocs,
   bfd_elf64_swap_symbol_in,
   bfd_elf64_swap_symbol_out,
@@ -3146,6 +3147,8 @@ const struct elf_size_info mips_elf64_size_info =
 #define elf_backend_may_use_rela_p     1
 #define elf_backend_default_use_rela_p 1
 
+#define elf_backend_sign_extend_vma    TRUE
+
 #define elf_backend_write_section      _bfd_mips_elf_write_section
 
 /* We don't set bfd_elf64_bfd_is_local_label_name because the 32-bit
This page took 0.034213 seconds and 4 git commands to generate.