aboutsummaryrefslogtreecommitdiff
path: root/bfd/elfxx-mips.c
diff options
context:
space:
mode:
authorSteve Ellcey <sje@cup.hp.com>2013-09-17 21:07:13 +0000
committerSteve Ellcey <sje@cup.hp.com>2013-09-17 21:07:13 +0000
commit5baf5e34cf637187e29b3f284942ca47e3e1e40d (patch)
tree48a2c41065b6119c097ecb6d791661a6b62629de /bfd/elfxx-mips.c
parentf303dcc05db66bc041e604932ec6390b129a2ad4 (diff)
downloadfsf-binutils-gdb-5baf5e34cf637187e29b3f284942ca47e3e1e40d.zip
fsf-binutils-gdb-5baf5e34cf637187e29b3f284942ca47e3e1e40d.tar.gz
fsf-binutils-gdb-5baf5e34cf637187e29b3f284942ca47e3e1e40d.tar.bz2
2013-09-17 Doug Gilmore <Doug.Gilmore@imgtec.com>
* elfxx-mips.c (_bfd_mips_elf_print_private_bfd_data): Handle EF_MIPS_FP64.
Diffstat (limited to 'bfd/elfxx-mips.c')
-rw-r--r--bfd/elfxx-mips.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/bfd/elfxx-mips.c b/bfd/elfxx-mips.c
index fd7900d..5d7a7d7 100644
--- a/bfd/elfxx-mips.c
+++ b/bfd/elfxx-mips.c
@@ -14938,6 +14938,9 @@ _bfd_mips_elf_print_private_bfd_data (bfd *abfd, void *ptr)
if (elf_elfheader (abfd)->e_flags & EF_MIPS_NAN2008)
fprintf (file, " [nan2008]");
+ if (elf_elfheader (abfd)->e_flags & EF_MIPS_FP64)
+ fprintf (file, " [fp64]");
+
if (elf_elfheader (abfd)->e_flags & EF_MIPS_32BITMODE)
fprintf (file, " [32bitmode]");
else