From bab34d98aa820c0302e2d6c79a375ff3ef719216 Mon Sep 17 00:00:00 2001 From: Stan Cox Date: Wed, 22 May 1996 20:42:09 +0000 Subject: [PATCH] (SET_ASM_OP): New. __attribute__ ((alias ())) From-SVN: r12078 --- gcc/config/linux-aout.h | 2 ++ gcc/config/linux.h | 2 ++ 2 files changed, 4 insertions(+) diff --git a/gcc/config/linux-aout.h b/gcc/config/linux-aout.h index 29fb8e9..d281f4e 100644 --- a/gcc/config/linux-aout.h +++ b/gcc/config/linux-aout.h @@ -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 diff --git a/gcc/config/linux.h b/gcc/config/linux.h index eaa74f0..4f69098 100644 --- a/gcc/config/linux.h +++ b/gcc/config/linux.h @@ -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" -- 2.7.4