From owner-svn-src-projects@FreeBSD.ORG Thu Jul 9 08:31:59 2009 Return-Path: Delivered-To: svn-src-projects@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 37FB61065672; Thu, 9 Jul 2009 08:31:59 +0000 (UTC) (envelope-from rpaulo@gmail.com) Received: from mail-ew0-f224.google.com (mail-ew0-f224.google.com [209.85.219.224]) by mx1.freebsd.org (Postfix) with ESMTP id 872098FC19; Thu, 9 Jul 2009 08:31:58 +0000 (UTC) (envelope-from rpaulo@gmail.com) Received: by ewy24 with SMTP id 24so449015ewy.43 for ; Thu, 09 Jul 2009 01:31:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:cc:message-id:from:to :in-reply-to:content-type:content-transfer-encoding:mime-version :subject:date:references:x-mailer; bh=Ko6JFBtTKdcZ714Cqy0qH6bPlGCo2qO2uaKMIdmY0hs=; b=MRdIljIBMEku41A3x+bnG3DkUqgM3UwVSHcNIIOSgdIX4N1Xyx845hQW9os7fo8a1U XJcAvRciLo4ewSBVr5fI1SL8M3Ho+fuZ6nbVFRdiykuD2h5bLtxtDgInOwXcoKy7iIJP Avr09UfsowgMkcFEEl6FvyfmKxlzDPqE4mKto= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:cc:message-id:from:to:in-reply-to:content-type :content-transfer-encoding:mime-version:subject:date:references :x-mailer; b=JEO2zhLmYxKZ9LzM1YIYAal84APyQuN3hP/FiyczTZUOEtrQc4mUxFA2MEdOiWxEIw R4/kL641Ch9zPoae8EdD+bec4OE56wszksrFErMDRKk2Hf6JZDXDgiqlwvjZKCgGHA2P zUlCnL+svOpOlibwCyyIBE0Hu8i3UzhaO0JqM= Received: by 10.210.128.5 with SMTP id a5mr590226ebd.70.1247128317691; Thu, 09 Jul 2009 01:31:57 -0700 (PDT) Received: from omega.lan (bl6-157-190.dsl.telepac.pt [82.155.157.190]) by mx.google.com with ESMTPS id 23sm4650416eya.26.2009.07.09.01.31.56 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 09 Jul 2009 01:31:57 -0700 (PDT) Sender: Rui Paulo Message-Id: From: Rui Paulo To: Bruce Evans In-Reply-To: <20090709042523.B46144@delplex.bde.org> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v935.3) Date: Thu, 9 Jul 2009 09:31:55 +0100 References: <200907081604.n68G4F0g056097@svn.freebsd.org> <20090709042523.B46144@delplex.bde.org> X-Mailer: Apple Mail (2.935.3) Cc: svn-src-projects@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r195463 - projects/mesh11s/sys/net80211 X-BeenThere: svn-src-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the src " projects" tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Jul 2009 08:31:59 -0000 On 8 Jul 2009, at 19:30, Bruce Evans wrote: > On Wed, 8 Jul 2009, Rui Paulo wrote: > >> Log: >> Revert 195460: gcc does evil things without __packed. > > Oops, I asked if __packed was really spurious before seeing this. > > gcc does evil things with __packed (starting with it not being a > syntax > error). > > Did it only break on arm? I didn't have a chance to try other architectures. But possibly, yes. For example, sizeof(meshconf_ie) is 23 but, on arm and without __packed, it gave me 26 IIRC. -- Rui Paulo