projects
/
lttng-ust.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
68d4b11
)
Tests: update ust-elf tests to reflect correct memsz computation
author
Antoine Busque
<abusque@efficios.com>
Mon, 9 May 2016 22:09:37 +0000
(18:09 -0400)
committer
Mathieu 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
patch
|
blob
|
blame
|
history
diff --git
a/tests/ust-elf/prog.c
b/tests/ust-elf/prog.c
index 305f2349ec10035987c5f30e3bf878e857f561a5..da4f3963edbb30ce5b1664b5325a13366ad66e14 100644
(file)
--- 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
819
2
-#define X86_64_MEMSZ
4194304
-#define ARMEB_MEMSZ
6553
6
-#define AARCH64_BE_MEMSZ
13107
2
+#define X86_MEMSZ
573
2
+#define X86_64_MEMSZ
2099376
+#define ARMEB_MEMSZ
3419
6
+#define AARCH64_BE_MEMSZ
6763
2
#define X86_CRC 0x1531f73c
#define X86_64_CRC 0xa048a98f
This page took
0.025427 seconds
and
4
git commands to generate.