aboutsummaryrefslogtreecommitdiff
path: root/gcc/dbxout.c
diff options
context:
space:
mode:
authorDavid Edelsohn <edelsohn@gnu.org>2009-04-17 20:38:38 +0000
committerDavid Edelsohn <dje@gcc.gnu.org>2009-04-17 16:38:38 -0400
commit5829817786ab80da86c0d3a0a6b97bb653e71530 (patch)
tree4e8557bcd33e72d10d22cb61046b9e4e4bcae663 /gcc/dbxout.c
parent5b4c43d7d6e54a0e49213ea7a8a81af085a34bc9 (diff)
downloadgcc-5829817786ab80da86c0d3a0a6b97bb653e71530.zip
gcc-5829817786ab80da86c0d3a0a6b97bb653e71530.tar.gz
gcc-5829817786ab80da86c0d3a0a6b97bb653e71530.tar.bz2
* dbxout.c (xcoff_debug_hooks): Add set_name_debug_nothing.
From-SVN: r146290
Diffstat (limited to 'gcc/dbxout.c')
-rw-r--r--gcc/dbxout.c1
1 files changed, 1 insertions, 0 deletions
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 */