OSDN Git Service

* readelf.c (get_machine_flags): Handle Octeon.
authornemet <nemet>
Mon, 4 Feb 2008 19:16:53 +0000 (19:16 +0000)
committernemet <nemet>
Mon, 4 Feb 2008 19:16:53 +0000 (19:16 +0000)
binutils/ChangeLog
binutils/readelf.c

index e8622c2..19de085 100644 (file)
@@ -1,3 +1,7 @@
+2008-02-03  Adam Nemet  <anemet@caviumnetworks.com>
+
+       * readelf.c (get_machine_flags): Handle Octeon.
+
 2008-01-30  Tristan Gingold  <gingold@adacore.com>
 
        * readelf.c (dump_relocations): Decode OpenVMS-specific sections.
index 404f070..bcad624 100644 (file)
@@ -2260,6 +2260,7 @@ get_machine_flags (unsigned e_flags, unsigned e_machine)
            case E_MIPS_MACH_9000: strcat (buf, ", 9000"); break;
            case E_MIPS_MACH_LS2E: strcat (buf, ", loongson-2e"); break;
            case E_MIPS_MACH_LS2F: strcat (buf, ", loongson-2f"); break;
+           case E_MIPS_MACH_OCTEON: strcat (buf, ", octeon"); break;
            case 0:
            /* We simply ignore the field in this case to avoid confusion:
               MIPS ELF does not specify EF_MIPS_MACH, it is a GNU