* reloc.c (BFD_RELOC_MIPS_SUB): New relocation.
[deliverable/binutils-gdb.git] / bfd / libbfd.h
index c0bd974badd12269a73c8058c600085fb94a7ae8..e395f726af59c6c3e9d045c9a854da0dbbe6ace5 100644 (file)
@@ -680,6 +680,10 @@ static const char *const bfd_reloc_code_real_names[] = { "@@uninitialized@@",
   "BFD_RELOC_MIPS_GOT_LO16",
   "BFD_RELOC_MIPS_CALL_HI16",
   "BFD_RELOC_MIPS_CALL_LO16",
+  "BFD_RELOC_MIPS_SUB",
+  "BFD_RELOC_MIPS_GOT_PAGE",
+  "BFD_RELOC_MIPS_GOT_OFST",
+  "BFD_RELOC_MIPS_GOT_DISP",
 
   "BFD_RELOC_386_GOT32",
   "BFD_RELOC_386_PLT32",
This page took 0.023119 seconds and 4 git commands to generate.