Move core_addr_lessthan and core_addr_greaterthan to arch-utils.

This commit is contained in:
Andrew Cagney
2000-05-15 03:56:30 +00:00
parent b02eeafb14
commit 3339cf8b68
5 changed files with 30 additions and 21 deletions

View File

@@ -59,4 +59,8 @@ extern gdbarch_remote_translate_xfer_address_ftype generic_remote_translate_xfer
changed. */
extern gdbarch_prologue_frameless_p_ftype generic_prologue_frameless_p;
/* The only possible cases for inner_than. */
extern int core_addr_lessthan (CORE_ADDR lhs, CORE_ADDR rhs);
extern int core_addr_greaterthan (CORE_ADDR lhs, CORE_ADDR rhs);
#endif