Commit 7323e99b by Michael Meissner

Add SET_ASM_OP

From-SVN: r5444
parent 0b760f1e
...@@ -530,6 +530,7 @@ while (0) ...@@ -530,6 +530,7 @@ while (0)
#define TYPE_ASM_OP ".type" #define TYPE_ASM_OP ".type"
#define SIZE_ASM_OP ".size" #define SIZE_ASM_OP ".size"
#define WEAK_ASM_OP ".weak" #define WEAK_ASM_OP ".weak"
#define SET_ASM_OP ".set"
/* The following macro defines the format used to output the second /* The following macro defines the format used to output the second
operand of the .type assembler directive. Different svr4 assemblers operand of the .type assembler directive. Different svr4 assemblers
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment