This is the mail archive of the binutils@sources.redhat.com 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: Patch: Add a stop bit in alignment for alloc.


On Mon, Mar 01, 2004 at 03:18:38PM -0800, Jim Wilson wrote:
> 
> We could save frag_now in ia64_md_do_align.  The var frag would then be
> either that frag, or the next one if the existing frag did not have
> enough room left.
> 
> insn_group_break would then check to see if the next frag after the
> saved var frag is the current one, in which case the saved var frag has
> to end with a stop bit.

Here is the patch. We only need to check it in md_assemble when we see
IA64_OPCODE_FIRST. We don't need a stop bit if the next instruction
is not one of those IA64_OPCODE_FIRST ones.


H.J.

Attachment: gas-ia64-alloc-2.patch
Description: Text document


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