Skip to content
Snippets Groups Projects
Forked from cmucl / cmucl
Source project has a limited visibility.
  • rtoy's avatar
    c900cdd5
    o Only use one version of LOOKUP-SPECIAL-SYMBOL for all · c900cdd5
    rtoy authored
      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.
    c900cdd5
    History
    o Only use one version of LOOKUP-SPECIAL-SYMBOL for all
    rtoy authored
      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.