On Fri, Nov 8, 2013 at 10:26 PM, Joseph S. Myers <jos...@codesourcery.com> wrote:
>> > I've applied this patch to update libgcc's copy of soft-fp from >> > glibc. There are lots of coding standards fixes, but also various bug >> > fixes; I've added testcases for various of the fixed bugs illustrating >> > them for __float128. >> >> Is there really no way to get those "missing prototypes" warning fixed? > > libgcc/config/t-softfp has a setting using -Wno-missing-prototypes - I > don't know offhand why it's not being used. Because this setting is written in the prerequisites section of the makefile rule. OTOH, multiple rules are not allowed, so this setting is totally wrong. Uros.