projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
00cc7cb
)
* dbxout.c (xcoff_debug_hooks): Add filename parameter to early_finish hook.
author
David Edelsohn
<dje.gcc@gmail.com>
Tue, 20 Sep 2016 16:37:08 +0000
(16:37 +0000)
committer
David Edelsohn
<dje@gcc.gnu.org>
Tue, 20 Sep 2016 16:37:08 +0000
(12:37 -0400)
From-SVN: r240273
gcc/ChangeLog
patch
|
blob
|
history
gcc/dbxout.c
patch
|
blob
|
history
diff --git
a/gcc/ChangeLog
b/gcc/ChangeLog
index 92370d182f388a8bbb5b96e81b5f294fcfd73f42..9c757ca9f5b84923cbf176f11540449e17217007 100644
(file)
--- 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 5485a6cbc8825c8f85ebacff0727b0778ffc6cdf..9aa156750aa124ae350e94dc5146afd617d05155 100644
(file)
--- 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,