summaryrefslogtreecommitdiffstats
path: root/gcc
diff options
context:
space:
mode:
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/config/darwin.c3
2 files changed, 7 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 1acac7f654b..5b338e00856 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+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
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
OpenPOWER on IntegriCloud