diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-04-09 17:51:40 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-04-09 17:51:40 +0000 |
commit | ddc6e6f785e59185e4aa7120ecbd456c02493237 (patch) | |
tree | 3e5f0b61aab8c5dc847f9fa7b4b222a159c70d3d /gdb | |
parent | 032250cda414eda041fe63ce3f108f50798f8cf0 (diff) | |
download | gdb-ddc6e6f785e59185e4aa7120ecbd456c02493237.zip gdb-ddc6e6f785e59185e4aa7120ecbd456c02493237.tar.gz gdb-ddc6e6f785e59185e4aa7120ecbd456c02493237.tar.bz2 |
* breakpoint.h: move "struct breakpoint" and friends to top of
file so that bpstat_find_breakpoint prototype works.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 6e14e5a..c1f3607 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,8 @@ Fri Apr 9 10:20:55 1993 Jim Kingdon (kingdon@cygnus.com) + * breakpoint.h: move "struct breakpoint" and friends to top of + file so that bpstat_find_breakpoint prototype works. + * solib.c (struct so_list): Add bfd field. (solib_map_sections): Leave bfd open and scratch_pathname allocated. Put the bfd in bfd field of the so_list. |