This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils 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: gdb.mi/mi-cli.exp failures


Hi Andrew,

> > On what target - I don't see these...
> 
> RH 7.2 i386, PPC and d10v also show a jump in failures

Err, d10v has not been contributed yet...  Did you mean d30v ?

> Applying the simple.c change causes the problem.

I suspect that just eliminating the free() will solve the problem:

> @@ -208,5 +208,6 @@
> 
>     bfd_link_hash_table_free (abfd, link_info.hash);
> 
> +  free (symbol_table);
>     return contents;
>   }
> 
> A guess is that something still has a reference to the symbab.

I am trying to build a ppc-linux toolchain now to see if I can
reproduce the problem there...

Cheers
        Nick


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