diff options
Diffstat (limited to 'gcc/config/darwin.c')
-rw-r--r-- | gcc/config/darwin.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/config/darwin.c b/gcc/config/darwin.c index 6ceb8084904..e486594b702 100644 --- a/gcc/config/darwin.c +++ b/gcc/config/darwin.c @@ -1242,7 +1242,8 @@ machopic_select_rtx_section (enum machine_mode mode, rtx x, else if (TARGET_64BIT && GET_MODE_SIZE (mode) == 16 && (GET_CODE (x) == CONST_INT - || GET_CODE (x) == CONST_DOUBLE)) + || GET_CODE (x) == CONST_DOUBLE + || GET_CODE (x) == CONST_VECTOR)) return darwin_sections[literal16_section]; else if (MACHOPIC_INDIRECT && (GET_CODE (x) == SYMBOL_REF |