diff options
author | Mark Kettenis <kettenis@gnu.org> | 2001-03-13 12:42:08 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2001-03-13 12:42:08 +0000 |
commit | 305d65cac68fda199b660a79d22fbc52f45c2e47 (patch) | |
tree | 4a6506f78dc1079e22737ce5a19eafb8aa273874 /gdb/ChangeLog | |
parent | 8c2bc6877d75f8cd9073f206fab29920f73d325c (diff) | |
download | gdb-305d65cac68fda199b660a79d22fbc52f45c2e47.zip gdb-305d65cac68fda199b660a79d22fbc52f45c2e47.tar.gz gdb-305d65cac68fda199b660a79d22fbc52f45c2e47.tar.bz2 |
* i386-linux-tdep.c: Fix formatting and clarify comments.
(i386_linux_svr4_fetch_link_map_offsets): Use NULL instead of 0
where appropriate.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 974cc21..b1d646c 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +2001-03-13 Mark Kettenis <kettenis@gnu.org> + + * i386-linux-tdep.c: Fix formatting and clarify comments. + (i386_linux_svr4_fetch_link_map_offsets): Use NULL instead of 0 + where appropriate. + 2001-03-12 Andrew Cagney <ac131313@redhat.com> * gnu-nat.c: Include "gdb_assert.h" instead of <assert.h>. |