From 5829817786ab80da86c0d3a0a6b97bb653e71530 Mon Sep 17 00:00:00 2001 From: David Edelsohn Date: Fri, 17 Apr 2009 20:38:38 +0000 Subject: * dbxout.c (xcoff_debug_hooks): Add set_name_debug_nothing. From-SVN: r146290 --- gcc/ChangeLog | 4 ++++ gcc/dbxout.c | 1 + 2 files changed, 5 insertions(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index ab237e8..a9cd06f 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2009-04-17 David Edelsohn + + * dbxout.c (xcoff_debug_hooks): Add set_name_debug_nothing. + 2009-04-17 Eric Botcazou * dbxout.c (dbxout_block): Reinstate test on TREE_USED. diff --git a/gcc/dbxout.c b/gcc/dbxout.c index 2182d78..c8bf30d 100644 --- a/gcc/dbxout.c +++ b/gcc/dbxout.c @@ -409,6 +409,7 @@ 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_tree, /* set_name */ 0 /* start_end_main_source_file */ }; #endif /* XCOFF_DEBUGGING_INFO */ -- cgit v1.1