* dwarf2read.c (set_cu_language): Handle DW_LANG_Java.
This commit is contained in:
parent
3f5a136d64
commit
bebd888e23
2 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2001-06-08 Per Bothner <per@bothner.com>
|
||||||
|
|
||||||
|
* dwarf2read.c (set_cu_language): Handle DW_LANG_Java.
|
||||||
|
|
||||||
2001-06-07 Keith Seitz <keiths@redhat.com>
|
2001-06-07 Keith Seitz <keiths@redhat.com>
|
||||||
|
|
||||||
* tracepoint.c (tracepoint_opertation): Add ui event
|
* tracepoint.c (tracepoint_opertation): Add ui event
|
||||||
|
|
|
@ -3721,6 +3721,9 @@ set_cu_language (unsigned int lang)
|
||||||
case DW_LANG_Mips_Assembler:
|
case DW_LANG_Mips_Assembler:
|
||||||
cu_language = language_asm;
|
cu_language = language_asm;
|
||||||
break;
|
break;
|
||||||
|
case DW_LANG_Java:
|
||||||
|
cu_language = language_java;
|
||||||
|
break;
|
||||||
case DW_LANG_Ada83:
|
case DW_LANG_Ada83:
|
||||||
case DW_LANG_Cobol74:
|
case DW_LANG_Cobol74:
|
||||||
case DW_LANG_Cobol85:
|
case DW_LANG_Cobol85:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue