gold/Gold_data.hpp: Fix edge condition in `has_partial_overlap()`
If c.addr + c.addr.size == addr then regions where incorrectly considered partially overlapping and likewise for addr + addr.size == c.addr NB: There's a faster way to check for partial overlap, but we'll keep the change minimal here.
parent
81c2b255
Please register or sign in to comment