From 6d76a53df9959a1b770a01b6ba0c190612d6cef9 Mon Sep 17 00:00:00 2001 From: Stan Shebs Date: Fri, 1 Aug 2008 01:09:00 +0000 Subject: * coffread.c (coff_symtab_read): Remove FUNCTION_EPILOGUE_SIZE. * gdbint.texinfo: Remove FUNCTION_EPILOGUE_SIZE. --- gdb/coffread.c | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'gdb/coffread.c') diff --git a/gdb/coffread.c b/gdb/coffread.c index e36b2f1..e6cc389 100644 --- a/gdb/coffread.c +++ b/gdb/coffread.c @@ -1026,22 +1026,9 @@ coff_symtab_read (long symtab_offset, unsigned int nsyms, finish_block (new->name, &local_symbols, new->old_blocks, new->start_addr, -#if defined (FUNCTION_EPILOGUE_SIZE) - /* This macro should be defined only on - machines where the - fcn_aux_saved.x_sym.x_misc.x_fsize - field is always zero. - So use the .bf record information that - points to the epilogue and add the size - of the epilogue. */ - cs->c_value - + FUNCTION_EPILOGUE_SIZE - + ANOFFSET (objfile->section_offsets, SECT_OFF_TEXT (objfile)), -#else fcn_cs_saved.c_value + fcn_aux_saved.x_sym.x_misc.x_fsize + ANOFFSET (objfile->section_offsets, SECT_OFF_TEXT (objfile)), -#endif objfile ); within_function = 0; -- cgit v1.1