From 6e3db71c77df94e66d95a8e1931d7205ad407a9e Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Wed, 2 Jun 1999 18:14:14 +0000 Subject: Stu Grossman * dwarf.h: Add LANG_JAVA. * dwarf2.h: Add DW_LANG_Java. --- include/elf/dwarf2.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/elf/dwarf2.h') diff --git a/include/elf/dwarf2.h b/include/elf/dwarf2.h index b2cbb24..1bd4fa6 100644 --- a/include/elf/dwarf2.h +++ b/include/elf/dwarf2.h @@ -616,6 +616,7 @@ enum dwarf_source_language DW_LANG_Fortran90 = 0x0008, DW_LANG_Pascal83 = 0x0009, DW_LANG_Modula2 = 0x000a, + DW_LANG_Java = 0x9af4, DW_LANG_Mips_Assembler = 0x8001 }; -- cgit v1.1