mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-21 08:13:37 +08:00
* solib.c (solib_create_inferior_hook): Fix thinko.
Don't screw sunos4 with 7763 fixes..
This commit is contained in:
parent
ea74d97907
commit
13f6c7eac1
@ -1,3 +1,7 @@
|
||||
Wed Feb 21 14:24:04 1996 Jeffrey A Law (law@cygnus.com)
|
||||
|
||||
* solib.c (solib_create_inferior_hook): Fix thinko.
|
||||
|
||||
Tue Feb 20 23:59:19 1996 Jeffrey A Law (law@cygnus.com)
|
||||
|
||||
* solib.c (solib_break_names): Define for Solaris and Linux.
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user