[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [patches] Fix build failure in ld-collate.c



On Thu, 13 Sep 2007, Jim Blandy wrote:

> ChangeLog.eglibc:
> 2007-09-13  Jim Blandy  <jimb@xxxxxxxxxxxxxxxx>
> 
> 	* locale/programs/ld-collate.c (collate_output): Call
> 	add_locale_callidx_table as required by cross-localedef changes,
> 	not collidx_table_finalize.

We now have two calls to add_locale_collidx_table very close together.  I 
hope that's correct....

  add_locale_collidx_table (&file, &tablewc);

  memset (&atwc, 0, sizeof (atwc));

  /* Now add the four tables.  */
  add_locale_collidx_table (&file, &tablewc);

-- 
Joseph S. Myers
joseph@xxxxxxxxxxxxxxxx