[Bug 67961] New: radeon drm: atombios pptable.h headers not portable

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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@xxxxxxxxxxxxxxxxxxxx
          Reporter: kallisti5@xxxxxxxxxxx
        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.
_______________________________________________
dri-devel mailing list
dri-devel@xxxxxxxxxxxxxxxxxxxxx
http://lists.freedesktop.org/mailman/listinfo/dri-devel




[Index of Archives]     [Linux DRI Users]     [Linux Intel Graphics]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [XFree86]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [XFree86]
  Powered by Linux