diff options
author | David Taylor <taylor@redhat.com> | 1998-01-30 21:11:53 +0000 |
---|---|---|
committer | David Taylor <taylor@redhat.com> | 1998-01-30 21:11:53 +0000 |
commit | 6981a588db6a5326c9518f26fdf1d3bf111cffe1 (patch) | |
tree | 7f1d8bd7853e7dc0b95863f812456e87cf17ef71 /gdb | |
parent | 04eb2dddaf7ceb9384fcdd41250428dea99d11b0 (diff) | |
download | gdb-6981a588db6a5326c9518f26fdf1d3bf111cffe1.zip gdb-6981a588db6a5326c9518f26fdf1d3bf111cffe1.tar.gz gdb-6981a588db6a5326c9518f26fdf1d3bf111cffe1.tar.bz2 |
changelog entries for gdb/13521.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index c649067..30039d3 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,21 @@ +Fri Jan 30 15:11:38 1998 David Taylor <taylor@texas.cygnus.com> + + Changes by <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE> + * infrun.c (IN_SOLIB_DYNSYM_RESOLVE_CODE): new macro for detecting + whether we are in the dynamic symbol resolution code + (wait_for_inferior): invoke it. + * solib.c (in_svr4_dynsym_resolve_code): new function + (enable_break): record start and end of the dynamic linker + text and plt sections for use in in_svr4_dynsym_resolve_code. + * solib.h (IN_SOLIB_DYNSYM_RESOLVE_CODE): add svr4 definition; + (in_svr4_dynsym_resolve_code): declare it. + * config/nm-gnu.h (solib.h): move inclusion to after definition + of SVR4_SHARED_LIBS. + * config/nm-sysv4.h (solib.h): ditto. + * config/i386/nm-i386sco5.h (solib.h): ditto. + * config/i386/nm-linux.h (solib.h): ditto. + * config/mips/nm-irix5.h (IN_SOLIB_DYNSYM_RESOLVE_CODE): undefine. + Thu Jan 29 19:39:31 1998 Stan Shebs <shebs@andros.cygnus.com> * coffread.c (coff_symtab_read) [SEM]: Remove code, macro can |