Hi!
On Mon, 19 Sep 2016 09:53:13 +0200 (CEST), Richard Biener
wrote:
> * debug.h (gcc_debug_hooks): Add filename parameter to early_finish
> hook.
> [...]
With contrib/config-list.mk testing, I noticed another one that needed to
be updated; log/alpha-dec-vms-make.out, log/alph
On Tue, 20 Sep 2016, David Edelsohn wrote:
> dbxout.c has two definitions of the structure: dbx and xcoff. The
> patch forgot to update the xcoff one (lucky AIX :-).
Oops, sorry. I wonder why this is all guarded by
#if defined (XCOFF_DEBUGGING_INFO)? Ah, for some reason everything it
reference
dbxout.c has two definitions of the structure: dbx and xcoff. The
patch forgot to update the xcoff one (lucky AIX :-).
* dbxout.c (xcoff_debug_hooks): Add filename parameter to early_finish hook.
Thanks, David
Index: dbxout.c
===
OK.
On Mon, Sep 19, 2016 at 3:53 AM, Richard Biener wrote:
>
> This merges moving filename and related CU annotation from late finish
> to early finish. With this all changes to cgraphunit.c have been merged.
>
> [LTO] Bootstrap and test running on x86_64-unknown-linux-gnu.
>
> Richard.
>
> 2016
This merges moving filename and related CU annotation from late finish
to early finish. With this all changes to cgraphunit.c have been merged.
[LTO] Bootstrap and test running on x86_64-unknown-linux-gnu.
Richard.
2016-09-19 Richard Biener
* debug.h (gcc_debug_hooks): Add filename