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: RFA: Support ARM BKPT instruction without an argument.


>     memset (& expr, '\0', sizeof (expr));
> !   if (my_get_expression (& expr, & str) ||
> !       (expr.X_op != O_constant
> !        /* As a convenience we allow 'bkpt' without an operand.  */
> !        && expr.X_op != O_absent))
>       {
> !       inst.error = _("bad expression");
>         return;
>       }

Tsk, tsk, Nick.  How long have you been coding to the GNU coding stanards? 
:-)

Logical operators *at the start of the following line*...

Do we have a pedantic mode?  if so, then not putting in the 0 probably 
warrents a warning; otherwise I'll live with this.

R.


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