Browse Source

* srec.c (srec_scan): Set lma as well as vma.

gdb-4_18-branch
Ian Lance Taylor 31 years ago
parent
commit
55ae43ab3a
  1. 1
      bfd/srec.c

1
bfd/srec.c

@ -521,6 +521,7 @@ srec_scan (abfd)
goto error_return;
sec->flags = SEC_HAS_CONTENTS | SEC_LOAD | SEC_ALLOC;
sec->vma = address;
sec->lma = address;
sec->_raw_size = bytes;
sec->filepos = pos;
}

Loading…
Cancel
Save