diff options
author | Alan Modra <modra@gmail.com> | 2008-07-26 13:10:47 +0000 |
---|---|---|
committer | Alan Modra <modra@gmail.com> | 2008-07-26 13:10:47 +0000 |
commit | d9f2119e3255cda8faea49359ddb9a6bf9ca6a1e (patch) | |
tree | 5174c21ae06986a382c47dbeef6b36abbb7b37d8 /include/elf/ppc.h | |
parent | e643b202e656c0598b61266c89bef0e17931d1b5 (diff) | |
download | newlib-d9f2119e3255cda8faea49359ddb9a6bf9ca6a1e.zip newlib-d9f2119e3255cda8faea49359ddb9a6bf9ca6a1e.tar.gz newlib-d9f2119e3255cda8faea49359ddb9a6bf9ca6a1e.tar.bz2 |
Support PowerPC single-precision float.
Diffstat (limited to 'include/elf/ppc.h')
-rw-r--r-- | include/elf/ppc.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/elf/ppc.h b/include/elf/ppc.h index 5d4462b..95cccce 100644 --- a/include/elf/ppc.h +++ b/include/elf/ppc.h @@ -1,5 +1,5 @@ /* 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. By Michael Meissner, Cygnus Support, <meissner@cygnus.com>, from information @@ -177,7 +177,8 @@ enum { /* 0-3 are generic. */ 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 differences. */ |