mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-23 11:39:26 +08:00
* elf32-i386.c (elf_i386_finish_dynamic_sections): Fix signedness
warning.
This commit is contained in:
@ -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
|
||||
|
@ -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)
|
||||
|
Reference in New Issue
Block a user