rs6000.c (altivec_init_builtins): Make the pointer argument in the prototypes of...
authorZack Weinberg <zack@gcc.gnu.org>
Thu, 28 Nov 2002 05:29:12 +0000 (05:29 +0000)
committerZack Weinberg <zack@gcc.gnu.org>
Thu, 28 Nov 2002 05:29:12 +0000 (05:29 +0000)
commit0dbc3651e105dccd8705790271a33c6d68e22b03
tree4b53ba6aab4d4589a5ca3c4e1f4405b26cfc89e3
parentd1aed877ee9f7868662f49d9a11bfee9390fd00f
rs6000.c (altivec_init_builtins): Make the pointer argument in the prototypes of the following builtins be (const...

* config/rs6000/rs6000.c (altivec_init_builtins): Make the
pointer argument in the prototypes of the following builtins
be (const TYPE *) rather than (TYPE *):
 + __builtin_altivec_ld_internal_4sf
 + __builtin_altivec_ld_internal_4si
 + __builtin_altivec_ld_internal_8hi
 + __builtin_altivec_ld_internal_16qi
 + __builtin_altivec_lvsl
 + __builtin_altivec_lvsr
 + __builtin_altivec_lvebx
 + __builtin_altivec_lvehx
 + __builtin_altivec_lvewx
 + __builtin_altivec_lvxl
 + __builtin_altivec_lvx
 + __builtin_altivec_dst
 + __builtin_altivec_dstt
 + __builtin_altivec_dstst
 + __builtin_altivec_dststt

From-SVN: r59596
gcc/ChangeLog
gcc/config/rs6000/rs6000.c