]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
2004-03-07 Andrew Cagney <cagney@redhat.com>
authorAndrew Cagney <cagney@redhat.com>
Mon, 8 Mar 2004 01:45:02 +0000 (01:45 +0000)
committerAndrew Cagney <cagney@redhat.com>
Mon, 8 Mar 2004 01:45:02 +0000 (01:45 +0000)
* ppc-linux-nat.c (ppc_ptrace_cannot_fetch_store_register): Delete
unused function.

gdb/ChangeLog
gdb/ppc-linux-nat.c

index a6a71604b5fd4745fc1bb23ffe9b8f0e1b4894de..4683f060642d18f0a60f884a3337c530f62bad4e 100644 (file)
@@ -1,3 +1,8 @@
+2004-03-07  Andrew Cagney  <cagney@redhat.com>
+
+       * ppc-linux-nat.c (ppc_ptrace_cannot_fetch_store_register): Delete
+       unused function.
+
 2004-03-07  Daniel Jacobowitz  <drow@mvista.com>
 
        * arm-tdep.c (thumb_get_next_pc): Handle BX.
index 372ad0c7b48dc57980a61863d414ae1ae63aeca0..619984a6c3b4582d94568175900a852107c0d15e 100644 (file)
@@ -164,12 +164,6 @@ ppc_register_u_addr (int regno)
   return u_addr;
 }
 
-static int
-ppc_ptrace_cannot_fetch_store_register (int regno)
-{
-  return (ppc_register_u_addr (regno) == -1);
-}
-
 /* The Linux kernel ptrace interface for AltiVec registers uses the
    registers set mechanism, as opposed to the interface for all the
    other registers, that stores/fetches each register individually.  */