]> git.pld-linux.org Git - packages/elfutils.git/blob - elfutils-align.patch
- disable run-elflint-self.sh on sparcs and alpha
[packages/elfutils.git] / elfutils-align.patch
1 --- elfutils-0.108/libdw/libdwP.h.orig  2005-04-02 22:23:11.000000000 +0000
2 +++ elfutils-0.108/libdw/libdwP.h       2005-06-21 19:26:01.413965788 +0000
3 @@ -142,7 +142,11 @@
4      size_t size;
5      size_t remaining;
6      struct libdw_memblock *prev;
7 -    char mem[0];
8 +    char mem[0]
9 +#ifdef __sparc__
10 +    __attribute__((aligned(8)))
11 +#endif
12 +    ;
13    } *mem_tail;
14  
15    /* Default size of allocated memory blocks.  */
This page took 0.274953 seconds and 3 git commands to generate.