M68K TLS support.
[deliverable/binutils-gdb.git] / gas / config / m68k-parse.h
index f39bb825df1a6858325ddf024d70cb766f3ff774..a057841096753e58aa30de5e2bf89264ce802e58 100644 (file)
@@ -270,7 +270,12 @@ enum pic_relocation
   pic_plt_pcrel,               /* @PLTPC */
   pic_got_pcrel,               /* @GOTPC */
   pic_plt_off,                 /* @PLT */
-  pic_got_off                  /* @GOT */
+  pic_got_off,                 /* @GOT */
+  pic_tls_gd,                  /* @TLSGD */
+  pic_tls_ldm,                 /* @TLSLDM */
+  pic_tls_ldo,                 /* @TLSLDO */
+  pic_tls_ie,                  /* @TLSIE */
+  pic_tls_le                   /* @TLSLE */
 };
 #endif
 
This page took 0.033664 seconds and 4 git commands to generate.