]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* dbxout.c (xcoff_debug_hooks): Add set_name_debug_nothing.
authorDavid Edelsohn <edelsohn@gnu.org>
Fri, 17 Apr 2009 20:38:38 +0000 (20:38 +0000)
committerDavid Edelsohn <dje@gcc.gnu.org>
Fri, 17 Apr 2009 20:38:38 +0000 (16:38 -0400)
From-SVN: r146290

gcc/ChangeLog
gcc/dbxout.c

index ab237e8a96dc5c6044e3fb9219cf0acc932a6209..a9cd06f0d4e35854bd649227a692523cebc98b80 100644 (file)
@@ -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.
index 2182d78c20340d423a1f716dab37d569be8ebbaf..c8bf30d69d6b04a338d86bbac2f0622461935e21 100644 (file)
@@ -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  */