This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] More trivial bits from early LTO debug merge


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
references is not in this file (ok, most of it ...).

Richard.

> * dbxout.c (xcoff_debug_hooks):  Add filename parameter to early_finish hook.
> 
> Thanks, David
> 
> Index: dbxout.c
> ===================================================================
> --- dbxout.c    (revision 240270)
> +++ dbxout.c    (working copy)
> @@ -388,8 +388,8 @@ const struct gcc_debug_hooks xcoff_debug_hooks =
>  {
>    dbxout_init,
>    dbxout_finish,
> +  debug_nothing_charstar,
>    debug_nothing_void,
> -  debug_nothing_void,
>    debug_nothing_int_charstar,
>    debug_nothing_int_charstar,
>    dbxout_start_source_file,
> 
> 

-- 
Richard Biener <rguenther@suse.de>
SUSE LINUX GmbH, GF: Felix Imendoerffer, Jane Smithard, Graham Norton, HRB 21284 (AG Nuernberg)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]