]> xenbits.xensource.com Git - xen.git/commit
xl: Use gcc hidden visibility attribute
author"Gianni Tedesco (3P)" <gianni.tedesco@citrix.com>
Wed, 11 Aug 2010 12:09:22 +0000 (13:09 +0100)
committer"Gianni Tedesco (3P)" <gianni.tedesco@citrix.com>
Wed, 11 Aug 2010 12:09:22 +0000 (13:09 +0100)
commit044f08997b983830dcba26a1f91cff1b9d63f013
treeacf28b5c532c2ee316fa80d32866bd41a836ff24
parentea3d0fee23a5a6dc23565a442b28a590f298c393
xl: Use gcc hidden visibility attribute
This kills off about 1,000 PLT entries speeding up link time and shaving about
1-2KB off of binary size. It also prevents users of the library erroneously
calling libxl internal functions.

Signed-off-by: Gianni Tedesco <gianni.tedesco@citrix.com>
Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
tools/libxl/flexarray.c
tools/libxl/flexarray.h
tools/libxl/libxl_internal.h