aboutsummaryrefslogtreecommitdiff
path: root/elf/tst-auditmod4b.c
AgeCommit message (Collapse)Author
2011-12-23Add missing inline keywordMarek Polacek
According to http://gcc.gnu.org/ml/gcc-patches/2011-09/msg00608.html, a function without `inline' with an `always_inline' attribute is a bug.
2009-07-10Add AVX support to ld.so auditing for x86-64.H.J. Lu