mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-01-31 12:29:55 +08:00
(SET_ASM_OP): New. __attribute__ ((alias ()))
From-SVN: r12078
This commit is contained in:
parent
9da71b168a
commit
bab34d98aa
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user