Support PowerPC single-precision float.
This commit is contained in:
parent
e643b202e6
commit
d9f2119e32
@ -1,3 +1,7 @@
|
|||||||
|
2008-07-26 Michael Eager <eager@eagercon.com>
|
||||||
|
|
||||||
|
* ppc.h: Add description of single-precision.
|
||||||
|
|
||||||
2008-07-21 Luis Machado <luisgpm@br.ibm.com>
|
2008-07-21 Luis Machado <luisgpm@br.ibm.com>
|
||||||
|
|
||||||
* common.h: Define NT_PPC_VSX.
|
* common.h: Define NT_PPC_VSX.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* PPC ELF support for BFD.
|
/* PPC ELF support for BFD.
|
||||||
Copyright 1995, 1996, 1998, 2000, 2001, 2002, 2003, 2005
|
Copyright 1995, 1996, 1998, 2000, 2001, 2002, 2003, 2005, 2007, 2008
|
||||||
Free Software Foundation, Inc.
|
Free Software Foundation, Inc.
|
||||||
|
|
||||||
By Michael Meissner, Cygnus Support, <meissner@cygnus.com>, from information
|
By Michael Meissner, Cygnus Support, <meissner@cygnus.com>, from information
|
||||||
@ -177,7 +177,8 @@ enum
|
|||||||
{
|
{
|
||||||
/* 0-3 are generic. */
|
/* 0-3 are generic. */
|
||||||
Tag_GNU_Power_ABI_FP = 4, /* Value 1 for hard-float, 2 for
|
Tag_GNU_Power_ABI_FP = 4, /* Value 1 for hard-float, 2 for
|
||||||
soft-float; 0 for not tagged or not
|
soft-float, 3 for single=precision
|
||||||
|
hard-float; 0 for not tagged or not
|
||||||
using any ABIs affected by the
|
using any ABIs affected by the
|
||||||
differences. */
|
differences. */
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user