Home
last modified time | relevance | path

Searched refs:rx_error (Results 1 – 3 of 3) sorted by relevance

/toolchain/binutils/binutils-2.25/gas/config/
Drx-parse.y298 rx_error (_("RTSD cannot pop R0"));
300 rx_error (_("RTSD first reg must be <= second reg")); }
408 rx_error (_("PUSHM cannot push R0"));
410 rx_error (_("PUSHM first reg must be <= second reg")); }
421 rx_error (_("POPM cannot pop R0"));
423 rx_error (_("POPM first reg must be <= second reg")); }
1307 rx_error (const char * str) in rx_error() function
1450 rx_error (_("constant expected")); in exp_val()
1476 rx_error (_("sbb cannot use symbolic immediates")); in immediate()
1557 rx_error (_("displacements must be constants")); in displacement()
[all …]
Drx-defs.h48 extern int rx_error (const char *);
/toolchain/binutils/binutils-2.25/gas/
DChangeLog-2011300 * config/rx-defs.h (rx_error): Add const to first arg.
301 * config/rx-parse.y (rx_error): Likewise.