diff options
author | Richard Henderson <rth@redhat.com> | 1999-06-02 18:14:14 +0000 |
---|---|---|
committer | Richard Henderson <rth@redhat.com> | 1999-06-02 18:14:14 +0000 |
commit | 6e3db71c77df94e66d95a8e1931d7205ad407a9e (patch) | |
tree | c87fab218732f5c771fb1f53ffff07d3a4c1ce2f /include/elf/dwarf2.h | |
parent | 6c8cb66eb122c58239702c01d075f1e28b730e0e (diff) | |
download | gdb-6e3db71c77df94e66d95a8e1931d7205ad407a9e.zip gdb-6e3db71c77df94e66d95a8e1931d7205ad407a9e.tar.gz gdb-6e3db71c77df94e66d95a8e1931d7205ad407a9e.tar.bz2 |
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.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 }; |