* srec.c (srec_scan): Set lma as well as vma.
This commit is contained in:
parent
98a2c9d2ea
commit
55ae43ab3a
1 changed files with 1 additions and 0 deletions
|
@ -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…
Reference in a new issue