bfd/
[deliverable/binutils-gdb.git] / include / elf / xtensa.h
index 0de9741b6d1c7b0dd064c5aa74e34ec8aa892798..bd83a140b2e88691d29bad3d8d9b148bfd721152 100644 (file)
@@ -140,7 +140,9 @@ typedef struct property_table_entry_t
 /* Instruction-only properties about code. */
 #define XTENSA_PROP_INSN_NO_DENSITY    0x00000040
 #define XTENSA_PROP_INSN_NO_REORDER    0x00000080
-#define XTENSA_PROP_INSN_NO_TRANSFORM  0x00000100
+/* Historically, NO_TRANSFORM was a property of instructions, 
+   but it should apply to literals under certain circumstances.  */
+#define XTENSA_PROP_NO_TRANSFORM       0x00000100
 
 /*  Branch target alignment information.  This transmits information
     to the linker optimization about the priority of aligning a
This page took 0.025937 seconds and 4 git commands to generate.