mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-05 21:50:21 +08:00
2002-04-05 Michael Snyder <msnyder@redhat.com>
* cli/cli-dump.c (restore_section_callback): Use paddr_nz.
This commit is contained in:
@ -1,3 +1,7 @@
|
||||
2002-04-05 Michael Snyder <msnyder@redhat.com>
|
||||
|
||||
* cli/cli-dump.c (restore_section_callback): Use paddr_nz.
|
||||
|
||||
2002-04-05 H.J. Lu (hjl@gnu.org)
|
||||
|
||||
* solib-svr4.c (bkpt_names): Add "__start".
|
||||
|
@ -527,11 +527,11 @@ restore_section_callback (bfd *ibfd, asection *isec, void *args)
|
||||
(unsigned long) sec_end);
|
||||
|
||||
if (data->load_offset != 0 || data->load_start != 0 || data->load_end != 0)
|
||||
printf_filtered (" into memory (0x%lx to 0x%lx)\n",
|
||||
(unsigned long) sec_start
|
||||
+ sec_offset + data->load_offset,
|
||||
(unsigned long) sec_start + sec_offset
|
||||
+ data->load_offset + sec_load_count);
|
||||
printf_filtered (" into memory (0x%s to 0x%s)\n",
|
||||
paddr_nz ((unsigned long) sec_start
|
||||
+ sec_offset + data->load_offset),
|
||||
paddr_nz ((unsigned long) sec_start + sec_offset
|
||||
+ data->load_offset + sec_load_count));
|
||||
else
|
||||
puts_filtered ("\n");
|
||||
|
||||
|
Reference in New Issue
Block a user