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-06-02 22:14:14 +0400
committerRichard Henderson <rth@redhat.com>1999-06-02 22:14:14 +0400
commit22bc31fc034322048f89c80ee7a2ae556268a594 (patch)
tree24406e313b470ffd8cc1275ea15a4ddd9c40904c /include/elf/dwarf2.h
parentc9315bfb43de0e06c89e82e4fc3688b7f9095f85 (diff)
Stu Grossman <grossman@babylon-5.cygnus.com>
* dwarf.h: Add LANG_JAVA. * dwarf2.h: Add DW_LANG_Java.
Diffstat (limited to 'include/elf/dwarf2.h')
-rw-r--r--include/elf/dwarf2.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/elf/dwarf2.h b/include/elf/dwarf2.h
index b2cbb24d9..1bd4fa6ca 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
};