Re: prelink -u on aarch64 question
Jan Kratochvil <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <[email protected]> |
On Wed, 26 Jul 2017 19:37:46 +0200, Steve Ellcey wrote: > I was wondering if anyone could tell me anything about prelink on > aarch64? prelink probably is not supported on aarch64 at all, I have not checked. But even on x86* prelink has been discontinued - on its "core" distro: Don't enable prelink by default in Fedora https://pagure.io/fesco/issue/1183 I think at least the prelink testfile gdb.base/break-interp.exp could be even disabled by default nowadays (saying that as author of the testfile) as even when it PASSes it is very slow given the huge number of combinations it does test. Jan