Multiarch STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM,

DWARF_REG_TO_REGNUM, SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM.
This commit is contained in:
Andrew Cagney
2000-12-04 04:01:16 +00:00
parent 76440e4ba0
commit 88c72b7d71
12 changed files with 318 additions and 32 deletions

View File

@ -233,6 +233,12 @@ default_convert_from_func_ptr_addr (CORE_ADDR addr)
return addr;
}
int
no_op_reg_to_regnum (int reg)
{
return reg;
}
/* Functions to manipulate the endianness of the target. */
#ifdef TARGET_BYTE_ORDER_SELECTABLE