am 83ebe0c3: am 41ebceaf: Merge "Exit normally when packing relocs saves no space."
* commit '83ebe0c37b5338d0940d45497144fe8aa4a4bfea': Exit normally when packing relocs saves no space.
This commit is contained in:
commit
08d62b2310
@ -666,7 +666,7 @@ bool ElfFile<ELF>::PackTypedRelocations(std::vector<typename ELF::Rela>* relocat
|
||||
|
||||
if (hole_size <= 0) {
|
||||
LOG(INFO) << "Packing relocations saves no space";
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
|
||||
size_t data_padding_bytes = is_padding_relocations_ ?
|
||||
|
Loading…
x
Reference in New Issue
Block a user