From Blair MacIntyre <bm@cs.columbia.edu>:
authorFred Fish <fnf@specifix.com>
Wed, 14 Aug 1996 22:41:34 +0000 (22:41 +0000)
committerFred Fish <fnf@specifix.com>
Wed, 14 Aug 1996 22:41:34 +0000 (22:41 +0000)
* hppa-tdep.c (hppa_fix_call_dummy): Use MSYMBOL_TYPE rather
than SYMBOL_TYPE on msymbols.
* somsolib.c (som_solib_create_inferior_hook): Ditto.

gdb/ChangeLog
gdb/hppa-tdep.c
gdb/somsolib.c

index 37f2db0b5b7b14ae5067f7df702f8bfd71600ce2..35ce3bb266e64af5e4cb85cc6b0fdeb693498f1f 100644 (file)
@@ -1,5 +1,10 @@
 Wed Aug 14 02:03:42 1996  Fred Fish  <fnf@rtl.cygnus.com>
 
+       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.
+
        * Makefile.in (init.c):  Generate with prototypes.
 
        * config/pa/tm-hppa.h (frame_saved_pc): Add prototype.
index 77faf25ad72c35b3ca89e0fc8e3d9c049ff34e0d..275c485bd14a15a3672434942aede0df72db6aec 100644 (file)
@@ -1609,7 +1609,7 @@ hppa_fix_call_dummy (dummy, pc, fun, nargs, args, type, gcc_p)
                {
                  struct unwind_table_entry *u;
                  /* It must be a shared library trampoline.  */
-                 if (SYMBOL_TYPE (stub_symbol) != mst_solib_trampoline)
+                 if (MSYMBOL_TYPE (stub_symbol) != mst_solib_trampoline)
                    continue;
 
                  /* It must also be an import stub.  */
index c2c88535b7e8fd4d8ba878a981e40fdf9208e7f3..b24e6722a63572279b29241cad205e2e6089e164 100644 (file)
@@ -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.  */