mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-02 19:46:09 +08: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