On 3 September 2014 04:44, Fam Zheng <f...@redhat.com> wrote:
> On Mac OS X, ranlib complains on a few empty objects:
>
>   AR    libqemuutil.a
>   
> /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib:
>   file: libqemuutil.a(generated-tracers.o) has no symbols
>   
> /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib:
>   file: libqemuutil.a(host-utils.o) has no symbols
>   
> /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib:
>   file: libqemuutil.a(getauxval.o) has no symbols
>
> This series fixes the warnings.
>
> Fam
>
> Fam Zheng (3):
>   trace: Only link generated-tracers.o with "simple" backend
>   util: Move general qemu_getauxval to util/getauxval.c
>   util: Don't link host-utils.o if it's empty

Series
Reviewed-by: Peter Maydell <peter.mayd...@linaro.org>

This fixes both the ranlib warnings and the ones from nm
that your new patch was producing. Thanks!

-- PMM

Reply via email to