From: Jeff Law Date: Thu, 7 Mar 1996 01:00:04 +0000 (+0000) Subject: * breakpoint.c (bfd_lookup_symbol): Provide for all SVR4 systems, X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=653fed07a699b942a3dcd45834ec2ea63d68475e;p=binutils-gdb.git * breakpoint.c (bfd_lookup_symbol): Provide for all SVR4 systems, not just those with HANDLE_SVR4_EXEC_EMULATORS. Fixes linux native build problem. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 35da2cfb852..c5c96db7ec5 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,4 +1,7 @@ -Wed Mar 6 09:34:11 1996 Jeffrey A Law (law@cygnus.com) +Wed Mar 6 17:57:59 1996 Jeffrey A Law (law@cygnus.com) + + * breakpoint.c (bfd_lookup_symbol): Provide for all SVR4 systems, + not just those with HANDLE_SVR4_EXEC_EMULATORS. * From Peter Schauer: * breakpoint.c (internal_breakpoint_number): Move to file scope.