diff options
author | coxs <coxs@138bc75d-0d04-0410-961f-82ee72b054a4> | 1996-05-22 20:42:09 +0000 |
---|---|---|
committer | coxs <coxs@138bc75d-0d04-0410-961f-82ee72b054a4> | 1996-05-22 20:42:09 +0000 |
commit | 32fd8c6afe44030faaeb84c8d3ca7b77dc4ea7d9 (patch) | |
tree | 61e11d8740c678a6b6913aee3919b41e9e0af0b7 /gcc/config/linux.h | |
parent | 213487ecde7a53d31789d2dba5c17757206e97f2 (diff) | |
download | gcc-32fd8c6afe44030faaeb84c8d3ca7b77dc4ea7d9.tar.gz |
(SET_ASM_OP): New. __attribute__ ((alias ()))
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@12078 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/linux.h')
-rw-r--r-- | gcc/config/linux.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/config/linux.h b/gcc/config/linux.h index eaa74f040ad..4f69098583b 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" |