rdr icon indicating copy to clipboard operation
rdr copied to clipboard

ELF symbols need versioning against libaries

Open m4b opened this issue 9 years ago • 0 comments

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)

m4b avatar Sep 23 '15 05:09 m4b