diff options
author | David Edelsohn <edelsohn@gnu.org> | 2009-04-17 20:38:38 +0000 |
---|---|---|
committer | David Edelsohn <dje@gcc.gnu.org> | 2009-04-17 16:38:38 -0400 |
commit | 5829817786ab80da86c0d3a0a6b97bb653e71530 (patch) | |
tree | 4e8557bcd33e72d10d22cb61046b9e4e4bcae663 | |
parent | 5b4c43d7d6e54a0e49213ea7a8a81af085a34bc9 (diff) | |
download | gcc-5829817786ab80da86c0d3a0a6b97bb653e71530.zip gcc-5829817786ab80da86c0d3a0a6b97bb653e71530.tar.gz gcc-5829817786ab80da86c0d3a0a6b97bb653e71530.tar.bz2 |
* dbxout.c (xcoff_debug_hooks): Add set_name_debug_nothing.
From-SVN: r146290
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/dbxout.c | 1 |
2 files changed, 5 insertions, 0 deletions
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 <edelsohn@gnu.org> + + * dbxout.c (xcoff_debug_hooks): Add set_name_debug_nothing. + 2009-04-17 Eric Botcazou <ebotcazou@adacore.com> * 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 */ |