diff options
Diffstat (limited to 'gcc/dbxout.c')
-rw-r--r-- | gcc/dbxout.c | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/gcc/dbxout.c b/gcc/dbxout.c index 3b0cf34..89d52a1 100644 --- a/gcc/dbxout.c +++ b/gcc/dbxout.c @@ -1,7 +1,7 @@ /* Output dbx-format symbol table information from GNU compiler. Copyright (C) 1987, 1988, 1992, 1993, 1994, 1995, 1996, 1997, 1998, - 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 - Free Software Foundation, Inc. + 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, + 2011 Free Software Foundation, Inc. This file is part of GCC. @@ -379,10 +379,6 @@ const struct gcc_debug_hooks dbx_debug_hooks = dbxout_handle_pch, /* handle_pch */ debug_nothing_rtx, /* var_location */ debug_nothing_void, /* switch_text_section */ - debug_nothing_tree, /* direct_call */ - debug_nothing_tree_int, /* virtual_call_token */ - debug_nothing_rtx_rtx, /* copy_call_info */ - debug_nothing_uid, /* virtual_call */ debug_nothing_tree_tree, /* set_name */ 0, /* start_end_main_source_file */ TYPE_SYMTAB_IS_ADDRESS /* tree_type_symtab_field */ @@ -419,10 +415,6 @@ const struct gcc_debug_hooks xcoff_debug_hooks = dbxout_handle_pch, /* handle_pch */ debug_nothing_rtx, /* var_location */ debug_nothing_void, /* switch_text_section */ - debug_nothing_tree, /* direct_call */ - debug_nothing_tree_int, /* virtual_call_token */ - debug_nothing_rtx_rtx, /* copy_call_info */ - debug_nothing_uid, /* virtual_call */ debug_nothing_tree_tree, /* set_name */ 0, /* start_end_main_source_file */ TYPE_SYMTAB_IS_ADDRESS /* tree_type_symtab_field */ |