/[packages]/updates/5/elfutils/current/SOURCES/elfutils-skip_elflint_self_test.patch
ViewVC logotype

Contents of /updates/5/elfutils/current/SOURCES/elfutils-skip_elflint_self_test.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 823873 - (show annotations) (download)
Thu Jun 18 21:56:44 2015 UTC (8 years, 10 months ago) by umeabot
File size: 1101 byte(s)
SILENT Branching for Mageia 5
1 don't fail on failures of run-elflinut-self. it's a grey area. the gnu toolchain
2 produces binaries which are not necessary compliant with elf docs and finding who's
3 wrong is not evident (at least for me)
4
5 On mips, it doesn't like :
6 .dynsym:
7 94: 00434730 1388 FUNC GLOBAL HIDDEN 11 __udivdi3
8
9 STT_OTHER STV_HIDDEN STB_GLOBAL doesn't seem to be a valid combo according to
10 elf docs but mips toolchain creates it
11
12 On arm, it doesn't like :
13 .dynsym:
14 2: 0004aaec 0 NOTYPE LOCAL DEFAULT ABS __exidx_start
15
16 I guess this has been introduced by binutils commit 83090d51cd2267390612f7bccbfd586d7fbec39f
17 The information about where to put __exidx_start is not easy to find and it's really possible
18 that elflint is right here too
19
20 rtp
21 Index: elfutils-0.145/tests/run-elflint-self.sh
22 ===================================================================
23 --- elfutils-0.145.orig/tests/run-elflint-self.sh
24 +++ elfutils-0.145/tests/run-elflint-self.sh
25 @@ -59,4 +59,4 @@ runtest ../libebl/libebl_sh.so
26 runtest ../libebl/libebl_sparc.so
27 runtest ../libebl/libebl_x86_64.so
28
29 -exit $status
30 +exit 77

  ViewVC Help
Powered by ViewVC 1.1.30