diff options
author | John Gilmore <gnu@cygnus> | 1992-06-21 03:09:18 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1992-06-21 03:09:18 +0000 |
commit | 28df0c3e2d50d61334c7f94a236d4202a188fb6e (patch) | |
tree | 45fe04daddc13958d1ce39ea703ff6e6574d8377 /gdb/ChangeLog | |
parent | f70be3e45afa60e5639ef0a4411470ccd094b39d (diff) | |
download | gdb-28df0c3e2d50d61334c7f94a236d4202a188fb6e.zip gdb-28df0c3e2d50d61334c7f94a236d4202a188fb6e.tar.gz gdb-28df0c3e2d50d61334c7f94a236d4202a188fb6e.tar.bz2 |
(find_source_lines): Handle large st_size fields.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 88723e1..da68bdd 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -20,6 +20,8 @@ Sat Jun 20 19:19:52 1992 John Gilmore (gnu at cygnus.com) * elfread.c (elf_symfile_read): Update bfd_elf_find_section usage to match new prototype. Include libbfd.h to get prototype. + * source.c (find_source_lines): Handle large st_size fields. + Sat Jun 20 16:28:39 1992 Fred Fish (fnf@cygnus.com) * infcmd.c (jump_command): Use cleanups to avoid memory leaks. |