* Many files: change all bfd_target vectors to be const. Change
[deliverable/binutils-gdb.git] / bfd / coff-sh.c
index 00b16025dfb8fb7aaa06e4d9348d1257b3e02ad3..1964eea27754adc03841aa9e6e755a9c47e459b7 100644 (file)
@@ -153,7 +153,7 @@ extra_case (in_abfd, link_info, link_order, reloc, data, src_ptr, dst_ptr)
   bfd_coff_reloc16_get_relocated_section_contents
 #define coff_bfd_relax_section bfd_coff_reloc16_relax_section
 
-bfd_target shcoff_vec =
+const bfd_target shcoff_vec =
 {
   "coff-sh",                   /* name */
   bfd_target_coff_flavour,
@@ -191,6 +191,7 @@ bfd_getb64, bfd_getb_signed_64, bfd_putb64,
      BFD_JUMP_TABLE_RELOCS (coff),
      BFD_JUMP_TABLE_WRITE (coff),
      BFD_JUMP_TABLE_LINK (coff),
+     BFD_JUMP_TABLE_DYNAMIC (_bfd_nodynamic),
 
     COFF_SWAP_TABLE,
 };
This page took 0.023047 seconds and 4 git commands to generate.