From: Daniel Jacobowitz Date: Sun, 22 Feb 2004 21:00:47 +0000 (+0000) Subject: Fix botched commit. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c660c1dc94e5d5f79bc6b4c69944f97d16582939;p=thirdparty%2Fbinutils-gdb.git Fix botched commit. --- diff --git a/gdb/dwarf2read.c b/gdb/dwarf2read.c index dafee420268..5da07cdd4e4 100644 --- a/gdb/dwarf2read.c +++ b/gdb/dwarf2read.c @@ -8808,7 +8808,7 @@ free_comp_units_worker (struct dwarf2_cu *cu, int aging, next_cu = per_cu->cu->read_in_chain; - if ((aging && per_cu->cu->last_used < MAX_CACHE_AGE) + if ((aging && per_cu->cu->last_used > MAX_CACHE_AGE) || (target_cu && per_cu->cu == target_cu) || (!aging && target_cu == NULL)) {