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

Unified Diff: tools/relocation_packer/test_data/elf_file_unittest_relocs.cc

Issue 341483002: Preserve section and data alignment in libchrome.<ver>.so. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Review feedback changes Created 6 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/relocation_packer/test_data/elf_file_unittest_relocs.cc
diff --git a/tools/relocation_packer/test_data/elf_file_unittest_relocs.cc b/tools/relocation_packer/test_data/elf_file_unittest_relocs.cc
index e6e9f6a7e53bbed489fcf3768273c187735c77ab..794c284d91321cb6cdaf090d0e39310cf977882e 100644
--- a/tools/relocation_packer/test_data/elf_file_unittest_relocs.cc
+++ b/tools/relocation_packer/test_data/elf_file_unittest_relocs.cc
@@ -38,3 +38,26 @@ const void* pointer_6 = &i;
const void* pointer_7 = &i;
const void* pointer_8 = &i;
const void* pointer_9 = &i;
+const void* pointer_10 = &i;
+const void* pointer_11 = &i;
+const void* pointer_12 = &i;
+const void* pointer_13 = &i;
+const void* pointer_14 = &i;
+const void* pointer_15 = &i;
+const void* pointer_16 = &i;
+const void* pointer_17 = &i;
+const void* pointer_18 = &i;
+const void* pointer_19 = &i;
+const void* pointer_20 = &i;
+const void* pointer_21 = &i;
+const void* pointer_22 = &i;
+const void* pointer_23 = &i;
+const void* pointer_24 = &i;
+const void* pointer_25 = &i;
+const void* pointer_26 = &i;
+const void* pointer_27 = &i;
+const void* pointer_28 = &i;
+const void* pointer_29 = &i;
+const void* pointer_30 = &i;
+const void* pointer_31 = &i;
+const void* pointer_32 = &i;
« no previous file with comments | « tools/relocation_packer/src/elf_file.cc ('k') | tools/relocation_packer/test_data/elf_file_unittest_relocs.so » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698