Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* add objective-c to dwarf2read.c
@ 2008-03-10  8:02 Matt Rice
  2008-03-10 14:20 ` Daniel Jacobowitz
  0 siblings, 1 reply; 2+ messages in thread
From: Matt Rice @ 2008-03-10  8:02 UTC (permalink / raw)
  To: gdb-patches

[-- Attachment #1: Type: text/plain, Size: 12 bytes --]

see subject

[-- Attachment #2: foo.diff --]
[-- Type: application/octet-stream, Size: 1126 bytes --]

Index: ChangeLog
===================================================================
RCS file: /cvs/src/src/gdb/ChangeLog,v
retrieving revision 1.9199
diff -p -r1.9199 ChangeLog
*** ChangeLog	8 Mar 2008 16:03:30 -0000	1.9199
--- ChangeLog	10 Mar 2008 07:58:09 -0000
***************
*** 1,3 ****
--- 1,7 ----
+ 2008-03-10  Matt Rice  <ratmice@gmail.com>
+ 
+ 	* dwarf2read.c (set_cu_language): Add DW_LANG_ObjC.
+ 
  2008-03-08  Vladimir Prus  <vladimir@codesourcery.com>
  
  	* mi/mi-interp.c (mi_command_loop): Remove
Index: dwarf2read.c
===================================================================
RCS file: /cvs/src/src/gdb/dwarf2read.c,v
retrieving revision 1.251
diff -p -r1.251 dwarf2read.c
*** dwarf2read.c	1 Feb 2008 22:45:13 -0000	1.251
--- dwarf2read.c	10 Mar 2008 07:58:12 -0000
*************** set_cu_language (unsigned int lang, stru
*** 6494,6499 ****
--- 6494,6502 ----
      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:

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-03-10 14:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-03-10  8:02 add objective-c to dwarf2read.c Matt Rice
2008-03-10 14:20 ` Daniel Jacobowitz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox