Skip to content
  • Petr Machata's avatar
    Remove several TODO entries · fc57cfe6
    Petr Machata authored
    - The whole UN*X world now uses ELF.  There's no point supporting
      anything else.
    - We do read libraries on demand, and do process their symbol tables
    - C++ demangling is fine.  This entry comes from 1998, who knows what it
      was supposed to mean.
    - We now have a relatively clean way of porting to various Linux
      architectures.  Until someone actually tries to port to non-Linux
      OS, we are unlikely to know what's missing in that area.
    - The ARGTYPE_STRING stuff can be now emulated by using
        string(array(char, N))
    - Dependency tracking is done by autotools
    fc57cfe6