(SET_ASM_OP): New. __attribute__ ((alias ()))
authorStan Cox <coxs@gnu.org>
Wed, 22 May 1996 20:42:09 +0000 (20:42 +0000)
committerStan Cox <coxs@gnu.org>
Wed, 22 May 1996 20:42:09 +0000 (20:42 +0000)
From-SVN: r12078

gcc/config/linux-aout.h
gcc/config/linux.h

index 29fb8e9e132fca2b6266aa55f940046213ebaacd..d281f4ea11658aad67b90e0bde4f3edf8b59cef2 100644 (file)
@@ -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
index eaa74f040adc7937cbb3b56b57232eaaba602e87..4f69098583ba7415072c7ff73c83d7b8626f01dd 100644 (file)
@@ -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"