From: Raunaq 12 <raunaq12@in.ibm.com>
To: Mark Kettenis <mark.kettenis@xs4all.nl>,
Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
Cc: gdb-patches@sourceware.org, tromey@redhat.com
Subject: [PATCH 1/5] config support for powerpc64-aix
Date: Wed, 07 Aug 2013 14:10:00 -0000 [thread overview]
Message-ID: <OF1EDA111B.CE88FDAB-ON65257BC0.004B05DF-65257BC0.004D0AFA@in.ibm.com> (raw)
In-Reply-To: <201308071332.r77DWFfp018009@glazunov.sibelius.xs4all.nl>
[-- Attachment #1: Type: text/plain, Size: 478 bytes --]
> Patch 1/5 and 4/5 are ok with me as well.
Attaching the [patch 1/5] below.
I have a patch that makes changes to ./bfd/configure ./bfd/Makefile.in
to add support for 64 bit core handling in 64 bit GDB.
Should that be submitted to this mailing list or binutils list?
Thanks,
Raunaq
---
ChangeLog-
* configure.tgt (powerpc64-*-aix*): Match powerpc64 running
aix.
* configure.host (powerpc64-*-aix*): Likewise.
(See attached file: gdb-7.6-ppc64aix.patch)
[-- Attachment #2: gdb-7.6-ppc64aix.patch --]
[-- Type: application/octet-stream, Size: 1152 bytes --]
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/configure.tgt
===================================================================
--- ./gdb.orig/configure.tgt
+++ ./gdb/configure.tgt
@@ -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.
next prev parent reply other threads:[~2013-08-07 14:10 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-08-01 11:30 [PATCH 5/5] make calls to ptrace64 in aix-thread.c when defined Raunaq 12
2013-08-01 13:28 ` Mark Kettenis
2013-08-07 11:29 ` Raunaq 12
2013-08-07 11:38 ` Mark Kettenis
2013-08-07 11:45 ` Raunaq 12
2013-08-07 12:03 ` Ulrich Weigand
2013-08-07 12:36 ` Raunaq 12
2013-08-07 13:27 ` Ulrich Weigand
2013-08-07 13:32 ` Mark Kettenis
2013-08-07 14:10 ` Raunaq 12 [this message]
2013-08-07 14:45 ` [PATCH 1/5] config support for powerpc64-aix Ulrich Weigand
[not found] <OF925F2B16.35C637B5-ON65257BBA.003B0FB5-65257BBA.003B448A@LocalDomain>
2013-08-07 11:36 ` Raunaq 12
-- strict thread matches above, loose matches on Subject: below --
2013-08-01 10:48 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=OF1EDA111B.CE88FDAB-ON65257BC0.004B05DF-65257BC0.004D0AFA@in.ibm.com \
--to=raunaq12@in.ibm.com \
--cc=Ulrich.Weigand@de.ibm.com \
--cc=gdb-patches@sourceware.org \
--cc=mark.kettenis@xs4all.nl \
--cc=tromey@redhat.com \
/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