mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-27 05:50:43 +00:00
Cast to unsigned long for 0x%lx.
2010-06-11 H.J. Lu <hongjiu.lu@intel.com> * readelf.c (dump_ia64_vms_dynamic_fixups): Cast to unsigned long for 0x%lx.
This commit is contained in:
parent
caddefa41f
commit
7f01b0c676
@ -1,3 +1,8 @@
|
||||
2010-06-11 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
* readelf.c (dump_ia64_vms_dynamic_fixups): Cast to unsigned long
|
||||
for 0x%lx.
|
||||
|
||||
2010-06-11 Tristan Gingold <gingold@adacore.com>
|
||||
Doug Rupp <rupp@gnat.com>
|
||||
|
||||
|
@ -5112,7 +5112,7 @@ dump_ia64_vms_dynamic_fixups (FILE *file, struct ia64_vms_dynfixup *fixup,
|
||||
else
|
||||
{
|
||||
warn ("corrupt library name index of 0x%lx found in dynamic entry",
|
||||
fixup->needed);
|
||||
(unsigned long) fixup->needed);
|
||||
lib_name = "???";
|
||||
}
|
||||
printf (_("\nImage fixups for needed library #%d: %s - ident: %lx\n"),
|
||||
|
Loading…
Reference in New Issue
Block a user