PATCH elf.c LP64 'comparsion is always false'

Alan Modra amodra@bigpond.net.au
Fri May 9 11:00:00 GMT 2003


On Thu, May 08, 2003 at 08:10:28PM +0000, Andrey Petrov wrote:
> Index: elf.c
> ===================================================================
> RCS file: /cvs/src/src/bfd/elf.c,v
> retrieving revision 1.182
> diff -u -p -r1.182 elf.c
> --- elf.c       24 Apr 2003 17:19:37 -0000      1.182
> +++ elf.c       8 May 2003 19:03:22 -0000
> @@ -2365,9 +2365,9 @@ elf_fake_sections (abfd, asect, failedpt
>  
>    this_hdr = &elf_section_data (asect)->this_hdr;
>  
> -  this_hdr->sh_name = (unsigned long) _bfd_elf_strtab_add (elf_shstrtab (abfd),
> +  this_hdr->sh_name = (unsigned int) _bfd_elf_strtab_add (elf_shstrtab (abfd),
>                                                            asect->name, FALSE);
> -  if (this_hdr->sh_name == (unsigned long) -1)
> +  if (this_hdr->sh_name == (unsigned int) -1)
>      {
>        *failedptr = TRUE;
>        return;

Applied.  Thanks.

-- 
Alan Modra
IBM OzLabs - Linux Technology Centre



More information about the Binutils mailing list