projects
/
platform
/
upstream
/
binutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
41e9264
)
Add cast to avoid compile time warning
author
Nick Clifton
<nickc@redhat.com>
Wed, 31 Oct 2007 17:13:53 +0000
(17:13 +0000)
committer
Nick Clifton
<nickc@redhat.com>
Wed, 31 Oct 2007 17:13:53 +0000
(17:13 +0000)
binutils/readelf.c
patch
|
blob
|
history
diff --git
a/binutils/readelf.c
b/binutils/readelf.c
index
b64f775
..
b1357f8
100644
(file)
--- a/
binutils/readelf.c
+++ b/
binutils/readelf.c
@@
-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;
}