summaryrefslogtreecommitdiffstats
path: root/m4/ax_gcc_func_attribute.m4
Commit message (Collapse)AuthorAgeFilesLines
* util: Add ATTRIBUTE_RETURNS_NONNULL.Matt Turner2016-05-161-0/+7
| | | | Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
* mesa: Replace a priori knowledge of gcc attributes with configure tests.Matt Turner2014-09-251-0/+223
Note that I had to add support for testing the packed attribute to m4/ax_gcc_func_attribute.m4. Reviewed-by: Jason Ekstrand <jason.ekstrand@intel.com> [C bits] Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>