From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27508 invoked by alias); 6 Dec 2006 18:47:29 -0000 Received: (qmail 27499 invoked by uid 22791); 6 Dec 2006 18:47:28 -0000 X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (216.239.45.12) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 06 Dec 2006 18:47:19 +0000 Received: from zps78.corp.google.com (zps78.corp.google.com [172.25.146.78]) by smtp-out.google.com with ESMTP id kB6Ikoaj003639; Wed, 6 Dec 2006 10:46:50 -0800 Received: from localhost.localdomain.google.com (dhcp-172-18-118-195.corp.google.com [172.18.118.195]) (authenticated bits=0) by zps78.corp.google.com with ESMTP id kB6IkY1E022689 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Wed, 6 Dec 2006 10:46:34 -0800 To: Nick Clifton Cc: gcc-patches@gcc.gnu.org, gdb-patches@sourceware.org Subject: Re: Add ATTRIBUTE_PACKED to ansidecl.h References: From: Ian Lance Taylor Date: Wed, 06 Dec 2006 18:47:00 -0000 In-Reply-To: Message-ID: User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.4 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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: 2006-12/txt/msg00070.txt.bz2 Nick Clifton writes: > Does anyone know when the packed attribute was actually introduced > into gcc ? I have not put a version number check into the patch > because as far as I could tell it came in when support for > __attribute__ was added. Yes. __attribute__ ((packed)) was added in gcc 2.7, which is also when __attribute__ was added. Ian