This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
New ARI warning Fri Jun 25 01:53:55 UTC 2010
- From: GDB Administrator <gdbadmin at sourceware dot org>
- To: gdb-patches at sourceware dot org
- Date: Fri, 25 Jun 2010 01:53:55 +0000
- Subject: New ARI warning Fri Jun 25 01:53:55 UTC 2010
96a97,98
> gdb/breakpoint.c:4377: deprecate: SOLIB_ADD: Replace SOLIB_ADD with nothing, not needed?
gdb/breakpoint.c:4377:#ifdef SOLIB_ADD
> gdb/breakpoint.c:4378: deprecate: SOLIB_ADD: Replace SOLIB_ADD with nothing, not needed?
gdb/breakpoint.c:4378: SOLIB_ADD (NULL, 0, ¤t_target, auto_solib_add);
582,583d583
< gdb/infrun.c:4181: deprecate: SOLIB_ADD: Replace SOLIB_ADD with nothing, not needed?
gdb/infrun.c:4181: SOLIB_ADD (NULL, 0, ¤t_target, auto_solib_add);
< gdb/infrun.c:4309: deprecate: SOLIB_ADD: Replace SOLIB_ADD with nothing, not needed?
gdb/infrun.c:4309:#if defined(SOLIB_ADD)