mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-23 20:19:49 +00:00
Fix typo.
This commit is contained in:
parent
2bbcdae974
commit
25345be504
@ -1,3 +1,7 @@
|
||||
2002-02-21 Nick Clifton <nickc@cambridge.redhat.com>
|
||||
|
||||
* readelf.c (dump_relocations): Fix typo.
|
||||
|
||||
2002-02-20 Nick Clifton <nickc@cambridge.redhat.com>
|
||||
|
||||
* NEWS: Mark 2.12 branch.
|
||||
|
@ -945,7 +945,7 @@ dump_relocations (file, rel_offset, rel_size, symtab, nsyms, strtab, is_rela)
|
||||
_bfd_int64_low (info));
|
||||
#else
|
||||
printf (do_wide
|
||||
? "%16.16lx %16.16lx ",
|
||||
? "%16.16lx %16.16lx "
|
||||
: "%12.12lx %12.12lx ",
|
||||
offset, info);
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user