* gas/cfi/cfi-common-6.s: Do not use |.
[deliverable/binutils-gdb.git] / gdb / hppa-linux-tdep.c
index c5d23f9e02ad809e0e50bf8f1ec4dc5d7f736ea8..2c6fb02f00c1a25c359e75619594fe649928d29d 100644 (file)
@@ -102,7 +102,7 @@ insns_match_pattern (CORE_ADDR pc,
     {
       char buf[4];
 
-      deprecated_read_memory_nobpt (npc, buf, 4);
+      read_memory_nobpt (npc, buf, 4);
       insn[i] = extract_unsigned_integer (buf, 4);
       if ((insn[i] & pattern[i].mask) == pattern[i].data)
         npc += 4;
@@ -481,7 +481,7 @@ hppa_linux_supply_fpregset (const struct regset *regset,
     }
 }
 
-/* Linux register set.  */
+/* HPPA Linux kernel register set.  */
 static struct regset hppa_linux_regset =
 {
   NULL,
This page took 0.188653 seconds and 4 git commands to generate.