2006-09-10 Eric Christopher <echristo@apple.com>
* config/darwin.c (machopic_select_rtx_section): Add CONST_VECTOR
for literal16.
From-SVN: r116821
+2006-09-10 Eric Christopher <echristo@apple.com>
+
+ * config/darwin.c (machopic_select_rtx_section): Add CONST_VECTOR
+ for literal16.
+
2006-09-09 Eric Christopher <echristo@apple.com>
PR target/28995
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