This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: New .nops directive, to aid Linux alternatives patching?


On Thu, Feb 8, 2018 at 11:26 AM, Andrew Cooper
<andrew.cooper3@citrix.com> wrote:
> Hello,
>
> I realise this is a little bit niche, but how feasible would it be to
> introduce a new .nops directive which takes a size parameter, and
> outputs long nops covering the number of specified bytes?
>

Sounds to me you want a pseudo NOP instruction:

pseudo-NOP N

which generates a long NOP with N byte.  Is that correct.  If yes,
what is the range of N?

-- 
H.J.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]