Jakub Jelinek <jj@ultra.linux.cz>
authorRichard Henderson <rth@redhat.com>
Fri, 16 Jul 1999 21:38:16 +0000 (21:38 +0000)
committerRichard Henderson <rth@redhat.com>
Fri, 16 Jul 1999 21:38:16 +0000 (21:38 +0000)
        * readelf.c (get_machine_flags): Print EF_SPARC_SUN_US3.

binutils/ChangeLog
binutils/readelf.c

index 5fa63dcb4e1273ece08ec9bbe93038776937d23b..954e3d4aa7d7dd9e6de0e96e99540c2e58e28fb1 100644 (file)
@@ -1,3 +1,7 @@
+1999-07-16  Jakub Jelinek  <jj@ultra.linux.cz>
+
+       * readelf.c (get_machine_flags): Print EF_SPARC_SUN_US3.
+
 1999-07-15  Ian Lance Taylor  <ian@zembu.com>
 
        * configure.in: Bump version number to 2.9.5.
index 4b7dc0aca1e33ced5207df252e8fbe192bf77f6d..266db752054513bbac8dbf343a639c8703482100 100644 (file)
@@ -1104,7 +1104,10 @@ get_machine_flags (e_flags, e_machine)
            strcat (buf, ", v8+");
 
          if (e_flags & EF_SPARC_SUN_US1)
-           strcat (buf, ", ultrasparc");
+           strcat (buf, ", ultrasparcI");
+
+         if (e_flags & EF_SPARC_SUN_US3)
+           strcat (buf, ", ultrasparcIII");
 
          if (e_flags & EF_SPARC_HAL_R1)
            strcat (buf, ", halr1");
This page took 0.033232 seconds and 4 git commands to generate.