diff options
author | Daniel Cederman <cederman@gaisler.com> | 2024-01-16 14:57:15 +0100 |
---|---|---|
committer | Daniel Hellstrom <daniel@gaisler.com> | 2024-01-19 10:40:10 +0100 |
commit | 3670fb86bcd670f9183d7ff43612746d40dc113f (patch) | |
tree | 885351920de571f25b36fc9d65dab2e70ca2429e /gcc | |
parent | ee2aa93e9cd0d62f840cb6614c3cd12c15301a72 (diff) | |
download | gcc-3670fb86bcd670f9183d7ff43612746d40dc113f.zip gcc-3670fb86bcd670f9183d7ff43612746d40dc113f.tar.gz gcc-3670fb86bcd670f9183d7ff43612746d40dc113f.tar.bz2 |
libsanitizer: Replace memcpy with internal version in sanitizer_common
When GCC is configured with --enable-target-optspace the compiler generates
a memcpy call in the Symbolizer constructor in sanitizer_symbolizer.cpp
when compiling for SPARC V8. Add HAVE_AS_SYM_ASSIGN to replace it with a
call to __sanitizer_internal_memcpy.
libsanitizer/ChangeLog:
* sanitizer_common/Makefile.am (DEFS): Add @AS_SYM_ASSIGN_DEFS@.
* sanitizer_common/Makefile.in: Regenerate.
Diffstat (limited to 'gcc')
0 files changed, 0 insertions, 0 deletions