aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>1996-03-07 01:00:04 +0000
committerJeff Law <law@redhat.com>1996-03-07 01:00:04 +0000
commit653fed07a699b942a3dcd45834ec2ea63d68475e (patch)
tree65678479b2d624dad246abee3e6e2580cdfd78fa
parentc56c921821b1e8906e29148d3408dfeec115bf68 (diff)
downloadgdb-653fed07a699b942a3dcd45834ec2ea63d68475e.zip
gdb-653fed07a699b942a3dcd45834ec2ea63d68475e.tar.gz
gdb-653fed07a699b942a3dcd45834ec2ea63d68475e.tar.bz2
* breakpoint.c (bfd_lookup_symbol): Provide for all SVR4 systems,
not just those with HANDLE_SVR4_EXEC_EMULATORS. Fixes linux native build problem.
-rw-r--r--gdb/ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 35da2cf..c5c96db 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.