* elf32-i386.c (elf_i386_finish_dynamic_sections): Fix signedness
authorAndreas Schwab <schwab@linux-m68k.org>
Wed, 11 May 2005 09:23:43 +0000 (09:23 +0000)
committerAndreas Schwab <schwab@linux-m68k.org>
Wed, 11 May 2005 09:23:43 +0000 (09:23 +0000)
warning.

bfd/ChangeLog
bfd/elf32-i386.c

index a136d2f96043cc516c1f3e6efc59ee62b1c1a4c7..5c0b1469982a5398642bb970006ce51f6be97e44 100644 (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
index 35716796068032c038515300557d7ff57ad4ad3e..fe2ebc85c447845af67390a49cba67e9afb8fc33 100644 (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)
This page took 0.030938 seconds and 4 git commands to generate.