diff options
author | Kevin Buettner <kevinb@redhat.com> | 2001-02-20 23:42:23 +0000 |
---|---|---|
committer | Kevin Buettner <kevinb@redhat.com> | 2001-02-20 23:42:23 +0000 |
commit | 0579d647a61461ed960277ba423595bca55bc25a (patch) | |
tree | 35e473d322fbfdc9ee7c8a47b8fe8176b3d7894f /gdb/ChangeLog | |
parent | d65fe83949b66135b5e25d5b4c84cfe20d87f610 (diff) | |
download | gdb-0579d647a61461ed960277ba423595bca55bc25a.zip gdb-0579d647a61461ed960277ba423595bca55bc25a.tar.gz gdb-0579d647a61461ed960277ba423595bca55bc25a.tar.bz2 |
Cleanup solib-aix5.c as suggested by J.T. Conklin.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index dc6bb97..f2662e2 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,15 @@ +2001-02-20 Kevin Buettner <kevinb@redhat.com> + + * solib-aix5.c (solib-svr4.h): Remove include. + (solib_break_names): Delete names which aren't actually + used by AIX5. + (bkpt_names): Remove. + (aix5_relocate_main_executable, bfd_lookup_symbol): Replace calls + to STREQ() with equivalent calls to strcmp(). + (in_svr4_dynsym_resolve_code, enable_break, bfd_lookup_symbol, + aix5_solib_create_inferior_hook): Revise comments. + (enable_break): Remove old ``bkpt_names'' code. + 2001-02-19 Andrew Cagney <ac131313@redhat.com> * Makefile.in (SFILES): Add frame.c . |