From 55ae43ab3a76c8adcb161a21e1bbe1a036f57aa4 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Sat, 2 Dec 1995 01:59:20 +0000 Subject: [PATCH] * srec.c (srec_scan): Set lma as well as vma. --- bfd/srec.c | 1 + 1 file changed, 1 insertion(+) diff --git a/bfd/srec.c b/bfd/srec.c index 466a85b47d2..ad7df128588 100644 --- a/bfd/srec.c +++ b/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; } -- 2.30.2