diff options
Diffstat (limited to 'src/internal/vis.h')
-rw-r--r-- | src/internal/vis.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/internal/vis.h b/src/internal/vis.h index 8414179e..35855fc8 100644 --- a/src/internal/vis.h +++ b/src/internal/vis.h @@ -4,7 +4,7 @@ * override default visibilities to reduce the size and performance costs * of position-independent code. */ -#ifndef CRT +#if !defined(CRT) && !defined(__ASSEMBLER__) /* Conceptually, all symbols should be protected, but some toolchains * fail to support copy relocations for protected data, so exclude all |