Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: "Matt Rice" <ratmice@gmail.com>
To: gdb-patches@sourceware.org
Subject: add objective-c to dwarf2read.c
Date: Mon, 10 Mar 2008 08:02:00 -0000	[thread overview]
Message-ID: <8ba6bed40803100101w2d0d4382oea586816c14c98f4@mail.gmail.com> (raw)

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

             reply	other threads:[~2008-03-10  8:02 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-03-10  8:02 Matt Rice [this message]
2008-03-10 14:20 ` Daniel Jacobowitz

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=8ba6bed40803100101w2d0d4382oea586816c14c98f4@mail.gmail.com \
    --to=ratmice@gmail.com \
    --cc=gdb-patches@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox