]> granicus.if.org Git - yasm/commit
Simplify preloaded search case by removing any library extension in
authorPeter Johnson <peter@tortall.net>
Sun, 8 Jun 2003 20:17:21 +0000 (20:17 -0000)
committerPeter Johnson <peter@tortall.net>
Sun, 8 Jun 2003 20:17:21 +0000 (20:17 -0000)
commit67aec65debe47a1f315a7055b4ddbd78692e6184
tree9b7fe3685a3b736e45ba25335c3b218cc5ae3b8b
parent7d0214ee34c0bb393a0b26149efcc3537968e91e
Simplify preloaded search case by removing any library extension in
list_modules() rather than trying to figure it out in list_module_load().
Also avoids the corner failure case when archives aren't named *.a.

svn path=/trunk/yasm/; revision=973
frontends/yasm/yasm-module.c