diff options
Diffstat (limited to 'sysdeps')
-rw-r--r-- | sysdeps/microblaze/s_fma.c | 1 | ||||
-rw-r--r-- | sysdeps/microblaze/s_fmaf.c | 1 | ||||
-rw-r--r-- | sysdeps/microblaze/sfp-machine.h | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/sysdeps/microblaze/s_fma.c b/sysdeps/microblaze/s_fma.c new file mode 100644 index 0000000000..d9613fa67c --- /dev/null +++ b/sysdeps/microblaze/s_fma.c @@ -0,0 +1 @@ +#include <soft-fp/fmadf4.c> diff --git a/sysdeps/microblaze/s_fmaf.c b/sysdeps/microblaze/s_fmaf.c new file mode 100644 index 0000000000..aa5c9b2d91 --- /dev/null +++ b/sysdeps/microblaze/s_fmaf.c @@ -0,0 +1 @@ +#include <soft-fp/fmasf4.c> diff --git a/sysdeps/microblaze/sfp-machine.h b/sysdeps/microblaze/sfp-machine.h new file mode 100644 index 0000000000..e4ad79e6bd --- /dev/null +++ b/sysdeps/microblaze/sfp-machine.h @@ -0,0 +1 @@ +#include <sysdeps/nios2/sfp-machine.h> |