Add virtual destructor to tui_layout_base
[deliverable/binutils-gdb.git] / gdb / hppa-tdep.c
index ae1554af0a97c753c8098bdf23370984b17f9b57..70f06585af68ca21a00d42ec1164595d3e5f96b0 100644 (file)
@@ -1296,7 +1296,7 @@ hppa64_frame_align (struct gdbarch *gdbarch, CORE_ADDR addr)
   return align_up (addr, 16);
 }
 
-CORE_ADDR
+static CORE_ADDR
 hppa_read_pc (readable_regcache *regcache)
 {
   ULONGEST ipsw;
@@ -2537,7 +2537,7 @@ hppa_lookup_stub_minimal_symbol (const char *name,
     {
       for (minimal_symbol *msym : objfile->msymbols ())
        {
-         if (strcmp (MSYMBOL_LINKAGE_NAME (msym), name) == 0)
+         if (strcmp (msym->linkage_name (), name) == 0)
            {
              struct unwind_table_entry *u;
 
This page took 0.044657 seconds and 4 git commands to generate.