From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22262 invoked by alias); 1 Mar 2006 05:19:35 -0000 Received: (qmail 22200 invoked by uid 22791); 1 Mar 2006 05:19:34 -0000 X-Spam-Check-By: sourceware.org Received: from main.gmane.org (HELO ciao.gmane.org) (80.91.229.2) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 01 Mar 2006 05:19:31 +0000 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1FEJkE-0003Dj-Of for gdb-patches@sources.redhat.com; Wed, 01 Mar 2006 06:19:28 +0100 Received: from ip127.bb146.pacific.net.hk ([202.64.146.127]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 01 Mar 2006 06:19:26 +0100 Received: from tausq by ip127.bb146.pacific.net.hk with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 01 Mar 2006 06:19:26 +0100 To: gdb-patches@sources.redhat.com From: Randolph Chung Subject: Re: [hppa64-hpux] Cleanup TM_FILE usage Date: Wed, 01 Mar 2006 05:19:00 -0000 Message-ID: References: <43FFA0C9.9020007@tausq.org> <440058F9.2000107@tausq.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit User-Agent: Thunderbird 1.5 (Windows/20051201) In-Reply-To: <440058F9.2000107@tausq.org> X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2006-03/txt/msg00005.txt.bz2 > this is not a new message, just reindented. but i will fix this before i > commit.. > > thanks for catching it. This is checked in now. 2006-03-01 Randolph Chung * hppa-hpux-tdep.c (initialize_hp_cxx_exception_support): Use TDEP->is_elf to determine if we are working with a SOM binary. (null_symtab_and_line): Remove unused variable. * config/pa/hppa64.mt: Use tm-hppa.h. * config/pa/tm-hppa64.h: Remove file. randolph