[Bug binutils/27506] New: Tmi

2021-03-03 Thread evanou at ourhealthministry dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=27506 Bug ID: 27506 Summary: Tmi Product: binutils Version: unspecified Status: UNCONFIRMED Severity: normal Priority: P2 Component: binutils Assignee: un

Re: [External] : Re: GNU strip fails to set sh_link and sh_info on Solaris SPARC64

2021-03-03 Thread Libor Bukata
Hi Nick, On 3/2/21 5:21 PM, Nick Clifton wrote: Hi Libor, Patch approved - please apply. thank you for your approval. How can I obtain a write permission to binutils repository? Ah right.  First of all do you have a FSF Copyright assignment for the binutils ? I assume, based upon your emai

Re: Re: GNU strip fails to set sh_link and sh_info on Solaris SPARC64

2021-03-03 Thread Libor Bukata
Hi Nick, On 3/2/21 5:36 PM, Nick Clifton wrote: Hi Libor, Unfortunately the above code does not work for the following reasons: - sections are already created in that point of code - symbol filtering requires output sections to be created - cannot find bfd_remove_section function that could h

binutils fails to compile on AIX due to mismatched declaration

2021-03-03 Thread Calvin Buckley
The declaration for a function is incorrect; the implementation of it is missing a const. Adding a const to the implementation (line 335) is enough to fix this particular issue. rs6000-core.c:280:19: warning: type qualifiers ignored on function return type [-Wignored-qualifiers] const bfd_cleanu

Re: binutils fails to compile on AIX due to mismatched declaration

2021-03-03 Thread Alan Modra
On Wed, Mar 03, 2021 at 02:48:52PM -0400, Calvin Buckley wrote: > The declaration for a function is incorrect; the implementation of it > is missing a const. Adding a const to the implementation (line 335) is > enough to fix this particular issue. > > rs6000-core.c:280:19: warning: type qualifiers