[Bug 14594] xf86-video-ati 6.8. 0 uses #pragma pack incorrectly--server fails to load

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Thu Feb 21 06:21:54 PST 2008


http://bugs.freedesktop.org/show_bug.cgi?id=14594





--- Comment #3 from Blair Sadewitz <bjs at NetBSD.org>  2008-02-21 06:21:54 PST ---
The section of code directly influenced by this is located around line 57 in
src/AtomBios/includes/CD_Structs.h.

//#include "atombios.h"
#if (PARSER_TYPE==DRIVER_TYPE_PARSER)
#ifdef FGL_LINUX
#pragma pack(push,1)
#else
#pragma pack(push)
#pragma pack(1)
#endif
#endif

I've never used #pragma pack myself, so if I am mistaken in my reasoning,
please let me know.  I can tell you, however, that not defining FGL_LINUX
absolutely fixed the issue.

If you need any further information, etc., please let me know.

Regards,

--Blair


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the xorg-driver-ati mailing list