* elf32-arm.c(elf32_arm_finish_dynamic_sections): Use unsigned char type.

This commit is contained in:
Nick Clifton
2006-03-09 17:06:58 +00:00
parent 831004b79b
commit eed62c48bf
2 changed files with 6 additions and 1 deletions

View File

@@ -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);