diff options
Diffstat (limited to 'newlib/libc/machine/h8300/strcmp.S')
-rw-r--r-- | newlib/libc/machine/h8300/strcmp.S | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/newlib/libc/machine/h8300/strcmp.S b/newlib/libc/machine/h8300/strcmp.S index 8dec7c0b9..f735fb89c 100644 --- a/newlib/libc/machine/h8300/strcmp.S +++ b/newlib/libc/machine/h8300/strcmp.S @@ -1,12 +1,20 @@ #include "defines.h" #ifdef __H8300H__ +#ifdef __NORMAL_MODE__ + .h8300hn +#else .h8300h #endif +#endif #ifdef __H8300S__ +#ifdef __NORMAL_MODE__ + .h8300sn +#else .h8300s #endif +#endif .section .text .align 2 |