diff options
author | Jim Blandy <jimb@codesourcery.com> | 2002-08-22 05:50:11 +0000 |
---|---|---|
committer | Jim Blandy <jimb@codesourcery.com> | 2002-08-22 05:50:11 +0000 |
commit | ebeb39fe31c44ff9f7d09d50b4327bb9f5119b36 (patch) | |
tree | 2d6458e63a5995cfd10cc62a77de3df557bffc7d /gdb/ChangeLog | |
parent | 56780f18c55aca9a12766df181b4c060d8079d4e (diff) | |
download | gdb-ebeb39fe31c44ff9f7d09d50b4327bb9f5119b36.zip gdb-ebeb39fe31c44ff9f7d09d50b4327bb9f5119b36.tar.gz gdb-ebeb39fe31c44ff9f7d09d50b4327bb9f5119b36.tar.bz2 |
* coffread.c (coff_symfile_read): Don't try to read the line
number table from disk if the image file doesn't have a symbol
table; we'll never actually look at the info anyway, and Windows
ships DLL's with bogus file offsets for the line number data.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index c010aeb..4a7c0fe 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,10 @@ +2002-08-22 Jim Blandy <jimb@redhat.com> + + * coffread.c (coff_symfile_read): Don't try to read the line + number table from disk if the image file doesn't have a symbol + table; we'll never actually look at the info anyway, and Windows + ships DLL's with bogus file offsets for the line number data. + 2002-08-21 Elena Zannoni <ezannoni@redhat.com> * rs6000-tdep.c (rs6000_gdbarch_init): Figure out whether we have |