* config/nm-sysv4.h: Include solib.h. Define SVR4_SHARED_LIBS.
[deliverable/binutils-gdb.git] / gdb / config / nm-sysv4.h
index 4aff70089107755279e6fd4819d6b133610bbb05..d8f5c3cd655273fdcbe3eb3c5bbe2311eff47cb6 100644 (file)
@@ -18,6 +18,12 @@ You should have received a copy of the GNU General Public License
 along with this program; if not, write to the Free Software
 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
+#include "solib.h"     /* Support for shared libraries. */
+
+/* Use SVR4 style shared library support */
+
+#define SVR4_SHARED_LIBS
+
 /* SVR4 has /proc support, so use it instead of ptrace. */
 
 #define USE_PROC_FS
This page took 0.02326 seconds and 4 git commands to generate.