Commit bab34d98 by Stan Cox

(SET_ASM_OP): New. __attribute__ ((alias ()))

From-SVN: r12078
parent 9da71b16
......@@ -47,5 +47,7 @@ Boston, MA 02111-1307, USA. */
#undef ASM_APP_OFF
#define ASM_APP_OFF "#NO_APP\n"
#define SET_ASM_OP ".set"
/* We need that too. */
#define HANDLE_SYSV_PRAGMA
......@@ -45,6 +45,8 @@ Boston, MA 02111-1307, USA. */
#undef ASM_APP_OFF
#define ASM_APP_OFF "#NO_APP\n"
#define SET_ASM_OP ".set"
/* Use stabs instead of DWARF debug format. */
#define PREFERRED_DEBUGGING_TYPE DBX_DEBUG
#include "svr4.h"
......
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