Mark Salter <msalter@cygnus.com>
* coffcode.h (coff_set_alignment_hook): Set lma from s_vaddr if COFF_WITH_PE defined.
This commit is contained in:
parent
c9fca91dfb
commit
9d8cefa978
@ -1,3 +1,8 @@
|
||||
1999-06-02 Mark Salter <msalter@cygnus.com>
|
||||
|
||||
* coffcode.h (coff_set_alignment_hook): Set lma from s_vaddr if
|
||||
COFF_WITH_PE defined.
|
||||
|
||||
1999-06-02 Nick Clifton <nickc@cygnus.com>
|
||||
|
||||
* pe-arm.c: Rename global arm interworking functions to avoid name
|
||||
|
@ -1228,6 +1228,9 @@ coff_set_alignment_hook (abfd, section, scnhdr)
|
||||
}
|
||||
#endif
|
||||
|
||||
#ifdef COFF_WITH_PE
|
||||
section->lma = hdr->s_vaddr;
|
||||
#endif
|
||||
}
|
||||
#undef ALIGN_SET
|
||||
#undef ELIFALIGN_SET
|
||||
|
Loading…
Reference in New Issue
Block a user