diff options
author | Andrew Cagney <cagney@redhat.com> | 2001-07-19 04:58:17 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2001-07-19 04:58:17 +0000 |
commit | 4b048bc0967a115c456bf2bfb463f90564fdf519 (patch) | |
tree | cdcb1e7ed1f8eb3e1a7bf2dc42d281715dc1593c /gdb/ChangeLog | |
parent | 6ad8a379a0373bab68623cb568d2a07d96cf5df8 (diff) | |
download | gdb-4b048bc0967a115c456bf2bfb463f90564fdf519.zip gdb-4b048bc0967a115c456bf2bfb463f90564fdf519.tar.gz gdb-4b048bc0967a115c456bf2bfb463f90564fdf519.tar.bz2 |
From 2001-07-16 Rodney Brown <rbrown64@csc.com.au>:
* infttrace.c (child_thread_alive): Fix gdb_tid typo.
* somsolib.c (no_shared_libraries): Provide stub.
* xcoffsolib.c (no_shared_libraries): Provide stub.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 6e7544a..a35da02 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,10 @@ +2001-07-19 Andrew Cagney <ac131313@redhat.com> + + From 2001-07-16 Rodney Brown <rbrown64@csc.com.au>: + * infttrace.c (child_thread_alive): Fix gdb_tid typo. + * somsolib.c (no_shared_libraries): Provide stub. + * xcoffsolib.c (no_shared_libraries): Provide stub. + 2001-07-18 Stephane Carrez <Stephane.Carrez@worldnet.fr> * Makefile.in (COMMON_OBS): Remove tui-file.o. |