aboutsummaryrefslogtreecommitdiff
path: root/gdb/solib.c
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>1996-02-21 21:27:08 +0000
committerJeff Law <law@redhat.com>1996-02-21 21:27:08 +0000
commit13f6c7eac10661702eed87dd6949b67a08183df5 (patch)
treed5045fa903929f2a39b032fe51d4eab7877fe6ab /gdb/solib.c
parentea74d97907018c42b514cc3a954ecc9f2ecb6457 (diff)
downloadgdb-13f6c7eac10661702eed87dd6949b67a08183df5.zip
gdb-13f6c7eac10661702eed87dd6949b67a08183df5.tar.gz
gdb-13f6c7eac10661702eed87dd6949b67a08183df5.tar.bz2
* solib.c (solib_create_inferior_hook): Fix thinko.
Don't screw sunos4 with 7763 fixes..
Diffstat (limited to 'gdb/solib.c')
-rw-r--r--gdb/solib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/solib.c b/gdb/solib.c
index 6247b8a..cc60196 100644
--- a/gdb/solib.c
+++ b/gdb/solib.c
@@ -1568,7 +1568,7 @@ solib_create_inferior_hook()
return;
}
-#ifndef BKPT_AT_SYMBOL
+#ifndef SVR4_SHARED_LIBS
/* Only SunOS needs the loop below, other systems should be using the
special shared library breakpoints and the shared library breakpoint
service routine.