This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC 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: Question about integer_asm_op()


On Fri, Apr 25, 2003 at 02:41:54PM -0500, John Lu wrote:
> The way I interpret the comment, "aligned_p" guarantees that
> an integer is already aligned.  In the code, it seems to be
> used as a request -- please generate assembly to align the integer.

What gives you that impression?  Usage looks like

  assemble_align (POINTER_SIZE);
  assemble_integer (symbol, POINTER_SIZE / BITS_PER_UNIT, POINTER_SIZE, 1);



r~


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