daily update
[deliverable/binutils-gdb.git] / bfd / reloc.c
index f8a39c9aa02a29b7aed9d7896a0bf254ea3c06e6..e7210eba9a4249b705e28bbb29f08b9dd9dce2ae 100644 (file)
@@ -5572,7 +5572,7 @@ bfd_default_reloc_type_lookup (bfd *abfd, bfd_reloc_code_real_type code)
     case BFD_RELOC_CTOR:
       /* The type of reloc used in a ctor, which will be as wide as the
         address - so either a 64, 32, or 16 bitter.  */
-      switch (bfd_get_arch_info (abfd)->bits_per_address)
+      switch (bfd_arch_bits_per_address (abfd))
        {
        case 64:
          BFD_FAIL ();
This page took 0.027808 seconds and 4 git commands to generate.