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

From-SVN: r12078
This commit is contained in:
Stan Cox 1996-05-22 20:42:09 +00:00
parent 9da71b168a
commit bab34d98aa
2 changed files with 4 additions and 0 deletions

View 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

View 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"