This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH 4/4] arm: Enable ARM mode for armv6 strlen


On Thu, 2018-04-12 at 16:41 -0300, Adhemerval Zanella wrote:
> Because as reported by BZ#23031 [1], the user is using a kernel
> explicit
> configured to no enable thumb instructions. Although this kernel
> config 
> is debatable whether is brings any gain to userland, it still a valid
> one.

I don't think it's legitimate for the user to tell glibc that he's
using ARMv7 and then configure the runtime environment to disable some
parts of that architecture.  If he doesn't want Thumb, he should
configure glibc for an architecture that doesn't include it.

p.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]