aboutsummaryrefslogtreecommitdiff
path: root/gdb/xm-sysv4.h
diff options
context:
space:
mode:
authorFred Fish <fnf@specifix.com>1991-12-28 06:27:24 +0000
committerFred Fish <fnf@specifix.com>1991-12-28 06:27:24 +0000
commita39ad5ce42b179325697a28a8516f863407a935a (patch)
treea3519b38e55c3956e2e605f390146550fde30211 /gdb/xm-sysv4.h
parent079399f6dfa698dee207e1ef8afb9fd047918c80 (diff)
downloadgdb-a39ad5ce42b179325697a28a8516f863407a935a.zip
gdb-a39ad5ce42b179325697a28a8516f863407a935a.tar.gz
gdb-a39ad5ce42b179325697a28a8516f863407a935a.tar.bz2
Many small changes to procfs.c to add base support for a new "info proc"
command that prints /proc specific information, changes to solib.c to allow more flexible handling of finding the dynamic linker structures, changes to utils.c and defs.h to add a new null_cleanup() function to serve as an anchor point for cleanup chains with no obvious "first cleanup".
Diffstat (limited to 'gdb/xm-sysv4.h')
-rw-r--r--gdb/xm-sysv4.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/xm-sysv4.h b/gdb/xm-sysv4.h
index f4c4a53..b6d1025 100644
--- a/gdb/xm-sysv4.h
+++ b/gdb/xm-sysv4.h
@@ -18,6 +18,10 @@ 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. */
+/* Use SVR4 style shared library support */
+
+#define SVR4_SHARED_LIBS
+
/* SVR4 has /proc support, so use it instead of ptrace. */
#define USE_PROC_FS