Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(24)

Unified Diff: tools/binary_size/libsupersize/testdata/Diff_Basic.golden

Issue 2924193004: supersize: Show relocations in section totals (Closed)
Patch Set: Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: tools/binary_size/libsupersize/testdata/Diff_Basic.golden
diff --git a/tools/binary_size/libsupersize/testdata/Diff_Basic.golden b/tools/binary_size/libsupersize/testdata/Diff_Basic.golden
index b6b607001877639e308170a8d9768ddf59cbf31a..8d756e17cf3092d5bba64cc5864bb44ea215e0ab 100644
--- a/tools/binary_size/libsupersize/testdata/Diff_Basic.golden
+++ b/tools/binary_size/libsupersize/testdata/Diff_Basic.golden
@@ -9,8 +9,7 @@ New Metadata:
Section Sizes (Total=0 bytes (0 bytes)):
.bss: 0 bytes (0 bytes) (not included in totals)
.data: 0 bytes (0 bytes) (0.0%)
- .data.rel.ro: 0 bytes (0 bytes) (0.0%)
- .data.rel.ro.local: 0 bytes (0 bytes) (0.0%)
+ .rel.dyn: 0 bytes (0 bytes) (0.0%)
.rodata: 0 bytes (0 bytes) (0.0%)
.text: 0 bytes (0 bytes) (0.0%)
@@ -18,6 +17,8 @@ Other section sizes:
.ARM.attributes: 0 bytes (0 bytes)
.ARM.exidx: 0 bytes (0 bytes)
.ARM.extab: 0 bytes (0 bytes)
+ .data.rel.ro: 0 bytes (0 bytes)
+ .data.rel.ro.local: 0 bytes (0 bytes)
.dynamic: 0 bytes (0 bytes)
.dynstr: 0 bytes (0 bytes)
.dynsym: 0 bytes (0 bytes)
@@ -32,7 +33,6 @@ Other section sizes:
.note.gnu.build-id: 0 bytes (0 bytes)
.note.gnu.gold-version: 0 bytes (0 bytes)
.plt: 0 bytes (0 bytes)
- .rel.dyn: 0 bytes (0 bytes)
.rel.plt: 0 bytes (0 bytes)
.shstrtab: 0 bytes (0 bytes)
.strtab: 0 bytes (0 bytes)
« no previous file with comments | « tools/binary_size/libsupersize/testdata/Console.golden ('k') | tools/binary_size/libsupersize/testdata/Diff_NullDiff.golden » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698