Use sigsetjmp/siglongjmp in opcodes
[deliverable/binutils-gdb.git] / binutils / objdump.c
index 20e3b09dff0d6be57d66b9b80bda1c8944991337..14f412214c96f7d849d70ae3ba17e283966abc51 100644 (file)
@@ -2259,7 +2259,7 @@ load_specific_debug_section (enum dwarf_section_display_enum debug,
   if (section->start != NULL)
     return 1;
 
-  section->address = 0;
+  section->address = bfd_get_section_vma (abfd, sec);
   section->size = bfd_get_section_size (sec);
   section->start = NULL;
   ret = bfd_get_full_section_contents (abfd, sec, &section->start);
This page took 0.023134 seconds and 4 git commands to generate.