1.0.29.21: less strict os-provides-dladdr.c
authorNikodemus Siivola <nikodemus@random-state.net>
Sat, 20 Jun 2009 09:31:50 +0000 (09:31 +0000)
committerNikodemus Siivola <nikodemus@random-state.net>
Sat, 20 Jun 2009 09:31:50 +0000 (09:31 +0000)
commit226f48b0835db224f61d07879307a809981e812d
tree0d1c5e6e847584410a316ee3781f024607872864
parente3f6b2dba952202bc12cbca5746414fc880e26ef
1.0.29.21: less strict os-provides-dladdr.c

* Allows us to use dladdr on FC6, where previous test failed because
  we expected an exact match on the name for "printf", whereas the
  name we got is "_IO_printf".

  IIRC the reason for the name was that some marginal platform had a
  dladdr that always returned "unknown function" or something like
  that -- here's hoping that's not the case anymore, but if it is,
  testing that the return value is not a placeholder string like that
  is probably better.
NEWS
tools-for-build/os-provides-dladdr-test.c
version.lisp-expr