Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Raunaq 12 <raunaq12@in.ibm.com>
To: gdb-patches@sourceware.org
Subject: [PATCH 1/5] config support for powerpc64-aix
Date: Thu, 01 Aug 2013 10:48:00 -0000	[thread overview]
Message-ID: <OF925F2B16.35C637B5-ON65257BBA.003B0FB5-65257BBA.003B448A@in.ibm.com> (raw)


powerpc64: Add support for host and target powerpc64.

Add new case to configure.host and configure.tgt to support powerpc64
running aix.

Kindly review and let me know if this is okay?

---
ChangeLog-
                * configure.tgt (powerpc64-*-aix*): Match powerpc64 running
aix.
	* configure.host (powerpc64-*-aix*): Likewise.
---

Index: ./gdb/configure.host
===================================================================
--- ./gdb.orig/configure.host
+++ ./gdb/configure.host
@@ -126,7 +126,7 @@
                        gdb_host=nbsd ;;
 mips64*-*-openbsd*)    gdb_host=obsd64 ;;

-powerpc-*-aix* | rs6000-*-*)
+powerpc-*-aix* | rs6000-*-* | powerpc64-*-aix*)
                        gdb_host=aix ;;
 powerpc*-*-freebsd*)   gdb_host=fbsd ;;
 powerpc-*-linux*)      gdb_host=linux ;;
Index: gdb-7.6.50.20130612/gdb/configure.tgt
===================================================================
--- gdb-7.6.50.20130612.orig/gdb/configure.tgt  2013-07-24
14:47:19.000000000 +0600
+++ gdb-7.6.50.20130612/gdb/configure.tgt       2013-07-24
15:20:13.000000000 +0600
@@ -427,7 +427,7 @@
                        solib-svr4.o \
                        ravenscar-thread.o ppc-ravenscar-thread.o"
        ;;
-powerpc-*-aix* | rs6000-*-*)
+powerpc-*-aix* | rs6000-*-* | powerpc64-*-aix*)
        # Target: PowerPC running AIX
        gdb_target_obs="rs6000-tdep.o rs6000-aix-tdep.o xcoffread.o \
                        ppc-sysv-tdep.o solib-aix.o \
@@ -714,6 +714,8 @@
 *-*-dicos*)    gdb_osabi=GDB_OSABI_DICOS ;;
 *-*-symbianelf*)
                gdb_osabi=GDB_OSABI_SYMBIAN ;;
+powerpc-*-aix* | rs6000-*-* | powerpc64-*-aix*)
+                gdb_osabi=GDB_OSABI_AIX ;;
 esac

 # Check whether this target supports gcore.
---


             reply	other threads:[~2013-08-01 10:48 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-08-01 10:48 Raunaq 12 [this message]
  -- strict thread matches above, loose matches on Subject: below --
2013-08-07 13:27 [PATCH 5/5] make calls to ptrace64 in aix-thread.c when defined Ulrich Weigand
2013-08-07 13:32 ` Mark Kettenis
2013-08-07 14:10   ` [PATCH 1/5] config support for powerpc64-aix Raunaq 12
2013-08-07 14:45     ` Ulrich Weigand
     [not found] <OF925F2B16.35C637B5-ON65257BBA.003B0FB5-65257BBA.003B448A@LocalDomain>
2013-08-07 11:36 ` Raunaq 12
2013-07-24 12:34 Raunaq 12

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=OF925F2B16.35C637B5-ON65257BBA.003B0FB5-65257BBA.003B448A@in.ibm.com \
    --to=raunaq12@in.ibm.com \
    --cc=gdb-patches@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox