From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5498 invoked by alias); 28 Dec 2008 20:09:34 -0000 Received: (qmail 5490 invoked by uid 22791); 28 Dec 2008 20:09:34 -0000 X-SWARE-Spam-Status: No, hits=-1.1 required=5.0 tests=AWL,BAYES_00,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout3.012.net.il (HELO mtaout3.012.net.il) (84.95.2.7) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 28 Dec 2008 20:08:51 +0000 Received: from conversion-daemon.i_mtaout3.012.net.il by i_mtaout3.012.net.il (HyperSendmail v2004.12) id <0KCL00I00S2ANM00@i_mtaout3.012.net.il> for gdb-patches@sourceware.org; Sun, 28 Dec 2008 22:11:24 +0200 (IST) Received: from HOME-C4E4A596F7 ([77.126.252.83]) by i_mtaout3.012.net.il (HyperSendmail v2004.12) with ESMTPA id <0KCL0080KS30SRT1@i_mtaout3.012.net.il>; Sun, 28 Dec 2008 22:11:24 +0200 (IST) Date: Sun, 28 Dec 2008 20:09:00 -0000 From: Eli Zaretskii Subject: Re: [docs] small gdb internals cleanup In-reply-to: <200812281809.25292.pedro@codesourcery.com> X-012-Sender: halo1@inter.net.il To: Pedro Alves Cc: gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: References: <200812281809.25292.pedro@codesourcery.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: 2008-12/txt/msg00429.txt.bz2 > From: Pedro Alves > Date: Sun, 28 Dec 2008 18:09:25 +0000 > > The Native Conditionals sections talks about several native preprocessor > defines. CHILD_PREPARE_TO_STORE and FETCH_INFERIOR_REGISTERS are no > longer to be defined as macros. gdbarch_fp0_regnum is now properly a target > arch property so the description should move to the Target Conditionals > section; gdbarch_get_longjmp_target is already described there as such. > > Ok to apply? Yes, thanks.