[project @ 2000-04-07 16:25:19 by sewardj]
authorsewardj <unknown>
Fri, 7 Apr 2000 16:25:20 +0000 (16:25 +0000)
committersewardj <unknown>
Fri, 7 Apr 2000 16:25:20 +0000 (16:25 +0000)
commit8024af4b826b99febe00cd566c409087687b5ea7
tree87094b6cea7c4ea4b14477265be20283d37d59bd
parent11239ef19f0253309d55477a8fbf0e476c4b10a3
[project @ 2000-04-07 16:25:19 by sewardj]
If an object symbol is not found via the usual methods, search absolutely
every object symbol table in the system before giving up on it.
Motivation: searching for Arch_x86_foobar_closure generates a search for
x86_foobar_closure in module Arch, whereas we really want to search for
foobar_closure in module Arch_x86.  Sigh.
ghc/interpreter/interface.c
ghc/interpreter/storage.c
ghc/interpreter/storage.h