From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29440 invoked by alias); 25 Apr 2003 03:47:09 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 29431 invoked from network); 25 Apr 2003 03:47:09 -0000 Received: from unknown (63.119.183.65) by sources.redhat.com with QMTP; 25 Apr 2003 03:47:09 -0000 Received: (qmail 3397 invoked from network); 25 Apr 2003 03:50:01 -0000 Received: from cpe-24-221-209-215.co.sprintbbd.net (HELO doc.com) (24.221.209.215) by external1 with SMTP; 25 Apr 2003 03:50:01 -0000 Message-ID: <3EA8AFB9.5040104@doc.com> Date: Fri, 25 Apr 2003 14:40:00 -0000 From: Adam Fedor User-Agent: Mozilla/5.0 (X11; U; Linux ppc; en-US; rv:1.1) Gecko/20020905 X-Accept-Language: en-us, en MIME-Version: 1.0 To: GDB Patches Subject: [RFC]: Link in objc-lang.o Content-Type: multipart/mixed; boundary="------------010707060505000702060209" X-SW-Source: 2003-04/txt/msg00488.txt.bz2 This is a multi-part message in MIME format. --------------010707060505000702060209 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-length: 6 OK? --------------010707060505000702060209 Content-Type: text/plain; name="objc-lang.patch" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="objc-lang.patch" Content-length: 712 2003-04-24 Adam Fedor * Makefile.in (COMMON_OBS): Add objc-lang.o Index: Makefile.in =================================================================== RCS file: /cvs/src/src/gdb/Makefile.in,v retrieving revision 1.366 diff -u -p -r1.366 Makefile.in --- Makefile.in 25 Apr 2003 03:30:16 -0000 1.366 +++ Makefile.in 25 Apr 2003 03:33:56 -0000 @@ -854,7 +854,7 @@ COMMON_OBS = version.o blockframe.o brea dbxread.o coffread.o coff-pe-read.o elfread.o \ dwarfread.o dwarf2read.o mipsread.o stabsread.o corefile.o \ dwarf2expr.o dwarf2loc.o \ - c-lang.o f-lang.o \ + c-lang.o f-lang.o objc-lang.o \ ui-out.o cli-out.o \ varobj.o wrapper.o \ jv-lang.o jv-valprint.o jv-typeprint.o \ --------------010707060505000702060209--