This is the mail archive of the binutils@sourceware.org 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: [PATCH] Free symbol buffers only if they are no longer in use


On Sep 11 2018, "H.J. Lu" <hjl.tools@gmail.com> wrote:

> @@ -1017,6 +1025,7 @@ create_symbol_htabs (void)
>  static void
>  add_specific_symbol (const char *name, htab_t htab)
>  {
> +  name = 
>    *htab_find_slot (htab, name, INSERT) = (char *) name;
>  }

Doesn't look like this is supposed to be part of the patch.

Andreas.

-- 
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510  2552 DF73 E780 A9DA AEC1
"And now for something completely different."


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