darwin.c (machopic_select_rtx_section): Add CONST_VECTOR for literal16.

2006-09-10  Eric Christopher  <echristo@apple.com>

        * config/darwin.c (machopic_select_rtx_section): Add CONST_VECTOR
        for literal16.

From-SVN: r116821
This commit is contained in:
Eric Christopher 2006-09-10 19:28:17 +00:00 committed by Eric Christopher
parent bda91613d1
commit ca6f2eefa4
2 changed files with 7 additions and 1 deletions

View File

@ -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

View File

@ -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