Add cast to avoid compile time warning

This commit is contained in:
Nick Clifton 2007-10-31 17:13:53 +00:00
parent 41e9264106
commit 99dcb0b923
1 changed files with 1 additions and 1 deletions

View File

@ -8277,7 +8277,7 @@ debug_apply_relocations (void *file,
{
warn (_("skipping unexpected symbol type %s in %ld'th relocation in section %s\n"),
get_symbol_type (ELF_ST_TYPE (sym->st_info)),
rp - relocs,
(long int)(rp - relocs),
SECTION_NAME (relsec));
continue;
}