Module Name: krb5 Committed By: raeburn Date: Wed Feb 9 00:50:50 UTC 2005 Modified Files: krb5/src/tests/shlib/ChangeLog krb5/src/tests/shlib/t_loader.c Added Files: Removed Files: Log Message Exercise the dynamic loading/unloading of libraries a bit more. Athena's old IRIX systems fail this test now. * t_loader.c (verbose): New variable. (do_close_1): Drop filename argument. Change messages accordingly, and only display them if verbose. Line up "done" messages vertically. (do_open_1): Likewise. Add library version argument, used when on AIX, in combination with RTLD_MEMBER. (do_open): Don't pass filename. Do pass library version; callers changed. (do_close): Don't pass filename. (get_sym_1): Renamed from get_sym, added line number argument. Print messages if verbose. (get_sym): New macro. (xbasename): Function deleted. (HORIZ): New macro. (main): Turn off output buffering. Print messages before and after calling functions in loaded libraries. Disable first set of tests, that don't call any functions. Test gssapi library without loading any other libraries, then test it after loading com_err, and unload com_err first. To generate a diff of this commit: cvs diff -r1.2 -r1.3 krb5/src/tests/shlib/ChangeLog cvs diff -r1.1 -r1.2 krb5/src/tests/shlib/t_loader.c