* reloc.c (BFD_RELOC_HI16_PCREL): Define.
[deliverable/binutils-gdb.git] / bfd / libbfd.h
index 6682855a72bf276edc32212d27f7c627fb64ddc1..7ba37d0393ed00c772d66b71dc895ad9aa451c9b 100644 (file)
@@ -907,6 +907,9 @@ static const char *const bfd_reloc_code_real_names[] = { "@@uninitialized@@",
   "BFD_RELOC_HI16",
   "BFD_RELOC_HI16_S",
   "BFD_RELOC_LO16",
+  "BFD_RELOC_HI16_PCREL",
+  "BFD_RELOC_HI16_S_PCREL",
+  "BFD_RELOC_LO16_PCREL",
   "BFD_RELOC_MIPS16_HI16",
   "BFD_RELOC_MIPS16_HI16_S",
   "BFD_RELOC_MIPS16_LO16",
This page took 0.022869 seconds and 4 git commands to generate.