Re: [CIL users] fix for additional GCC function attributes

2012-05-10 Thread Ben Liblit
Gabriel Kerneis wrote: > I'll let you commit it yourself to check that everything is okay. Yup, it worked. Thank you! -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and

Re: [CIL users] fix for additional GCC function attributes

2012-05-10 Thread Gabriel Kerneis
Ben, On Thu, May 10, 2012 at 11:52:48AM -0500, Ben Liblit wrote: > As an aside, I *used* to have direct commit access to the CIL repository. > [...] Am I doing this wrong? Do I still have commit rights in theory, or am I > no longer considered a CIL developer? You did not do anything wrong. I j

[CIL users] fix for additional GCC function attributes

2012-05-10 Thread Ben Liblit
CIL mishandles several GCC attributes that *should* only be associated with functions: leaf, artificial, and warn_unused_result. The attached patch fixes this by adding them to CIL's table of known function attributes. These three attributes are all heavily used in under Fedora 17 (glibc 2.15) w