1
1
mirror of https://github.com/rui314/mold.git synced 2024-09-22 02:20:51 +03:00

temporary

This commit is contained in:
Rui Ueyama 2021-01-12 12:35:24 +09:00
parent ffbe2265d5
commit d1b4f15e49

2
mold.h
View File

@ -1013,7 +1013,7 @@ inline u64 Symbol::get_addr() const {
return input_section->get_addr() + value;
}
if (file && file->is_dso && copyrel_offset == -1)
if (file && file->is_dso)
return get_plt_addr();
return value;