From: Antoine Busque Date: Mon, 9 May 2016 22:09:37 +0000 (-0400) Subject: Tests: update ust-elf tests to reflect correct memsz computation X-Git-Tag: v2.9.0-rc1~120 X-Git-Url: http://git.lttng.org/?a=commitdiff_plain;h=038eca0f0887c2c4e81339ba052ccc1ffb9fb9cd;hp=e1f0c5692aa0f75c547e28efd734cc911503c4f3;p=lttng-ust.git Tests: update ust-elf tests to reflect correct memsz computation Signed-off-by: Antoine Busque --- diff --git a/tests/ust-elf/prog.c b/tests/ust-elf/prog.c index 305f2349..da4f3963 100644 --- a/tests/ust-elf/prog.c +++ b/tests/ust-elf/prog.c @@ -33,10 +33,10 @@ * 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