dri-devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: bugzilla-daemon@bugzilla.kernel.org
To: dri-devel@lists.freedesktop.org
Subject: [Bug 67961] New: radeon drm: atombios pptable.h headers not portable
Date: Tue, 31 Dec 2013 03:55:20 +0000	[thread overview]
Message-ID: <bug-67961-2300@https.bugzilla.kernel.org/> (raw)

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.

             reply	other threads:[~2013-12-31  3:55 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-12-31  3:55 bugzilla-daemon [this message]
2013-12-31  3:57 ` [Bug 67961] radeon drm: atombios pptable.h headers not portable bugzilla-daemon
2014-01-03 13:56 ` bugzilla-daemon
2014-01-03 16:36 ` bugzilla-daemon

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-67961-2300@https.bugzilla.kernel.org/ \
    --to=bugzilla-daemon@bugzilla.kernel.org \
    --cc=dri-devel@lists.freedesktop.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox