From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alan Modra To: Andreas Jaeger Cc: Andrew Cagney , binutils@sources.redhat.com, gdb-patches@sources.redhat.com Subject: Re: bfd_read and bfd_write Date: Thu, 06 Sep 2001 00:01:00 -0000 Message-id: <20010906163142.L24712@bubble.sa.bigpond.net.au> References: <20010905145037.K13524@bubble.sa.bigpond.net.au> <3B965696.70401@cygnus.com> <20010905122109.A17937@redhat.com> <3B96C2B2.8050409@cygnus.com> <20010906112244.C24712@bubble.sa.bigpond.net.au> X-SW-Source: 2001-09/msg00066.html On Thu, Sep 06, 2001 at 08:15:23AM +0200, Andreas Jaeger wrote: > Alan Modra writes: > > Have you done --enable-targets=all --enable-64-bit-bfd builds - and > fixed all those warnings? Wow! I'm looking forward to that patch. Yes. > In that case we should add -Wconversion to build_warnings. No, because of zillions of warnings courtesy of glibc like: /usr/include/bits/string2.h: In function `__strsep_g': /usr/include/bits/string2.h:1171: warning: passing arg 2 of `__strpbrk_c2' with different width due to prototype /usr/include/bits/string2.h:1171: warning: passing arg 3 of `__strpbrk_c2' with different width due to prototype /usr/include/bits/string2.h:1171: warning: passing arg 2 of `__strpbrk_c3' with different width due to prototype /usr/include/bits/string2.h:1171: warning: passing arg 3 of `__strpbrk_c3' with different width due to prototype /usr/include/bits/string2.h:1171: warning: passing arg 4 of `__strpbrk_c3' with different width due to prototype Alan