https://sourceware.org/bugzilla/show_bug.cgi?id=22598
Palmer Dabbelt <palmer at dabbelt dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |palmer at dabbelt dot com

--- Comment #1 from Palmer Dabbelt <palmer at dabbelt dot com> ---
Sorry we missed this bug for a while, it looks like it fell through the cracks.
 There's a handful of ways to fix this:

* Bake this into ".option norelax", which currently means "don't remove
instruction when relaxing".  This is kind of the opposite as we're avoiding
adding an instruction, but it is an instruction that's relaxation related.
* Add the ".option strict" we've been kicking around for a while, which would
mean "give me exactly the instructions I typed".

I think ".option strict" is the right way to handle that, but there's just
never quite enough time to actually implement that...

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to