Fix arm-epoc-pe build problem:
[deliverable/binutils-gdb.git] / bfd / coff-h8300.c
index 3d54f20a926cf05f8b8508e39218825b1387c01f..1a4bcdd25b1a27f1656ca16a6679920ebc33e5e6 100644 (file)
@@ -901,6 +901,10 @@ h8300_reloc16_extra_cases (abfd, link_info, link_order, reloc, data, src_ptr,
          /* Write it.  */
          bfd_put_8 (abfd, tmp, data + dst_address - 2);
          break;
+       case 0x5c:
+         /* bsr:16 -> bsr:8 */
+         bfd_put_8 (abfd, 0x55, data + dst_address - 2);
+         break;
 
        default:
          abort ();
This page took 0.023433 seconds and 4 git commands to generate.