linux.h (TARGET_ASM_FILE_END): Set TARGET_ASM_FILE_END to file_end_indicate_exec_stack.
* config/sh/linux.h (TARGET_ASM_FILE_END): Set TARGET_ASM_FILE_END to file_end_indicate_exec_stack. From-SVN: r67887
This commit is contained in:
parent
dc9ed76ab6
commit
43c7300430
@ -1,3 +1,8 @@
|
||||
2003-06-13 Kaz Kojima <kkojima@gcc.gnu.org>
|
||||
|
||||
* config/sh/linux.h (TARGET_ASM_FILE_END): Set TARGET_ASM_FILE_END
|
||||
to file_end_indicate_exec_stack.
|
||||
|
||||
2003-06-12 Richard Henderson <rth@redhat.com>
|
||||
|
||||
PR target/11089
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user