mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-27 01:28:46 +00:00
From Blair MacIntyre <bm@cs.columbia.edu>:
* hppa-tdep.c (hppa_fix_call_dummy): Use MSYMBOL_TYPE rather than SYMBOL_TYPE on msymbols. * somsolib.c (som_solib_create_inferior_hook): Ditto.
This commit is contained in:
@@ -587,7 +587,7 @@ som_solib_create_inferior_hook()
|
||||
{
|
||||
struct unwind_table_entry *u;
|
||||
/* It must be a shared library trampoline. */
|
||||
if (SYMBOL_TYPE (msymbol) != mst_solib_trampoline)
|
||||
if (MSYMBOL_TYPE (msymbol) != mst_solib_trampoline)
|
||||
continue;
|
||||
|
||||
/* It must also be an export stub. */
|
||||
|
||||
Reference in New Issue
Block a user