Re: Annotate free as leaf

2013-08-28 Thread Jakub Jelinek
On Wed, Aug 28, 2013 at 09:21:28AM +0200, Jan Hubicka wrote: > while adding LEAF attributes, I apparently missed free. Malloc is already > annotated. > Fixed thus. Comitted as obvoius. Given that glibc headers mark free as leaf and nothing has been reported against it, it is probably fine; but

Annotate free as leaf

2013-08-28 Thread Jan Hubicka
Hi, while adding LEAF attributes, I apparently missed free. Malloc is already annotated. Fixed thus. Comitted as obvoius. Honza cndex: ChangeLog === --- ChangeLog (revision 202003) +++ ChangeLog (working copy) @@ -1,5 +1,9 @@