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:18:10 +00:00
parent 77af92a9a9
commit 5181afdc28
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-04 Daniel Jacobowitz <dan@codesourcery.com>
* frame.c (reinit_frame_cache): Only annotate if frames were

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: