2013-09-17 Doug Gilmore <Doug.Gilmore@imgtec.com>
[deliverable/binutils-gdb.git] / binutils / readelf.c
index 2dd1d8bef2e159234c9e7be4ae877775ed12c250..0568a673eb82a893d0d2a67b17b1ef467264b3a7 100644 (file)
@@ -2571,6 +2571,9 @@ get_machine_flags (unsigned e_flags, unsigned e_machine)
          if (e_flags & EF_MIPS_NAN2008)
            strcat (buf, ", nan2008");
 
+         if (e_flags & EF_MIPS_FP64)
+           strcat (buf, ", fp64");
+
          switch ((e_flags & EF_MIPS_MACH))
            {
            case E_MIPS_MACH_3900: strcat (buf, ", 3900"); break;
This page took 0.041401 seconds and 4 git commands to generate.