mirror of git://sourceware.org/git/glibc.git
Remove use of mpa2.h
This commit is contained in:
parent
32ebef017f
commit
ed689c2f74
|
@ -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>
|
2013-01-18 Joseph Myers <joseph@codesourcery.com>
|
||||||
Mark Mitchell <mark@codesourcery.com>
|
Mark Mitchell <mark@codesourcery.com>
|
||||||
Tom de Vries <tom@codesourcery.com>
|
Tom de Vries <tom@codesourcery.com>
|
||||||
|
|
|
@ -43,7 +43,6 @@
|
||||||
|
|
||||||
#include "endian.h"
|
#include "endian.h"
|
||||||
#include "mpa.h"
|
#include "mpa.h"
|
||||||
#include "mpa2.h"
|
|
||||||
#include <sys/param.h>
|
#include <sys/param.h>
|
||||||
|
|
||||||
const mp_no mpone = {1, {1.0, 1.0}};
|
const mp_no mpone = {1, {1.0, 1.0}};
|
||||||
|
|
|
@ -43,7 +43,6 @@
|
||||||
|
|
||||||
#include "endian.h"
|
#include "endian.h"
|
||||||
#include "mpa.h"
|
#include "mpa.h"
|
||||||
#include "mpa2.h"
|
|
||||||
#include <sys/param.h>
|
#include <sys/param.h>
|
||||||
|
|
||||||
const mp_no mpone = {1, {1.0, 1.0}};
|
const mp_no mpone = {1, {1.0, 1.0}};
|
||||||
|
|
Loading…
Reference in New Issue