Enable new thread support for Linux/IA-64.

This commit is contained in:
Kevin Buettner
2001-02-21 05:20:35 +00:00
parent 1ac7e077c9
commit fbad08934d
4 changed files with 29 additions and 3 deletions

View File

@@ -1341,8 +1341,8 @@ ia64_store_struct_return (CORE_ADDR addr, CORE_ADDR sp)
int
ia64_frameless_function_invocation (struct frame_info *frame)
{
/* FIXME: Implement */
return 0;
FRAME_INIT_SAVED_REGS (frame);
return (frame->extra_info->mem_stack_frame_size == 0);
}
CORE_ADDR