about summary refs log tree commit diff
path: root/string/strlen.c
diff options
context:
space:
mode:
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>2022-12-09 15:22:53 -0300
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>2024-04-17 16:12:40 -0300
commited04c874cfecd25c2c1449f39aa66390ae6ccf9d (patch)
tree878dcaae48e8e17bf028c9dec662cc9d818901de /string/strlen.c
parent0f9ceb0c3e2b52081cf2ac3deb236dad9aa545b1 (diff)
downloadglibc-ed04c874cfecd25c2c1449f39aa66390ae6ccf9d.tar.gz
glibc-ed04c874cfecd25c2c1449f39aa66390ae6ccf9d.tar.xz
glibc-ed04c874cfecd25c2c1449f39aa66390ae6ccf9d.zip
arm: Fix clang multi-arch build with ld.bfd
clang binds autogenerated memcpy/memset/memchr calls to the hidden
internal symbols, different than gcc that binds without hidden
attribute.  And this triggers an linker issue with bfd:

  ld: BFD (GNU Binutils for Ubuntu) 2.38 assertion fail
  ../../bfd/elf32-arm.c:4286

Similar to other architectures, bind internal memcpy and memcpy
symbols to the generic interface instead.
Diffstat (limited to 'string/strlen.c')
0 files changed, 0 insertions, 0 deletions