ubsan: nds32: left shift cannot be represented in type 'int'
[deliverable/binutils-gdb.git] / include / ctf.h
index f371cd73c9439483bc16af77ab19024880459e34..ff3204b9aa2e1c91ea44f4e4209f5973bde91251 100644 (file)
@@ -353,6 +353,7 @@ union
 
 #define CTF_NAME_STID(name)            ((name) >> 31)
 #define CTF_NAME_OFFSET(name)          ((name) & CTF_MAX_NAME)
+#define CTF_SET_STID(name, stid)       ((name) | (stid) << 31)
 
 /* V2 only. */
 #define CTF_TYPE_INFO(kind, isroot, vlen) \
This page took 0.023517 seconds and 4 git commands to generate.