o Only use one version of LOOKUP-SPECIAL-SYMBOL for all
architectures, and only pass in the name, not the link-type, since there's only one link-type for the special symbols. o Always call INIT-FOREIGN-SYMBOL-TABLE to initialize the symbol table. (This only clears the hash-table.) o Clean up the section in LOOKUP-FOREIGN-SYMBOL for linkage-tables for sparc and ppc. Use backend-featurep to test for this, and don't lump it into the #-irix test case. This helps cross-compile do the right thing for sparc/ppc when doing a non-native cross-compile.
Please register or sign in to comment