* elf32-i386.c (elf_i386_finish_dynamic_sections): Fix signedness

warning.
This commit is contained in:
Andreas Schwab
2005-05-11 09:23:43 +00:00
parent fe09a05518
commit 4c9b0de65e
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2005-05-11 Andreas Schwab <schwab@suse.de>
* elf32-i386.c (elf_i386_finish_dynamic_sections): Fix signedness
warning.
2005-05-10 H.J. Lu <hongjiu.lu@intel.com>
* elf.c (_bfd_elf_make_section_from_shdr): Only check debug

View File

@ -3443,7 +3443,7 @@ elf_i386_finish_dynamic_sections (bfd *output_bfd,
if (htab->is_vxworks && !info->shared)
{
int num_plts = (htab->splt->size / PLT_ENTRY_SIZE) - 1;
char *p;
unsigned char *p;
p = htab->srelplt2->contents;
if (info->shared)