mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-02-03 07:21:58 +00:00
2008-03-10 Matt Rice <ratmice@gmail.com>
* dwarf2read.c (set_cu_language): Add DW_LANG_ObjC.
This commit is contained in:
parent
9971ac4782
commit
22566fbd5b
@ -1,3 +1,7 @@
|
||||
2008-03-10 Matt Rice <ratmice@gmail.com>
|
||||
|
||||
* dwarf2read.c (set_cu_language): Add DW_LANG_ObjC.
|
||||
|
||||
2008-03-10 Hidetaka Takano <hidetaka.takano@glb.toshiba.co.jp>
|
||||
|
||||
* spu-tdep.c (info_spu_event_command): Insert a '\0' to the end
|
||||
|
@ -6494,6 +6494,9 @@ set_cu_language (unsigned int lang, struct dwarf2_cu *cu)
|
||||
case DW_LANG_Pascal83:
|
||||
cu->language = language_pascal;
|
||||
break;
|
||||
case DW_LANG_ObjC:
|
||||
cu->language = language_objc;
|
||||
break;
|
||||
case DW_LANG_Cobol74:
|
||||
case DW_LANG_Cobol85:
|
||||
default:
|
||||
|
Loading…
x
Reference in New Issue
Block a user