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] x86: Don't include <init-arch.h> in assembly codes


On 08/01/2018 05:20 PM, H.J. Lu wrote:
There is no need to include <init-arch.h> in assembly codes since all
x86 IFUNC selector functions are written in C.  Tested on i686 and
x86-64.  There is no code change in libc.so, ld.so and libmvec.so.
---
  sysdeps/i386/i686/multiarch/bzero-ia32.S               | 1 -
  sysdeps/x86_64/fpu/multiarch/svml_d_sin8_core-avx2.S   | 1 -
  sysdeps/x86_64/fpu/multiarch/svml_s_expf16_core-avx2.S | 1 -
  sysdeps/x86_64/multiarch/memset-sse2-unaligned-erms.S  | 1 -
  4 files changed, 4 deletions(-)

Needs a ChangeLog entry.  Actual change looks okay.

Thanks,
Florian


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