From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13145 invoked by alias); 18 Jun 2007 19:31:34 -0000 Received: (qmail 13137 invoked by uid 22791); 18 Jun 2007 19:31:33 -0000 X-Spam-Check-By: sourceware.org Received: from heller.inter.net.il (HELO heller.inter.net.il) (213.8.233.23) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 18 Jun 2007 19:31:30 +0000 Received: from HOME-C4E4A596F7 (IGLD-80-230-206-181.inter.net.il [80.230.206.181]) by heller.inter.net.il (MOS 3.7.3a-GA) with ESMTP id CWB46135 (AUTH halo1); Mon, 18 Jun 2007 22:31:01 +0300 (IDT) Date: Mon, 18 Jun 2007 19:31:00 -0000 Message-Id: From: Eli Zaretskii To: Markus Deuling CC: gdb-patches@sourceware.org, uweigand@de.ibm.com In-reply-to: <46764A1B.1030001@de.ibm.com> (message from Markus Deuling on Mon, 18 Jun 2007 11:02:19 +0200) Subject: Re: [rfc] [2/6] Replace DEPRECATED_FUNCTION_START_OFFSET Reply-to: Eli Zaretskii References: <46764A1B.1030001@de.ibm.com> X-IsSubscribed: yes 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-06/txt/msg00342.txt.bz2 > Date: Mon, 18 Jun 2007 11:02:19 +0200 > From: Markus Deuling > CC: Ulrich Weigand > > this patch replaces DEPRECATED_FUNCTION_START_OFFSET by gdbarch_deprecated_function_start_offset. Sorry if I'm missing something obvious (I didn't track this series of patches too closely), but what is the purpose and the advantages of replacing a deprecated macro with a deprecated function?