include/elf/
[deliverable/binutils-gdb.git] / include / elf / mips.h
index 55ecfb3c0408416e33382c56dfadc3bb065560bd..474f54ff4e803f1e1fbde632fc89283630feb9f1 100644 (file)
@@ -725,6 +725,8 @@ extern void bfd_mips_elf32_swap_reginfo_out
 
 /* This value is used for a mips16 .text symbol.  */
 #define STO_MIPS16             0xf0
+#define ELF_ST_IS_MIPS16(OTHER) (((OTHER) & 0xf0) == STO_MIPS16)
+#define ELF_ST_SET_MIPS16(OTHER) (((OTHER) & ~0xf0) | STO_MIPS16)
 
 /* This bit is used on Irix to indicate a symbol whose definition
    is optional - if, at final link time, it cannot be found, no
This page took 0.023774 seconds and 4 git commands to generate.