aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorDaniel Cederman <cederman@gaisler.com>2024-01-16 14:57:15 +0100
committerDaniel Hellstrom <daniel@gaisler.com>2024-01-19 10:40:10 +0100
commit3670fb86bcd670f9183d7ff43612746d40dc113f (patch)
tree885351920de571f25b36fc9d65dab2e70ca2429e /gcc
parentee2aa93e9cd0d62f840cb6614c3cd12c15301a72 (diff)
downloadgcc-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