summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>2016-09-20 16:37:08 +0000
committerdje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>2016-09-20 16:37:08 +0000
commit6139236748d95fa22f3906bb10984689c2a313fd (patch)
tree0b527c3b5b671ba5be248bad90965fc5301dfcdd
parent3f1df03d6c7d1deacec1e9e4a67abf1c2bb157fa (diff)
downloadgcc-6139236748d95fa22f3906bb10984689c2a313fd.tar.gz
* dbxout.c (xcoff_debug_hooks): Add filename parameter to early_finish hook.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@240273 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/dbxout.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 92370d182f3..9c757ca9f5b 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+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>
* config/rs6000/rs6000.c (rs6000_expand_vector_init): For V4SF
diff --git a/gcc/dbxout.c b/gcc/dbxout.c
index 5485a6cbc88..9aa156750aa 100644
--- a/gcc/dbxout.c
+++ b/gcc/dbxout.c
@@ -388,7 +388,7 @@ const struct gcc_debug_hooks xcoff_debug_hooks =
{
dbxout_init,
dbxout_finish,
- debug_nothing_void,
+ debug_nothing_charstar,
debug_nothing_void,
debug_nothing_int_charstar,
debug_nothing_int_charstar,