mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-27 01:28:46 +00:00
* ppc-linux-tdep.c (bsd_uthread_solib_loaded): Always pass 0 for
flags. * solib-spu.c (spu_solib_loaded): Always pass 0 for flags.
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
2010-04-15 Pedro Alves <pedro@codesourcery.com>
|
||||
|
||||
* ppc-linux-tdep.c (bsd_uthread_solib_loaded): Always pass 0 for
|
||||
flags.
|
||||
* solib-spu.c (spu_solib_loaded): Always pass 0 for flags.
|
||||
|
||||
2010-04-15 Doug Evans <dje@google.com>
|
||||
|
||||
* NEWS: Add entry for python program space support.
|
||||
|
||||
@@ -1222,7 +1222,7 @@ ppc_linux_spe_context_solib_loaded (struct so_list *so)
|
||||
{
|
||||
if (strstr (so->so_original_name, "/libspe") != NULL)
|
||||
{
|
||||
solib_read_symbols (so, so->from_tty ? SYMFILE_VERBOSE : 0);
|
||||
solib_read_symbols (so, 0);
|
||||
ppc_linux_spe_context_lookup (so->objfile);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -428,7 +428,7 @@ spu_solib_loaded (struct so_list *so)
|
||||
{
|
||||
if (strstr (so->so_original_name, "/libspe") != NULL)
|
||||
{
|
||||
solib_read_symbols (so, so->from_tty ? SYMFILE_VERBOSE : 0);
|
||||
solib_read_symbols (so, 0);
|
||||
spu_enable_break (so->objfile);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user