Add an UNSPEC_PROLOGUE_USE to prevent the link register from being considered dead.
[official-gcc.git] / libf2c / libF77 / d_sqrt.c
blob0a458823318c958bf31bf0d9bc474910877fb59b
1 #include "f2c.h"
3 #undef abs
4 #include <math.h>
5 double
6 d_sqrt (doublereal * x)
8 return (sqrt (*x));