forked from Imagelibrary/binutils-gdb
2008-03-10 Matt Rice <ratmice@gmail.com>
* dwarf2read.c (set_cu_language): Add DW_LANG_ObjC.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user