OSDN Git Service

Based on a problem report and patch from Florian Schirmer, fix a compile
authorEric Andersen <andersen@codepoet.org>
Thu, 12 Feb 2004 08:51:21 +0000 (08:51 -0000)
committerEric Andersen <andersen@codepoet.org>
Thu, 12 Feb 2004 08:51:21 +0000 (08:51 -0000)
commit3368dbc3ed56f8746c74b277c01dfcdf1e0c9c1f
tree6ad5d5b2f06e8313b993233fddb244546cd1fb42
parent9b906508889607b50e2b636bdf5602cad903fc68
Based on a problem report and patch from Florian Schirmer, fix a compile
problem with mips -- contrary to my expectation gcc on mips _always_ defines
__PIC__ which breaks the assumption inherent in my code.  This should fix
things up.
ldso/libdl/Makefile
ldso/libdl/libdl.c