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 /ld/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 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 130c8dd..cc5df52 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,8 @@ +2000-06-20 Alan Modra <alan@linuxcare.com.au> + + * ldmain.c (set_scripts_dir): Correct pointer comparison when + checking for backslashes. + 2000-06-19 Alan Modra <alan@linuxcare.com.au> * NEWS: Move entries not in 2.10 above "Changes in version 2.10". |