From 3339cf8b68bc5b7f14a4d255daae2a06b8dd5d77 Mon Sep 17 00:00:00 2001 From: Andrew Cagney Date: Mon, 15 May 2000 03:56:30 +0000 Subject: Move core_addr_lessthan and core_addr_greaterthan to arch-utils. --- gdb/defs.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'gdb/defs.h') diff --git a/gdb/defs.h b/gdb/defs.h index 38e4082..aa8987d 100644 --- a/gdb/defs.h +++ b/gdb/defs.h @@ -106,10 +106,6 @@ typedef bfd_vma CORE_ADDR; #endif /* ! LONGEST */ -extern int core_addr_lessthan (CORE_ADDR lhs, CORE_ADDR rhs); -extern int core_addr_greaterthan (CORE_ADDR lhs, CORE_ADDR rhs); - - #ifndef min #define min(a, b) ((a) < (b) ? (a) : (b)) #endif -- cgit v1.1