summaryrefslogtreecommitdiffstats
path: root/oatdump
diff options
context:
space:
mode:
authorVladimir Marko <vmarko@google.com>2018-10-11 11:40:57 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2018-10-11 11:40:57 +0000
commit407bdb1d04896c533d205aa255cf8f53ce6660ef (patch)
tree4453fa8dc685034445c2c009a08690b5835f1a86 /oatdump
parent34e3e3c1ac8c0c92c3d898b73b54d670c4dd5a8d (diff)
parenta2da9b99fa1ea3d25d52da71308a623b2aae216c (diff)
downloadart-407bdb1d04896c533d205aa255cf8f53ce6660ef.tar.gz
art-407bdb1d04896c533d205aa255cf8f53ce6660ef.tar.bz2
art-407bdb1d04896c533d205aa255cf8f53ce6660ef.zip
Merge "ART: Completely remove the --compile-pic option."
Diffstat (limited to 'oatdump')
-rw-r--r--oatdump/oatdump.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/oatdump/oatdump.cc b/oatdump/oatdump.cc
index 6f70efcff6..feb05d60db 100644
--- a/oatdump/oatdump.cc
+++ b/oatdump/oatdump.cc
@@ -1795,8 +1795,6 @@ class ImageDumper {
os << "PATCH DELTA:" << image_header_.GetPatchDelta() << "\n\n";
- os << "COMPILE PIC: " << (image_header_.CompilePic() ? "yes" : "no") << "\n\n";
-
{
os << "ROOTS: " << reinterpret_cast<void*>(image_header_.GetImageRoots().Ptr()) << "\n";
static_assert(arraysize(image_roots_descriptions_) ==