* coffgen.c (make_a_section_from_file): Set lma to s_paddr, not
[deliverable/binutils-gdb.git] / bfd / ecoff.c
index 5c04b1b8d8ff16de10840459c6b3ca5f756b7a46..e4acd8360d761df79918d2ed1f391be1c73df4de 100644 (file)
@@ -2499,7 +2499,7 @@ _bfd_ecoff_write_object_contents (abfd)
       else
        section.s_vaddr = vma;
 
-      section.s_paddr = vma;
+      section.s_paddr = current->lma;
       section.s_size = bfd_get_section_size_before_reloc (current);
 
       /* If this section is unloadable then the scnptr will be 0.  */
This page took 0.023155 seconds and 4 git commands to generate.