]> git.pld-linux.org Git - packages/elfutils.git/blame - elfutils-align.patch
separate libs and tools; rel 2
[packages/elfutils.git] / elfutils-align.patch
CommitLineData
09597f80
JB
1--- elfutils-0.178/libdw/libdwP.h.orig 2019-12-01 18:40:54.893054665 +0100
2+++ elfutils-0.178/libdw/libdwP.h 2019-12-01 18:43:25.465572277 +0100
3@@ -234,7 +234,11 @@
6522a4d9
JB
4 size_t size;
5 size_t remaining;
6 struct libdw_memblock *prev;
7- char mem[0];
8+ char mem[0]
9+#ifdef __sparc__
09597f80 10+ __attribute__((aligned(8)))
6522a4d9 11+#endif
09597f80
JB
12+ ;
13 } **mem_tails;
6522a4d9
JB
14
15 /* Default size of allocated memory blocks. */
This page took 0.259122 seconds and 4 git commands to generate.