From mboxrd@z Thu Jan 1 00:00:00 1970
From: bugzilla-daemon@bugzilla.kernel.org
Subject: [Bug 67961] New: radeon drm: atombios pptable.h headers not portable
Date: Tue, 31 Dec 2013 03:55:20 +0000
Message-ID:
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Return-path:
Received: from mail.kernel.org (mail.kernel.org [198.145.19.201])
by gabe.freedesktop.org (Postfix) with ESMTP id 1A944FB5E4
for ;
Mon, 30 Dec 2013 19:55:23 -0800 (PST)
Received: from mail.kernel.org (localhost [127.0.0.1])
by mail.kernel.org (Postfix) with ESMTP id 7073720115
for ;
Tue, 31 Dec 2013 03:55:21 +0000 (UTC)
Received: from bugzilla1.web.kernel.org (bugzilla1.web.kernel.org
[172.20.200.51])
by mail.kernel.org (Postfix) with ESMTP id 62C3E2010F
for ;
Tue, 31 Dec 2013 03:55:20 +0000 (UTC)
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
Sender: dri-devel-bounces@lists.freedesktop.org
Errors-To: dri-devel-bounces@lists.freedesktop.org
To: dri-devel@lists.freedesktop.org
List-Id: dri-devel@lists.freedesktop.org
https://bugzilla.kernel.org/show_bug.cgi?id=67961
Bug ID: 67961
Summary: radeon drm: atombios pptable.h headers not portable
Product: Drivers
Version: 2.5
Kernel Version: mainline
Hardware: All
OS: Linux
Tree: Mainline
Status: NEW
Severity: enhancement
Priority: P1
Component: Video(DRI - non Intel)
Assignee: drivers_video-dri@kernel-bugs.osdl.org
Reporter: kallisti5@unixzen.com
Regression: No
The new pptable.h atombios headers aren't portable to older gcc versions (gcc2)
pptable.h moved to using: (which isn't portable to gcc2)
#pragma pack(push, 1)
.
.
.
#pragma pack(pop)
while atombios.h uses: (which is portable)
#pragma pack(1)
.
.
.
#pragma pack()
This bug is mostly to track the request to agd5f
--
You are receiving this mail because:
You are watching the assignee of the bug.