Remove use of mpa2.h

This commit is contained in:
Andreas Schwab 2013-01-20 02:03:42 +01:00
parent 32ebef017f
commit ed689c2f74
3 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,9 @@
2013-01-20 Andreas Schwab <schwab@linux-m68k.org>
* sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Don't include
"mpa2.h".
* sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
2013-01-18 Joseph Myers <joseph@codesourcery.com>
Mark Mitchell <mark@codesourcery.com>
Tom de Vries <tom@codesourcery.com>

View File

@ -43,7 +43,6 @@
#include "endian.h"
#include "mpa.h"
#include "mpa2.h"
#include <sys/param.h>
const mp_no mpone = {1, {1.0, 1.0}};

View File

@ -43,7 +43,6 @@
#include "endian.h"
#include "mpa.h"
#include "mpa2.h"
#include <sys/param.h>
const mp_no mpone = {1, {1.0, 1.0}};