mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-26 03:24:41 +08:00
* dwarf2read.c (set_cu_language): Handle DW_LANG_Java.
This commit is contained in:
parent
3f5a136d64
commit
bebd888e23
@ -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>
|
||||
|
||||
* tracepoint.c (tracepoint_opertation): Add ui event
|
||||
|
@ -3721,6 +3721,9 @@ set_cu_language (unsigned int lang)
|
||||
case DW_LANG_Mips_Assembler:
|
||||
cu_language = language_asm;
|
||||
break;
|
||||
case DW_LANG_Java:
|
||||
cu_language = language_java;
|
||||
break;
|
||||
case DW_LANG_Ada83:
|
||||
case DW_LANG_Cobol74:
|
||||
case DW_LANG_Cobol85:
|
||||
|
Loading…
Reference in New Issue
Block a user