From 74a032ea1f56a26dc8e91873a7e212b0c356b368 Mon Sep 17 00:00:00 2001 From: Neal Norwitz Date: Fri, 10 Jan 2003 23:29:48 +0000 Subject: [PATCH] SF #639945 was fixed in alpha 1 --- Misc/NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Misc/NEWS b/Misc/NEWS index 60b20d2ca55..1fa1c8c44e9 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -499,6 +499,8 @@ Core and builtins slots are now always tried after trying the corresponding nb_* slots. This fixes a number of minor bugs (see bug #624807). +- Fix problem with dynamic loading on 64-bit AIX (see bug #639945). + Extension modules -----------------