* commit '5811e3fce16d2394654447ae9ee504149b7e1000': Fix mips build
This commit is contained in:
commit
7ef5d8b845
1 changed files with 1 additions and 1 deletions
|
@ -1760,7 +1760,7 @@ bool soinfo::mips_relocate_got(const soinfo_list_t& global_group, const soinfo_l
|
||||||
// got[1] may be used for a GNU extension.
|
// got[1] may be used for a GNU extension.
|
||||||
// Set it to a recognizable address in case someone calls it (should be _rtld_bind_start).
|
// Set it to a recognizable address in case someone calls it (should be _rtld_bind_start).
|
||||||
// FIXME: maybe this should be in a separate routine?
|
// FIXME: maybe this should be in a separate routine?
|
||||||
if ((flags & FLAG_LINKER) == 0) {
|
if ((flags_ & FLAG_LINKER) == 0) {
|
||||||
size_t g = 0;
|
size_t g = 0;
|
||||||
got[g++] = reinterpret_cast<ElfW(Addr)*>(0xdeadbeef);
|
got[g++] = reinterpret_cast<ElfW(Addr)*>(0xdeadbeef);
|
||||||
if (reinterpret_cast<intptr_t>(got[g]) < 0) {
|
if (reinterpret_cast<intptr_t>(got[g]) < 0) {
|
||||||
|
|
Loading…
Reference in a new issue