diff options
author | Alan Modra <amodra@gmail.com> | 2008-07-26 13:10:48 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2008-07-26 13:10:48 +0000 |
commit | 3c7b98977c0b44c19630cb2d6b699e90ba294e52 (patch) | |
tree | 9e45df98d39889a8008eea788918356e4889c7c7 /include | |
parent | d72314c67b7cc65ae935ad3dd80a6b1840b57d1a (diff) | |
download | gdb-3c7b98977c0b44c19630cb2d6b699e90ba294e52.zip gdb-3c7b98977c0b44c19630cb2d6b699e90ba294e52.tar.gz gdb-3c7b98977c0b44c19630cb2d6b699e90ba294e52.tar.bz2 |
Support PowerPC single-precision float.
Diffstat (limited to 'include')
-rw-r--r-- | include/elf/ChangeLog | 4 | ||||
-rw-r--r-- | include/elf/ppc.h | 5 |
2 files changed, 7 insertions, 2 deletions
diff --git a/include/elf/ChangeLog b/include/elf/ChangeLog index 71a54cd..62bce3e 100644 --- a/include/elf/ChangeLog +++ b/include/elf/ChangeLog @@ -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> * common.h: Define NT_PPC_VSX. 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. */ |