]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Use addr_mask to check VMA and LMA
authorH.J. Lu <hjl.tools@gmail.com>
Tue, 14 Mar 2017 16:09:54 +0000 (09:09 -0700)
committerH.J. Lu <hjl.tools@gmail.com>
Tue, 14 Mar 2017 16:09:54 +0000 (09:09 -0700)
commit9216a6f33592c350ad50696d5571c82e47b71a5e
tree2d39639dc0397289efc02fc48fdf26624e026693
parentcf81cf6081d1a8c15c477f903d15d7b88f31b686
Use addr_mask to check VMA and LMA

Since BFD64 may be used on 32-bit address, we need to apply addr_mask
to check VMA and LMA.

* ldlang.c (lang_check_section_addresses): Use addr_mask to
check VMA and LMA.
ld/ChangeLog
ld/ldlang.c