mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 01:07:52 +00:00
* srec.c (srec_scan): Set lma as well as vma.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user