mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-07-14 03:40:52 +08:00
* elf32-arm.c(elf32_arm_finish_dynamic_sections): Use unsigned char type.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2006-03-09 Khem Raj <khem@mvista.com>
|
||||||
|
|
||||||
|
* elf32-arm.c(elf32_arm_finish_dynamic_sections): Use unsigned
|
||||||
|
char type.
|
||||||
|
|
||||||
2006-03-08 H.J. Lu <hongjiu.lu@intel.com>
|
2006-03-08 H.J. Lu <hongjiu.lu@intel.com>
|
||||||
|
|
||||||
* elfxx-ia64.c (elfNN_ia64_choose_gp): Properly choose gp.
|
* elfxx-ia64.c (elfNN_ia64_choose_gp): Properly choose gp.
|
||||||
|
@ -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
|
/* Correct the .rel(a).plt.unloaded relocations. They will have
|
||||||
incorrect symbol indexes. */
|
incorrect symbol indexes. */
|
||||||
int num_plts;
|
int num_plts;
|
||||||
char *p;
|
unsigned char *p;
|
||||||
|
|
||||||
num_plts = ((htab->splt->size - htab->plt_header_size)
|
num_plts = ((htab->splt->size - htab->plt_header_size)
|
||||||
/ htab->plt_entry_size);
|
/ htab->plt_entry_size);
|
||||||
|
Reference in New Issue
Block a user