Jakub Jelinek <jj@ultra.linux.cz>
authorRichard Henderson <rth@redhat.com>
Fri, 16 Jul 1999 21:36:38 +0000 (21:36 +0000)
committerRichard Henderson <rth@redhat.com>
Fri, 16 Jul 1999 21:36:38 +0000 (21:36 +0000)
        * sparc.h (EF_SPARC_SUN_US3): Define in Cheetah extensions
        flag (as per SCD2.4.1).

include/elf/ChangeLog
include/elf/sparc.h

index b13ab7880aac1178faeee30ad42a428c34b536ad..2b14309421c0beeeeeda188f3c80c02f6c91a129 100644 (file)
@@ -1,4 +1,9 @@
-1999-07-14  Jakub Jelinek  <jj@ultra.linux.cz>
+1999-07-16  Jakub Jelinek  <jj@ultra.linux.cz>
+
+       * sparc.h (EF_SPARC_SUN_US3): Define in Cheetah extensions
+       flag (as per SCD2.4.1).
+
+1999-07-16  Jakub Jelinek  <jj@ultra.linux.cz>
 
        * sparc.h (ELF64_R_TYPE_DATA): Only use ELF64_R_TYPE bits, not
        ELF64_R_SYM bits.
index 9b333197b4a5a65b193c06bdad1b090f084cf80a..390e4a844966c2bcd7d0b89df45730991d3be387 100644 (file)
@@ -29,6 +29,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 #define EF_SPARC_32PLUS                0x000100        /* generic V8+ features */
 #define EF_SPARC_SUN_US1       0x000200        /* Sun UltraSPARC1 extensions */
 #define EF_SPARC_HAL_R1                0x000400        /* HAL R1 extensions */
+#define EF_SPARC_SUN_US3       0x000800        /* Sun UltraSPARCIII extensions */
 
 #define EF_SPARC_LEDATA         0x800000       /* little endian data */
 
This page took 0.027384 seconds and 4 git commands to generate.