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
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
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
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
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