]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* config/powerpc/nm-ppc64-linux.h (PTRACE_XFER_TYPE): This is
authorJim Blandy <jimb@codesourcery.com>
Wed, 28 May 2003 20:10:56 +0000 (20:10 +0000)
committerJim Blandy <jimb@codesourcery.com>
Wed, 28 May 2003 20:10:56 +0000 (20:10 +0000)
'long' on ppc64-*-linux*.

gdb/ChangeLog
gdb/config/powerpc/nm-ppc64-linux.h

index 23b397af25ef32abd525fa644cea981dc40aab6d..a1a712c3eadb9d38402ede9e787a9059e472ee7e 100644 (file)
@@ -1,5 +1,8 @@
 2003-05-28  Jim Blandy  <jimb@redhat.com>
 
+       * config/powerpc/nm-ppc64-linux.h (PTRACE_XFER_TYPE): This is
+       'long' on ppc64-*-linux*.
+
        * configure.host, configure.tgt: Add entries for
        powerpc64-*-linux, selecting powerpc/ppc64-linux.mh and
        powerpc/linux.mt.
index a93a33e9e3d9471afb3493c73dd7269b8e4bb625..5d1c7b6d9e08f4c1fe95f21a5b8237b8d8de0ff0 100644 (file)
@@ -22,5 +22,6 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #include "config/powerpc/nm-linux.h"
 
 #define PTRACE_ARG3_TYPE void *
+#define PTRACE_XFER_TYPE long
 
 #endif /* NM_PPC64_LINUX_H */