mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 14:49:38 +08:00
.reg improvements.
This commit is contained in:
@ -176,6 +176,13 @@ void pa_end_of_source PARAMS ((void));
|
||||
|
||||
#define md_operand(x)
|
||||
|
||||
/* Allow register expressions to be treated as absolute expressions.
|
||||
A silly fudge required for backwards compatibility. */
|
||||
#define md_optimize_expr hppa_force_reg_syms_absolute
|
||||
|
||||
int hppa_force_reg_syms_absolute
|
||||
PARAMS ((expressionS *, operatorT, expressionS *));
|
||||
|
||||
#define TC_FIX_TYPE PTR
|
||||
#define TC_INIT_FIX_DATA(FIXP) ((FIXP)->tc_fix_data = NULL)
|
||||
|
||||
|
Reference in New Issue
Block a user