bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug ld/13616] linker should pad executable sections with nops, not zero


From: akobets at mail dot ru
Subject: [Bug ld/13616] linker should pad executable sections with nops, not zeros
Date: Wed, 30 Oct 2019 18:27:08 +0000

https://sourceware.org/bugzilla/show_bug.cgi?id=13616

Alexander Kobets <akobets at mail dot ru> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |akobets at mail dot ru

--- Comment #8 from Alexander Kobets <akobets at mail dot ru> ---
By my opinion, this problem is not ld, this problem is objdump, that not
correctly dump of text section, by capture bytes outside of code, incorrectly
count size of text section. This code size = 1 byte (ret), other bytes must be
printed as .byte 0,0,0

-- 
You are receiving this mail because:
You are on the CC list for the bug.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]