From c2e7130493890e2c2c101af74ba164330784bd2a Mon Sep 17 00:00:00 2001 From: "hp.com!davidm" Date: Sat, 24 Jan 2004 07:27:00 +0000 Subject: [PATCH] (check_callback): Fix typo: shared_object_subs -> shared_object_removals. (Logical change 1.161) --- src/ia64/Gtables-ia64.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ia64/Gtables-ia64.c b/src/ia64/Gtables-ia64.c index 9758ef17..c667c857 100644 --- a/src/ia64/Gtables-ia64.c +++ b/src/ia64/Gtables-ia64.c @@ -565,10 +565,10 @@ check_callback (struct dl_phdr_info *info, size_t size, void *ptr) instead and hope nobody runs into stale cache info... */ return 1; - if (info->dlpi_subs == as->shared_object_subs) + if (info->dlpi_subs == as->shared_object_removals) return 1; - as->shared_object_subs = info->dlpi_subs; + as->shared_object_removals = info->dlpi_subs; unw_flush_cache (as, 0, 0); return -1; /* indicate that there were no new removals */ #else