From: Nick Clifton Date: Thu, 9 Mar 2006 17:06:58 +0000 (+0000) Subject: * elf32-arm.c(elf32_arm_finish_dynamic_sections): Use unsigned char type. X-Git-Tag: binutils-csl-2_17-branchpoint~89 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=eed62c48bf9249359155084a6e7c1dcb51e361f6;p=external%2Fbinutils.git * elf32-arm.c(elf32_arm_finish_dynamic_sections): Use unsigned char type. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 855984a..49d65ce 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +2006-03-09 Khem Raj + + * elf32-arm.c(elf32_arm_finish_dynamic_sections): Use unsigned + char type. + 2006-03-08 H.J. Lu * elfxx-ia64.c (elfNN_ia64_choose_gp): Properly choose gp. diff --git a/bfd/elf32-arm.c b/bfd/elf32-arm.c index 7a957e6..21f17f0 100644 --- a/bfd/elf32-arm.c +++ b/bfd/elf32-arm.c @@ -7351,7 +7351,7 @@ elf32_arm_finish_dynamic_sections (bfd * output_bfd, struct bfd_link_info * info /* Correct the .rel(a).plt.unloaded relocations. They will have incorrect symbol indexes. */ int num_plts; - char *p; + unsigned char *p; num_plts = ((htab->splt->size - htab->plt_header_size) / htab->plt_entry_size);