diff options
-rw-r--r-- | compiler-rt/lib/crt/crtbegin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/lib/crt/crtbegin.c b/compiler-rt/lib/crt/crtbegin.c index 796094f65e9..523ff6fe3d9 100644 --- a/compiler-rt/lib/crt/crtbegin.c +++ b/compiler-rt/lib/crt/crtbegin.c @@ -10,7 +10,7 @@ __attribute__((visibility("hidden"))) void *__dso_handle = &__dso_handle; -static void *__EH_FRAME_LIST__[] +__extension__ static void *__EH_FRAME_LIST__[] __attribute__((section(".eh_frame"), aligned(sizeof(void *)))) = {}; extern void __register_frame_info(const void *, void *) __attribute__((weak)); |