diff options
author | Alan Modra <amodra@gmail.com> | 2000-06-20 12:33:21 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2000-06-20 12:33:21 +0000 |
commit | 2ab47eed68c82a9a6d055ba3f49ca6a8a1dd2575 (patch) | |
tree | f16dbfc601991f71c0177a7027479b3d3e3f9247 /binutils/ChangeLog | |
parent | b305ef96a167be657a95d273db6945fe7597e937 (diff) | |
download | gdb-2ab47eed68c82a9a6d055ba3f49ca6a8a1dd2575.zip gdb-2ab47eed68c82a9a6d055ba3f49ca6a8a1dd2575.tar.gz gdb-2ab47eed68c82a9a6d055ba3f49ca6a8a1dd2575.tar.bz2 |
Correct pointer comparisons relying on NULL less than any other pointer.
Alexander Aganichev's fix for ieee.c
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 6bb13ff..ce7c8f5 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,14 @@ +2000-06-20 Alexander Aganichev <AAganichev@hypercom.com> + + * ar.c (normalize): Correct pointer comparison when checking for + backslashes. + (main): Likewise. + * bucomm.c (make_tempname): Likewise. + + * ieee.c (ieee_start_compilation_unit): Correct pointer comparison + and search for backslashes in the original pathname. + (ieee_add_bb11): Likewise. + 2000-06-18 Nick Clifton <nickc@redhat.com> * ar.c (print_contents): Improve verbose message. |