summaryrefslogtreecommitdiffstats
path: root/contrib/gcc/libgcc2.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/gcc/libgcc2.h')
-rw-r--r--contrib/gcc/libgcc2.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/gcc/libgcc2.h b/contrib/gcc/libgcc2.h
index c13f0c7..d15ab8d 100644
--- a/contrib/gcc/libgcc2.h
+++ b/contrib/gcc/libgcc2.h
@@ -345,11 +345,13 @@ extern Wtype __addvSI3 (Wtype, Wtype);
extern Wtype __subvSI3 (Wtype, Wtype);
extern Wtype __mulvSI3 (Wtype, Wtype);
extern Wtype __negvSI2 (Wtype);
+extern UWtype __bswapsi2 (UWtype);
extern DWtype __absvDI2 (DWtype);
extern DWtype __addvDI3 (DWtype, DWtype);
extern DWtype __subvDI3 (DWtype, DWtype);
extern DWtype __mulvDI3 (DWtype, DWtype);
extern DWtype __negvDI2 (DWtype);
+extern UDWtype __bswapdi2 (UDWtype);
#ifdef COMPAT_SIMODE_TRAPPING_ARITHMETIC
extern SItype __absvsi2 (SItype);
OpenPOWER on IntegriCloud