eliminate gdb complaints about missing linux-gate.so.1
authorRich Felker <dalias@aerifal.cx>
Mon, 26 Nov 2012 01:56:31 +0000 (20:56 -0500)
committerRich Felker <dalias@aerifal.cx>
Mon, 26 Nov 2012 01:56:31 +0000 (20:56 -0500)
commit75a31faaedb12cad0b884a41c73057cb80a14ed3
treeec60eb6c92fa00416580d5ad25e67fcdd2a4dfe4
parent4acc95e497956d926bc9b9a0534cc93a73a6d3e1
eliminate gdb complaints about missing linux-gate.so.1

actually, the hard-coded name should be eliminated too, and replaced
by a search for the soname in the headers, but that can be done
separately later.
src/ldso/dynlink.c