aboutsummaryrefslogtreecommitdiff
path: root/TODO
blob: 44e557e12294ca2555253b847a565deab46ec21e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
REQUESTS
----------
<psm> feature request for pax-utils, find cause of GNU_STACK = RWX, especially if PAX_FLAGS = E (nested function ,,,)


Fix these warnings when building on ia64/sparc:
scanelf.c: In function `scanelf_file_textrel':
scanelf.c:241: warning: cast increases required alignment of target type
scanelf.c:242: warning: cast increases required alignment of target type
due to:
	dyn = DYN ## B (elf->data + offset); \
	rel = REL ## B (elf->data + EGET(shdr[s].sh_offset)); \
	rela = RELA ## B (elf->data + EGET(shdr[s].sh_offset)); \
	sym = SYM ## B (elf->data + EGET(symtab->sh_offset)); \