Re: [Mesa3d-dev] [PATCH] Sun compilers now support some gcc __attribute__ values

2010-01-18 Thread Brian Paul
Alan Coopersmith wrote: > Sun cc 5.9 and later (__SUNPRO_C >= 0x590) support __attribute__ calls > for aligned, always_inline, noinline, pure, const, and malloc. > > This commit includes updates to files that were regenerated by gl_XML.py > after adding the __SUNPRO_C checks to it > > Signed-off-

[Mesa3d-dev] [PATCH] Sun compilers now support some gcc __attribute__ values

2010-01-16 Thread Alan Coopersmith
Sun cc 5.9 and later (__SUNPRO_C >= 0x590) support __attribute__ calls for aligned, always_inline, noinline, pure, const, and malloc. This commit includes updates to files that were regenerated by gl_XML.py after adding the __SUNPRO_C checks to it Signed-off-by: Alan Coopersmith --- include/GL/