From 5c665b884d659613a8dea504e42411d9fbdc9da9 Mon Sep 17 00:00:00 2001 From: Aldy Hernandez Date: Mon, 11 Feb 2002 06:05:05 +0000 Subject: [PATCH] rs6000.c (altivec_init_builtins): Handle __builtin_altivec_abs*. 2002-02-06 Aldy Hernandez * config/rs6000/rs6000.c (altivec_init_builtins): Handle __builtin_altivec_abs*. (bdesc_abs): New. * config/rs6000/rs6000.h (rs6000_builtins): Add ALTIVEC_BUILTIN_ABS*. * config/rs6000/altivec.h: Use const char for builtins expecting literals. (vec_abs): New versions for C and C++. (vec_abss): Same. From-SVN: r49669 --- gcc/ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 21be710c7191..8970974a9435 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,17 @@ +2002-02-11 Aldy Hernandez + + * config/rs6000/rs6000.c (altivec_init_builtins): Handle + __builtin_altivec_abs*. + (bdesc_abs): New. + + * config/rs6000/rs6000.h (rs6000_builtins): Add + ALTIVEC_BUILTIN_ABS*. + + * config/rs6000/altivec.h: Use const char for builtins expecting + literals. + (vec_abs): New versions for C and C++. + (vec_abss): Same. + 2002-02-10 Kazu Hirata * config/h8300/h8300.h (INITIALIZE_TRAMPOLINE): Simplify by