diff options
author | Nick Clifton <nickc@redhat.com> | 2003-08-05 08:25:17 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2003-08-05 08:25:17 +0000 |
commit | 14abcef98a3d8a5113a552889f4ecc084d1df2fe (patch) | |
tree | 2ce00aafcc6dcafc1cef56e748afacef675a1b57 /bfd/ChangeLog | |
parent | ab4e3d93a0586b8b95213f7255b91fc056d82fd9 (diff) | |
download | gdb-14abcef98a3d8a5113a552889f4ecc084d1df2fe.zip gdb-14abcef98a3d8a5113a552889f4ecc084d1df2fe.tar.gz gdb-14abcef98a3d8a5113a552889f4ecc084d1df2fe.tar.bz2 |
Detect and issue a warning message if the line number table could not be read.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 8645db0..e4c4f92 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +2003-08-03 Jeff Muizelaar <muizelaar@rogers.com> + + * coffcode.h: (coff_slurp_line_table) Return with a warning + message if the line number table could not be read. + 2003-08-04 Nick Clifton <nickc@redhat.com> * elflink.h (elf_link_add_object_symbols): Prepend "warning: " |