diff options
author | Alan Modra <amodra@gmail.com> | 2002-05-01 06:43:32 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2002-05-01 06:43:32 +0000 |
commit | dd70071f8b84788aae196c6e07924a8526e76b59 (patch) | |
tree | f8a139329abba7cf8c068dee50f3726d24282760 /binutils/ChangeLog | |
parent | af566d9f8ce9121ba79c13c0b38eb5b2b98e0341 (diff) | |
download | gdb-dd70071f8b84788aae196c6e07924a8526e76b59.zip gdb-dd70071f8b84788aae196c6e07924a8526e76b59.tar.gz gdb-dd70071f8b84788aae196c6e07924a8526e76b59.tar.bz2 |
* nm.c (print_symbol): Check returned filename from
bfd_find_nearest_line is non-NULL.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index de5f9f2..d303d49 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,8 @@ +2002-05-01 Alan Modra <amodra@bigpond.net.au> + + * nm.c (print_symbol): Check returned filename from + bfd_find_nearest_line is non-NULL. + 2002-04-25 Elena Zannoni <ezannoni@redhat.com> * readelf.c (get_AT_name): Handle DW_AT_GNU_vector. |