diff options
author | Stan Cox <coxs@gnu.org> | 1996-05-22 20:42:09 +0000 |
---|---|---|
committer | Stan Cox <coxs@gnu.org> | 1996-05-22 20:42:09 +0000 |
commit | bab34d98aa820c0302e2d6c79a375ff3ef719216 (patch) | |
tree | 61e11d8740c678a6b6913aee3919b41e9e0af0b7 | |
parent | 9da71b168a6b32ff01e8029c541d2a71e4888467 (diff) | |
download | gcc-bab34d98aa820c0302e2d6c79a375ff3ef719216.zip gcc-bab34d98aa820c0302e2d6c79a375ff3ef719216.tar.gz gcc-bab34d98aa820c0302e2d6c79a375ff3ef719216.tar.bz2 |
(SET_ASM_OP): New. __attribute__ ((alias ()))
From-SVN: r12078
-rw-r--r-- | gcc/config/linux-aout.h | 2 | ||||
-rw-r--r-- | gcc/config/linux.h | 2 |
2 files changed, 4 insertions, 0 deletions
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" |