Richard Sandiford <rsandifo@xxxxxxxxxx> writes: > "Bradley D. LaRonde" <brad@xxxxxxxxxxx> writes: >> I read this in the spec: >> >> All externally visible symbols, both defined and undefined, >> must be hashed into the hash table. >> >> Should libpthread's malloc stub be added to the hash table? > > Yes. Or, to be more precise, the symbol should be added to the hash table. The fact that the symbol is lazily bound doesn't matter. Richard