diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 8ad93fefe2c0..1804cf44a3e4 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2003-06-13 Kaz Kojima + + * config/sh/linux.h (TARGET_ASM_FILE_END): Set TARGET_ASM_FILE_END + to file_end_indicate_exec_stack. + 2003-06-12 Richard Henderson PR target/11089 diff --git a/gcc/config/sh/linux.h b/gcc/config/sh/linux.h index 861cc5a420f5..78a40e5e3b56 100644 --- a/gcc/config/sh/linux.h +++ b/gcc/config/sh/linux.h @@ -64,6 +64,8 @@ do { \ #define TARGET_DEFAULT \ (TARGET_CPU_DEFAULT | USERMODE_BIT | TARGET_ENDIAN_DEFAULT) +#define TARGET_ASM_FILE_END file_end_indicate_exec_stack + #undef SUBTARGET_LINK_EMUL_SUFFIX #define SUBTARGET_LINK_EMUL_SUFFIX "_linux" #undef SUBTARGET_LINK_SPEC