diff options
Diffstat (limited to 'gcc/config/h8300/crtn.asm')
-rw-r--r-- | gcc/config/h8300/crtn.asm | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/config/h8300/crtn.asm b/gcc/config/h8300/crtn.asm index 5b7a1c05a16..2d0e0458361 100644 --- a/gcc/config/h8300/crtn.asm +++ b/gcc/config/h8300/crtn.asm @@ -44,6 +44,13 @@ Boston, MA 02111-1307, USA. */ .h8300s #endif #endif +#ifdef __H8300SX__ +#ifdef __NORMAL_MODE__ + .h8300sxn +#else + .h8300sx +#endif +#endif .section .init rts |