Add MIPS V and MIPS 64 machine numbers
[deliverable/binutils-gdb.git] / include / elf / dwarf.h
index 4333d5eda40f3a987f09c252302a38992f5add5c..1e72cd70db829fd5222216600914d05e6b8e5a35 100644 (file)
@@ -3,7 +3,7 @@
 
    Written by Ron Guilmette (rfg@ncd.com)
 
-Copyright (C) 1992 Free Software Foundation, Inc.
+Copyright (C) 1992, 1999 Free Software Foundation, Inc.
 
 This file is part of GNU CC.
 
@@ -301,7 +301,8 @@ enum dwarf_source_language {
 
     /* GNU extensions */
 
-    LANG_CHILL         = 0x00009af3    /* random value for GNU Chill */
+    LANG_CHILL         = 0x00009af3,   /* random value for GNU Chill */
+    LANG_JAVA          = 0x00009af4    /* random value + 1 for GNU Java */
 };
 
 #define LANG_lo_user   0x00008000  /* implementation-defined range start */
This page took 0.023518 seconds and 4 git commands to generate.