Commit 8dd23f3e by David Edelsohn Committed by David Edelsohn

* dbxout.c (xcoff_debug_hooks): Add filename parameter to early_finish hook.

From-SVN: r240273
parent 00cc7cbf
2016-09-20 David Edelsohn <dje.gcc@gmail.com>
* dbxout.c (xcoff_debug_hooks): Add filename parameter to
early_finish hook.
2016-09-20 Michael Meissner <meissner@linux.vnet.ibm.com> 2016-09-20 Michael Meissner <meissner@linux.vnet.ibm.com>
* config/rs6000/rs6000.c (rs6000_expand_vector_init): For V4SF * config/rs6000/rs6000.c (rs6000_expand_vector_init): For V4SF
......
...@@ -388,7 +388,7 @@ const struct gcc_debug_hooks xcoff_debug_hooks = ...@@ -388,7 +388,7 @@ const struct gcc_debug_hooks xcoff_debug_hooks =
{ {
dbxout_init, dbxout_init,
dbxout_finish, dbxout_finish,
debug_nothing_void, debug_nothing_charstar,
debug_nothing_void, debug_nothing_void,
debug_nothing_int_charstar, debug_nothing_int_charstar,
debug_nothing_int_charstar, debug_nothing_int_charstar,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment