Tests: update ust-elf tests to reflect correct memsz computation
authorAntoine Busque <abusque@efficios.com>
Mon, 9 May 2016 22:09:37 +0000 (18:09 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 10 May 2016 02:36:50 +0000 (22:36 -0400)
Signed-off-by: Antoine Busque <abusque@efficios.com>
tests/ust-elf/prog.c

index 305f2349ec10035987c5f30e3bf878e857f561a5..da4f3963edbb30ce5b1664b5325a13366ad66e14 100644 (file)
  * Expected memsz were computed using libelf, build ID and debug link
  * were determined through readelf.
  */
-#define X86_MEMSZ 8192
-#define X86_64_MEMSZ 4194304
-#define ARMEB_MEMSZ 65536
-#define AARCH64_BE_MEMSZ 131072
+#define X86_MEMSZ 5732
+#define X86_64_MEMSZ 2099376
+#define ARMEB_MEMSZ 34196
+#define AARCH64_BE_MEMSZ 67632
 
 #define X86_CRC 0x1531f73c
 #define X86_64_CRC 0xa048a98f
This page took 0.024816 seconds and 4 git commands to generate.