Hello there,
bfd/elf32-arc.c:1537]: (warning) Redundant assignment of 'rel->r_offset' to
itself.
Source code is
rel->r_offset = rel->r_offset;
Suggest code rework.
Regards
David Binderman
___
bug-binutils mailin
Hello there,
bfd/elf32-nds32.c:9693]: (warning) Redundant assignment of 'irel->r_addend' to
itself.
Source code is
rel->r_offset = rel->r_offset;
Suggest code rework.
Regards
David Binderman
___
bug-binutils mailin
__, _("Too long remote packet."));
if (putpkt (rs->buf) < 0)
error (_("Communication problem with target."));
rs->buf[0] = '\0';
getpkt (&rs->buf, &rs-&g
Hello there,
[src/gold/arm.cc:4513]: (error) Returning/dereferencing 'buffer' after it is
deallocated / released
Source code is
delete[] buffer;
return std::string(buffer);
Suggest code rework.
Regards
David
else if (strcmp (arg, "4byte-align") == 0)
v850_e_flags &= ~ EF_RH850_DATA_ALIGN8;
The last two conditions will never be true. Suggest code rework.
Regards
David Binderman
___
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils
case 0xe8:
There looks to be a missing break in there.
2.
[binutils-2.21.53.0.2/gas/config/tc-mn10200.c:563]: (warning) Redundant
assignment of "opcode" in switch
Duplicate.
Regards
David Binderman