Bug 67961 - radeon drm: atombios pptable.h headers not portable
Summary: radeon drm: atombios pptable.h headers not portable
Status: NEW
Alias: None
Product: Drivers
Classification: Unclassified
Component: Video(DRI - non Intel) (show other bugs)
Hardware: All Linux
: P1 enhancement
Assignee: drivers_video-dri
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-12-31 03:55 UTC by Alexander von Gluck
Modified: 2016-03-23 18:30 UTC (History)
3 users (show)

See Also:
Kernel Version: mainline
Subsystem:
Regression: No
Bisected commit-id:


Attachments

Description Alexander von Gluck 2013-12-31 03:55:20 UTC
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

Note You need to log in before you can comment on or make changes to this bug.