From: "Kirill A. Shutemov" <kirill@shutemov.name>
To: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH, RFC] ld flag --warn-common
Date: Mon, 22 Sep 2008 19:39:42 +0300 [thread overview]
Message-ID: <20080922163940.GA5402@localhost.localdomain> (raw)
In-Reply-To: <f43fc5580809220924o2cf31a8aq60c0f281e22901c4@mail.gmail.com>
[-- Attachment #1: Type: text/plain, Size: 3023 bytes --]
On Mon, Sep 22, 2008 at 07:24:27PM +0300, Blue Swirl wrote:
> On 9/22/08, Kirill A. Shutemov <kirill@shutemov.name> wrote:
> > On Sat, Sep 20, 2008 at 10:49:36AM +0300, Blue Swirl wrote:
> > > On 9/19/08, Kirill A. Shutemov <kirill@shutemov.name> wrote:
> > > > On Sun, Sep 07, 2008 at 11:24:37AM +0300, Blue Swirl wrote:
> > > > > Hi,
> > > > >
> > > > > These trivial patches enable linker flag --warn-common and fix the
> > > > > warnings caused by enabling the flag.
> > > >
> > > >
> > > > This flag cause a lot of warning on my machine, even with trivial program.
> > > >
> > > > $ cat 1.c
> > > > #include <stdio.h>
> > > >
> > > > int main()
> > > > {
> > > > printf("test\n");
> > > > return 0;
> > > > }
> > > > $ gcc -Wl,--warn-common -static 1.c
> > > > /usr/lib64/gcc/x86_64-alt-linux/4.1.2/../../../../lib64/libc.a(strtoul.o): warning: multiple common of `_nl_category_name_idxs'
> > > > /usr/lib64/gcc/x86_64-alt-linux/4.1.2/../../../../lib64/libc.a(strtol.o): warning: previous common is here
> > > > /usr/lib64/gcc/x86_64-alt-linux/4.1.2/../../../../lib64/libc.a(strtol_l.o): warning: multiple common of `_nl_category_name_idxs'
> > > > /usr/lib64/gcc/x86_64-alt-linux/4.1.2/../../../../lib64/libc.a(strtol.o): warning: previous common is here
> > > > /usr/lib64/gcc/x86_64-alt-linux/4.1.2/../../../../lib64/libc.a(strtoul_l.o): warning: multiple common of `_nl_category_name_idxs'
> > > > /usr/lib64/gcc/x86_64-alt-linux/4.1.2/../../../../lib64/libc.a(strtol.o): warning: previous common is here
> > > > /usr/lib64/gcc/x86_64-alt-linux/4.1.2/../../../../lib64/libc.a(vfprintf.o): warning: multiple common of `_nl_category_name_idxs'
> > > > /usr/lib64/gcc/x86_64-alt-linux/4.1.2/../../../../lib64/libc.a(strtol.o): warning: previous common is here
> > > >
> > > > ...and so on.
> > > >
> > > >
> > > > Is it problem with my toolchain? What is your testing environment?
> > >
> > > I get no warnings for Qemu build on Debian i386, amd64
> > > (stable/unstable), Sparc32, Sparc64 or on OpenBSD/Sparc64. Your
> > > program produces one warning on Debian stable (all hosts except no
> > > warnings on arm), no warnings on Debian amd64 unstable or OpenBSD.
> >
> >
> > I've got a lot of warnings on ALT Linux x86_64 and Ubuntu x86_64. Both
> > with gcc 4.1.2. Are you sure that you test static build?
>
> $ gcc -Wl,--warn-common -static main.c
> /usr/lib/gcc/x86_64-linux-gnu/4.1.2/../../../../lib64/libc.a(dl-open.o):
> warning: definition of `_dl_tls_static_size' overriding common
> /usr/lib/gcc/x86_64-linux-gnu/4.1.2/../../../../lib64/libc.a(libc-tls.o):
> warning: common is here
> $ cat main.c
> #include <stdio.h>
>
> int main()
> {
> printf("test\n");
> return 0;
> }
I think --warn-common shouldn't be added to LDFLAGS, when we build static
qemu.
--
Regards, Kirill A. Shutemov
+ Belarus, Minsk
+ ALT Linux Team, http://www.altlinux.com/
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 197 bytes --]
next prev parent reply other threads:[~2008-09-22 16:38 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-09-07 8:24 [Qemu-devel] [PATCH, RFC] ld flag --warn-common Blue Swirl
2008-09-07 11:50 ` Ben Taylor
2008-09-07 12:30 ` Blue Swirl
2008-09-09 15:14 ` Ben Taylor
2008-09-09 15:56 ` Blue Swirl
2008-09-09 16:46 ` Blue Swirl
2008-09-19 16:37 ` Kirill A. Shutemov
2008-09-20 7:49 ` Blue Swirl
2008-09-21 21:14 ` Kirill A. Shutemov
2008-09-22 16:24 ` Blue Swirl
2008-09-22 16:39 ` Kirill A. Shutemov [this message]
2008-09-22 17:16 ` Blue Swirl
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20080922163940.GA5402@localhost.localdomain \
--to=kirill@shutemov.name \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).