2013-09-17 Doug Gilmore <Doug.Gilmore@imgtec.com>
authorSteve Ellcey <sje@cup.hp.com>
Tue, 17 Sep 2013 21:07:13 +0000 (21:07 +0000)
committerSteve Ellcey <sje@cup.hp.com>
Tue, 17 Sep 2013 21:07:13 +0000 (21:07 +0000)
* elfxx-mips.c (_bfd_mips_elf_print_private_bfd_data): Handle
EF_MIPS_FP64.

bfd/ChangeLog
bfd/elfxx-mips.c

index d3a3234..116532c 100644 (file)
@@ -1,3 +1,8 @@
+2013-09-17  Doug Gilmore  <Doug.Gilmore@imgtec.com>
+
+       * elfxx-mips.c (_bfd_mips_elf_print_private_bfd_data): Handle
+       EF_MIPS_FP64.
+
 2013-08-31  John David Anglin  <dave.anglin@bell.net>
 
        * elf64-hppa.c (elf_hppa_final_link_relocate): Add missing '%' to
index fd7900d..5d7a7d7 100644 (file)
@@ -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