From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24602 invoked by alias); 10 Nov 2008 19:05:11 -0000 Received: (qmail 24543 invoked by uid 22791); 10 Nov 2008 19:05:11 -0000 X-Spam-Check-By: sourceware.org Received: from sibelius.xs4all.nl (HELO sibelius.xs4all.nl) (82.92.89.47) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 10 Nov 2008 19:04:34 +0000 Received: from brahms.sibelius.xs4all.nl (kettenis@localhost.sibelius.xs4all.nl [127.0.0.1]) by brahms.sibelius.xs4all.nl (8.14.3/8.14.3) with ESMTP id mAAJ4Ubq022319; Mon, 10 Nov 2008 20:04:30 +0100 (CET) Received: (from kettenis@localhost) by brahms.sibelius.xs4all.nl (8.14.3/8.14.3/Submit) id mAAJ4Td6009922; Mon, 10 Nov 2008 20:04:29 +0100 (CET) Date: Mon, 10 Nov 2008 19:40:00 -0000 Message-Id: <200811101904.mAAJ4Td6009922@brahms.sibelius.xs4all.nl> From: Mark Kettenis To: gingold@adacore.com CC: gdb-patches@sourceware.org In-reply-to: <20081110102831.GA60329@ulanbator.act-europe.fr> (message from Tristan Gingold on Mon, 10 Nov 2008 11:28:31 +0100) Subject: Re: [RFC] Darwin Port (Part 4: i386-macosx-*.[ch]) References: <20081110102831.GA60329@ulanbator.act-europe.fr> 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-11/txt/msg00186.txt.bz2 > Date: Mon, 10 Nov 2008 11:28:31 +0100 > From: Tristan Gingold > > /* Align to 16 byte boundary */ > static CORE_ADDR > i386_macosx_frame_align (struct gdbarch *gdbarch, CORE_ADDR addr) > { > return (addr & -16); > } This shouldn't be necessary (and I believe it doesn't even do what you think it does).