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: [PATCH 5/7] RISC-V GAS Port


Hi Palmer,

  Just noticed this:

> diff --git a/gas/config/tc-riscv.c b/gas/config/tc-riscv.c
[...] 
> +/* Pseudo-op table.  */
> +static const pseudo_typeS riscv_pseudo_table[] =
> +  {"p2align", s_align, 0},

This breaks one of the gas testsuite's tests (gas/testsuite/gas/all/align.s)
because it does not support the third argument to the normal 
.p2align pseudo-op.  It also means that .p2align pseudo-op does
not behave as documented when the target is the riscv.

Please could you consider extending your s_align() function to 
handle the extra argument.

Cheers
  Nick

 


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