diff options
Diffstat (limited to 'gcc/config/sh/linux.h')
-rw-r--r-- | gcc/config/sh/linux.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/sh/linux.h b/gcc/config/sh/linux.h index 013bf49a8fd..fe48d0ca0b1 100644 --- a/gcc/config/sh/linux.h +++ b/gcc/config/sh/linux.h @@ -48,7 +48,7 @@ Boston, MA 02111-1307, USA. */ #undef TARGET_DEFAULT #define TARGET_DEFAULT \ - (TARGET_CPU_DEFAULT | USERMODE_BIT | TARGET_ENDIAN_DEFAULT \ + (TARGET_CPU_DEFAULT | MASK_USERMODE | TARGET_ENDIAN_DEFAULT \ | TARGET_OPT_DEFAULT) #define TARGET_ASM_FILE_END file_end_indicate_exec_stack |