diff options
author | Jim Wilson <wilson@gcc.gnu.org> | 1996-05-09 16:34:32 -0700 |
---|---|---|
committer | Jim Wilson <wilson@gcc.gnu.org> | 1996-05-09 16:34:32 -0700 |
commit | 6303b9ba980b0d6a826769c0fd30e10ad8071b26 (patch) | |
tree | e9d6a425f0b5e70126968bcd474fd28b4131f504 | |
parent | b872164ecbc88fad6dc4e9d11db5db9230653075 (diff) | |
download | gcc-6303b9ba980b0d6a826769c0fd30e10ad8071b26.zip gcc-6303b9ba980b0d6a826769c0fd30e10ad8071b26.tar.gz gcc-6303b9ba980b0d6a826769c0fd30e10ad8071b26.tar.bz2 |
(SET_ASM_OP): Define.
From-SVN: r11961
-rw-r--r-- | gcc/config/sh/sh.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/config/sh/sh.h b/gcc/config/sh/sh.h index 63e4598..2b00f15 100644 --- a/gcc/config/sh/sh.h +++ b/gcc/config/sh/sh.h @@ -1239,6 +1239,7 @@ extern struct rtx_def *sh_builtin_saveregs (); #define ASM_APP_OFF "" #define FILE_ASM_OP "\t.file\n" #define IDENT_ASM_OP "\t.ident\n" +#define SET_ASM_OP ".set" /* How to change between sections. */ |