diff options
author | Jeff Law <law@redhat.com> | 2001-12-20 23:40:15 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 2001-12-20 23:40:15 +0000 |
commit | 9b3128c4d950f0f94a174e64842510f672aacbb1 (patch) | |
tree | 3a2b2c5237c340fc840c7e372aa02a8630369371 /gdb/ChangeLog | |
parent | ca344dff5c340979f9aaf15316c518eec515a28a (diff) | |
download | gdb-9b3128c4d950f0f94a174e64842510f672aacbb1.zip gdb-9b3128c4d950f0f94a174e64842510f672aacbb1.tar.gz gdb-9b3128c4d950f0f94a174e64842510f672aacbb1.tar.bz2 |
* somsolib.c (som_solib_add): Ignore the solib limit threshhold
if AUTO_SOLIB_LIMIT is not greater than zero.
* somsolib.c (som_solib_create_inferior_hook): No longer warn
about missing __d_pid symbol.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 2470ddd..eb0c42d 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,11 @@ +Thu Dec 20 16:42:30 2001 Jeffrey A Law (law@cygnus.com) + + * somsolib.c (som_solib_add): Ignore the solib limit threshhold + if AUTO_SOLIB_LIMIT is not greater than zero. + + * somsolib.c (som_solib_create_inferior_hook): No longer warn + about missing __d_pid symbol. + 2001-12-20 Elena Zannoni <ezannoni@redhat.com> * ppc-linux-nat.c (ppc_ptrace_cannot_fetch_store_register): |