* sunos.c (sunos_create_dynamic_sections): We need the dynamic
[deliverable/binutils-gdb.git] / bfd / bfd-in2.h
index 694dda669848b40d460176f34f6ed7e8aca43cf6..a14a1700855bedb77330ba6f650ed3ce9735f654 100644 (file)
@@ -1681,6 +1681,9 @@ simple reloc otherwise. */
 /* The MIPS16 jump instruction. */
   BFD_RELOC_MIPS16_JMP,
 
+/* MIPS16 GP relative reloc. */
+  BFD_RELOC_MIPS16_GPREL,
+
 /* High 16 bits of 32-bit value; simple reloc. */
   BFD_RELOC_HI16,
 
@@ -1866,8 +1869,19 @@ This is a 24 bit absolute address. */
 /* This is an 18-bit reloc with the right 2 bits assumed to be 0. */
   BFD_RELOC_M32R_18_PCREL,
 
-/* This is an 26-bit reloc with the right 2 bits assumed to be 0. */
+/* This is a 26-bit reloc with the right 2 bits assumed to be 0. */
   BFD_RELOC_M32R_26_PCREL,
+
+/* This is a 16-bit reloc containing the high 16 bits of an address
+used when the lower 16 bits are treated as unsigned. */
+  BFD_RELOC_M32R_HI16_ULO,
+
+/* This is a 16-bit reloc containing the high 16 bits of an address
+used when the lower 16 bits are treated as signed. */
+  BFD_RELOC_M32R_HI16_SLO,
+
+/* This is a 16-bit reloc containing the lower 16 bits of an address. */
+  BFD_RELOC_M32R_LO16,
 /* end-sanitize-m32r */
 
 /* start-sanitize-v850 */
This page took 0.023126 seconds and 4 git commands to generate.