diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-11-02 00:05:34 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-11-02 00:05:34 +0000 |
commit | b86a1b3baa014c5fdb3ba8db34c8991fd4e768e1 (patch) | |
tree | 2ccf05c177a1ff062dafaf727d3849df74dee0ca /gdb/ChangeLog | |
parent | f2e945df056230b8cd1354e28f415d4aea08a918 (diff) | |
download | gdb-b86a1b3baa014c5fdb3ba8db34c8991fd4e768e1.zip gdb-b86a1b3baa014c5fdb3ba8db34c8991fd4e768e1.tar.gz gdb-b86a1b3baa014c5fdb3ba8db34c8991fd4e768e1.tar.bz2 |
* symtab.c, symtab.h, source.c: Change find_line_pc_range to take
a struct symtab_and_line argument, rather than a symtab and a line.
Re-write it to be based on the address rather than bogusly adding
one to the line number and hoping that has something to do with the
end of the line.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index a3b59d6..bd6ac80 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,11 @@ Mon Nov 1 09:40:21 1993 Jim Kingdon (kingdon@lioth.cygnus.com) + * symtab.c, symtab.h, source.c: Change find_line_pc_range to take + a struct symtab_and_line argument, rather than a symtab and a line. + Re-write it to be based on the address rather than bogusly adding + one to the line number and hoping that has something to do with the + end of the line. + * config/m88k/m88k.mh (NATDEPFILES): Remove exec.o. * paread.c (pa_symtab_read): Change comments to say ignoring |