Merge "Fix mips relocation to use load_bias as intended"
This commit is contained in:
		@@ -128,7 +128,7 @@ bool soinfo::relocate(ElfRelIteratorT&& rel_iterator,
 | 
				
			|||||||
        if (s != nullptr) {
 | 
					        if (s != nullptr) {
 | 
				
			||||||
          *reinterpret_cast<ElfW(Addr)*>(reloc) += sym_addr;
 | 
					          *reinterpret_cast<ElfW(Addr)*>(reloc) += sym_addr;
 | 
				
			||||||
        } else {
 | 
					        } else {
 | 
				
			||||||
          *reinterpret_cast<ElfW(Addr)*>(reloc) += base;
 | 
					          *reinterpret_cast<ElfW(Addr)*>(reloc) += load_bias;
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
        break;
 | 
					        break;
 | 
				
			||||||
      default:
 | 
					      default:
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user