diff options
author | Nick Clifton <nickc@redhat.com> | 2003-01-24 15:46:04 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2003-01-24 15:46:04 +0000 |
commit | 0127ae4041c28f9a591400dadeea3bc67fd45c86 (patch) | |
tree | d523395d0e1faba4603b2d896447386b9c022e81 /newlib/libc/machine/sh/asm.h | |
parent | 8bbcd9a1a5bd3648c93cebf277bc267d03eb8708 (diff) | |
download | cygnal-0127ae4041c28f9a591400dadeea3bc67fd45c86.tar.gz cygnal-0127ae4041c28f9a591400dadeea3bc67fd45c86.tar.bz2 cygnal-0127ae4041c28f9a591400dadeea3bc67fd45c86.zip |
Add sh2e support
Diffstat (limited to 'newlib/libc/machine/sh/asm.h')
-rw-r--r-- | newlib/libc/machine/sh/asm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/machine/sh/asm.h b/newlib/libc/machine/sh/asm.h index 5b85c501e..99a1866a1 100644 --- a/newlib/libc/machine/sh/asm.h +++ b/newlib/libc/machine/sh/asm.h @@ -22,7 +22,7 @@ #define ENTRY(name) \ _ENTRY(_C_LABEL(name)) -#if (defined (__sh2__) || defined (__sh3__) || defined (__SH3E__) \ +#if (defined (__sh2__) || defined (__SH2E__) || defined (__sh3__) || defined (__SH3E__) \ || defined (__SH4_SINGLE__) || defined (__SH4__)) \ || defined (__SH4_SINGLE_ONLY__) || defined (__SH5__) #define DELAYED_BRANCHES |