2008-03-10 Matt Rice <ratmice@gmail.com>

* dwarf2read.c (set_cu_language): Add DW_LANG_ObjC.
This commit is contained in:
Daniel Jacobowitz 2008-03-10 14:01:56 +00:00
parent 9971ac4782
commit 22566fbd5b
2 changed files with 7 additions and 0 deletions

View File

@ -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

View File

@ -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: