]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - include/coff/xcoff.h
aix: correct HOWTO table and add missing relocations
[thirdparty/binutils-gdb.git] / include / coff / xcoff.h
index 50ac0df20d6b5f9fd24cd2defbd52d26b8155d07..36651d4375dab3ca440721e28a29a4c72609dd31 100644 (file)
    The relocations are described in the function  
    xcoff[64]_ppc_relocate_section in coff64-rs6000.c and coff-rs6000.c  */
 
-#define R_POS   (0x00)
-#define R_NEG   (0x01)
-#define R_REL   (0x02)
-#define R_TOC   (0x03)
-#define R_RTB   (0x04)
-#define R_GL    (0x05)
-#define R_TCL   (0x06)
-#define R_BA    (0x08)
-#define R_BR    (0x0a)
-#define R_RL    (0x0c)
-#define R_RLA   (0x0d)
-#define R_REF   (0x0f)
-#define R_TRL   (0x12)
-#define R_TRLA  (0x13)
-#define R_RRTBI (0x14)
-#define R_RRTBA (0x15)
-#define R_CAI   (0x16)
-#define R_CREL  (0x17)
-#define R_RBA   (0x18)
-#define R_RBAC  (0x19)
-#define R_RBR   (0x1a)
-#define R_RBRC  (0x1b)
-#define R_TLS   (0x20)
+#define R_POS    (0x00)
+#define R_NEG    (0x01)
+#define R_REL    (0x02)
+#define R_TOC    (0x03)
+#define R_TRL    (0x04)
+#define R_GL     (0x05)
+#define R_TCL    (0x06)
+#define R_BA     (0x08)
+#define R_BR     (0x0a)
+#define R_RL     (0x0c)
+#define R_RLA    (0x0d)
+#define R_REF    (0x0f)
+#define R_TRLA   (0x13)
+#define R_RRTBI  (0x14)
+#define R_RRTBA  (0x15)
+#define R_CAI    (0x16)
+#define R_CREL   (0x17)
+#define R_RBA    (0x18)
+#define R_RBAC   (0x19)
+#define R_RBR    (0x1a)
+#define R_RBRC   (0x1b)
+#define R_TLS    (0x20)
 #define R_TLS_IE (0x21)
 #define R_TLS_LD (0x22)
 #define R_TLS_LE (0x23)
-#define R_TLSM  (0x24)
-#define R_TLSML (0x25)
-#define R_TOCU  (0x30)
-#define R_TOCL  (0x31)
+#define R_TLSM   (0x24)
+#define R_TLSML  (0x25)
+#define R_TOCU   (0x30)
+#define R_TOCL   (0x31)
 
 /* Storage class #defines, from /usr/include/storclass.h that are not already 
    defined in internal.h */