From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20731 invoked by alias); 21 Sep 2007 18:03:37 -0000 Received: (qmail 20708 invoked by uid 22791); 21 Sep 2007 18:03:36 -0000 X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 21 Sep 2007 18:03:31 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id ABEFB2AABDB; Fri, 21 Sep 2007 14:03:29 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id NPCG-ccf4FDR; Fri, 21 Sep 2007 14:03:29 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 757D62AABBB; Fri, 21 Sep 2007 14:03:29 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 53255E7B58; Fri, 21 Sep 2007 11:03:27 -0700 (PDT) Date: Fri, 21 Sep 2007 18:03:00 -0000 From: Joel Brobecker To: Mark Kettenis Cc: gdb-patches@sourceware.org Subject: Re: [RFC/commit] Getting rid of tm-rs6000.h (PROCESS_LINENUMBER_HOOK) Message-ID: <20070921180327.GA3963@adacore.com> References: <20070918231448.GS29127@adacore.com> <200709200610.l8K6AeV1018876@brahms.sibelius.xs4all.nl> <20070920063714.GA16312@adacore.com> <20070920211311.GA4363@adacore.com> <200709210748.l8L7mlOG000473@brahms.sibelius.xs4all.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200709210748.l8L7mlOG000473@brahms.sibelius.xs4all.nl> User-Agent: Mutt/1.4.2.2i Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2007-09/txt/msg00280.txt.bz2 > > 2007-09-20 Joel Brobecker > > > > * symfile.h (struct sym_fns): Add new field sym_read_linetable. > > * coffread.c, dbxread.c, elfread.c, mipsread.c somread.c: > > Adjust the struct sym_fns object accordingly by setting > > the new field to NULL. > > * xcoffread.c (aix_process_linenos): Make static. > > (xcoff_sym_fns): Set new field to aix_process_linenos. > > * buildsym.c (end_symtab): Replace call to PROCESS_LINENUMBER_HOOK > > by call to new the new sym_fns sym_read_linetable function. > > * config/powerpc/aix.mt (DEPRECATED_TM_FILE): Delete. > > * config/rs6000/tm-rs6000.h: Delete. > > > > Tested on powerpc-aix and x86-linux, no regression. Does it look good? > > Looks very good to me. Thanks a lot. I just checked this in, so one less tm file! As of today, there are now only 8 left... -- Joel