[RFA] Fix compilation warnings in irix-core.c

Daniel Jacobowitz drow@false.org
Tue Mar 29 04:59:00 GMT 2005


On Mon, Mar 28, 2005 at 02:44:44PM -0800, Joel Brobecker wrote:
> Hello,
> 
> GDB currently fails to build on mips/irix due to warnings now being
> turned into errors. I am unfortunately lacking the time to look deeply
> into this at the moment (I have asked one of my coworkers to help me
> with that), but there was one file where the fixes were I think obvious.
> Here is a patch for it:
> 
> 2005-03-28  Joel Brobecker  <brobecker@adacore.com>
> 
>         * irix-core.c (do_sections): Add parenthesis in expression
>         to avoid a compiler warning.
>         (irix_core_core_file_matches_executable_p): Add ATTRIBUTE_UNUSED
>         to unused parameters to avoid a compiler warning.
> 
> The changes should be nops. The only question I had was regarding
> the conversion to ISO C (ie have "int foo (char *bar) {" instead of
> "int foo (bar) char * bar; {"). For now, I just left the file as is.
> I think the conversion should be done in a patch of its own anyway.

I agree.

> Tested by building GDB and running the GDB testsuite.
> OK to apply?

> -			      SEC_ALLOC | SEC_LOAD+SEC_HAS_CONTENTS,

How about just changing the + to an | ?


-- 
Daniel Jacobowitz
CodeSourcery, LLC



More information about the Binutils mailing list