Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>1999-07-17 01:36:38 +0400
committerRichard Henderson <rth@redhat.com>1999-07-17 01:36:38 +0400
commitae2271b23a676ddf1fc5d81ed0458df9835688d4 (patch)
tree3ebc9d2378914c685344c73f3d822ca0489833a6 /include/elf/sparc.h
parent8647c02950846f617cdb710b7a0f0110075a096f (diff)
Jakub Jelinek <jj@ultra.linux.cz>
* sparc.h (EF_SPARC_SUN_US3): Define in Cheetah extensions flag (as per SCD2.4.1).
Diffstat (limited to 'include/elf/sparc.h')
-rw-r--r--include/elf/sparc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/elf/sparc.h b/include/elf/sparc.h
index 9b333197b..390e4a844 100644
--- a/include/elf/sparc.h
+++ b/include/elf/sparc.h
@@ -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 */