Due to my hacks to get the mips port working several years ago, the new stacktrace infrastructure does not print line numbers in stack traces. This patch removes enough of the hacks so that line numbers are once again produced. The disable_dladdr was used only by the mips port for the purpose of working around bugs in glibc 2.2.[45]. Since I have moved up in the world and am now using a (mostly) working glibc-2.3.3, and I would expect that most users of gcc-4.1 will not be using older broken glibcs, this should be a win. Many of the users of mipsel-linux are using cross compilers so a configure check for this breakage is not really possible. Currently building/testing on i686-pc-linux-gnu(FC3) and mipsel-linux cross compiler. OK to commit to 4.1 and trunk if no regressions? 2006-01-17 David Daney * configure.host (disable_dladdr): Remove variable and its documentation. * configure.ac: Do not test for disable_dladdr. * configure: Regenerate.