rdr
rdr copied to clipboard
ELF symbols need versioning against libaries
ELF symbol lookups, i.e.:
rdr -m -f pthread_cond_signal
need explicit versioning against libraries in linux/ELF, otherwise an erroneous warning is posted that multiple libraries were resolved for the same symbol (itself usually, since multiple symbols with the same name modulo version are present in the library)