diff options
author | dje <dje@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-06-12 00:32:08 +0000 |
---|---|---|
committer | dje <dje@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-06-12 00:32:08 +0000 |
commit | 0eaf0c44607e906893ebb76056c501c8a153d327 (patch) | |
tree | 3b877fb8da7bde1165bf2b74e9c489be023118b6 /gcc/dbxout.c | |
parent | 51d0ea8512c30d28c0d42f0c3be4cf87b00f96ef (diff) | |
download | gcc-0eaf0c44607e906893ebb76056c501c8a153d327.tar.gz |
* dbxout.c (xcoff_debug_hooks): Provide a function for
register_main_translation_unit hook.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@224407 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/dbxout.c')
-rw-r--r-- | gcc/dbxout.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/dbxout.c b/gcc/dbxout.c index 94fac4273b1..a13d29db878 100644 --- a/gcc/dbxout.c +++ b/gcc/dbxout.c @@ -419,6 +419,7 @@ const struct gcc_debug_hooks xcoff_debug_hooks = xcoffout_end_epilogue, debug_nothing_tree, /* begin_function */ xcoffout_end_function, + debug_nothing_tree, /* register_main_translation_unit */ debug_nothing_tree, /* function_decl */ dbxout_early_global_decl, /* early_global_decl */ dbxout_late_global_decl, /* late_global_decl */ |