* readelf.c (frame_display_row): Output 's' for DW_CFA_same_value.
[deliverable/binutils-gdb.git] / include / elf / dwarf.h
index bcef9bc0eec2e619bc604138dbcbe3bb773764de..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.
 
@@ -19,7 +19,7 @@ GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with GNU CC; see the file COPYING.  If not, write to
-the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
+the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 
 /* This file is derived from the DWARF specification (a public document)
    Revision 1.0.1 (April 8, 1992) developed by the UNIX International
@@ -28,6 +28,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
    UNIX International, 20 Waterview Boulevard, Parsippany, NJ, 07054.
 */
 
+#ifndef _ELF_DWARF_H
+#define _ELF_DWARF_H
+
 /* Tag names and codes.  */
 
 enum dwarf_tag {
@@ -298,7 +301,8 @@ enum dwarf_source_language {
 
     /* GNU extensions */
 
-    LANG_CHILL         = 0x00008000    /* 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 */
@@ -312,3 +316,5 @@ enum dwarf_macinfo_record_type {
     MACINFO_define     = 'd',
     MACINFO_undef      = 'u'
 };
+
+#endif /* _ELF_DWARF_H */
This page took 0.024257 seconds and 4 git commands to generate.