diff options
author | Kevin Buettner <kevinb@redhat.com> | 2002-07-27 01:05:07 +0000 |
---|---|---|
committer | Kevin Buettner <kevinb@redhat.com> | 2002-07-27 01:05:07 +0000 |
commit | dabbe2c0bdf7194766b4a2e8a6e7de75ae3015ee (patch) | |
tree | b877a73957eb0fcdc141601189f2934dfdadaad9 /gdb/ChangeLog | |
parent | 177e476850c52e9583a7be38cd3707538a016ffd (diff) | |
download | gdb-dabbe2c0bdf7194766b4a2e8a6e7de75ae3015ee.zip gdb-dabbe2c0bdf7194766b4a2e8a6e7de75ae3015ee.tar.gz gdb-dabbe2c0bdf7194766b4a2e8a6e7de75ae3015ee.tar.bz2 |
* irix5-nat.c: Move IRIX shared library support from here...
* solib-irix.c: ...to here. Revised substantially to work with
generic solib framework.
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 2a50bbf..10bb83b 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,11 @@ 2002-07-26 Kevin Buettner <kevinb@redhat.com> + * irix5-nat.c: Move IRIX shared library support from here... + * solib-irix.c: ...to here. Revised substantially to work with + generic solib framework. + +2002-07-26 Kevin Buettner <kevinb@redhat.com> + * aix-thread.c (coff/internal.h, bfd/libcoff.h, pthread.h): Remove disabled (via ``#if 0'') includes. |