Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [PATCH] enable build gdbserver for powerpc64-*-linux*
@ 2004-04-07 19:53 Manoj Iyer
  2004-04-07 20:59 ` Daniel Jacobowitz
  0 siblings, 1 reply; 2+ messages in thread
From: Manoj Iyer @ 2004-04-07 19:53 UTC (permalink / raw)
  To: gdb-patches

[-- Attachment #1: Type: TEXT/PLAIN, Size: 127 bytes --]


This patch enables gdb server build for powerpc64-*-linux*, ie gdb build
as 64bit binary on ppc64 platform.

Thanks
Manoj Iyer

[-- Attachment #2: gdbserver patch --]
[-- Type: TEXT/PLAIN, Size: 529 bytes --]

diff -Naurd old/src/gdb/configure.tgt new/src/gdb/configure.tgt
--- old/src/gdb/configure.tgt	2004-02-25 15:45:30.000000000 -0500
+++ new/src/gdb/configure.tgt	2004-04-07 14:50:31.663032384 -0500
@@ -154,7 +154,9 @@
 powerpc-*-linux*)	gdb_target=linux
 			build_gdbserver=yes
 			;;
-powerpc64-*-linux*)	gdb_target=linux ;;
+powerpc64-*-linux*)	gdb_target=linux 
+			build_gdbserver=yes
+			;;
 powerpc-*-vxworks*)	gdb_target=vxworks ;;
 powerpc*-*-*)		if test -f ../sim/ppc/Makefile; then
 			  gdb_target=ppc-sim

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] enable build gdbserver for powerpc64-*-linux*
  2004-04-07 19:53 [PATCH] enable build gdbserver for powerpc64-*-linux* Manoj Iyer
@ 2004-04-07 20:59 ` Daniel Jacobowitz
  0 siblings, 0 replies; 2+ messages in thread
From: Daniel Jacobowitz @ 2004-04-07 20:59 UTC (permalink / raw)
  To: Manoj Iyer; +Cc: gdb-patches

On Wed, Apr 07, 2004 at 02:45:15PM -0500, Manoj Iyer wrote:
> 
> This patch enables gdb server build for powerpc64-*-linux*, ie gdb build
> as 64bit binary on ppc64 platform.

This patch is incorrect, as I think I've already told you.  Did you
test gdbserver after building it?

-- 
Daniel Jacobowitz
MontaVista Software                         Debian GNU/Linux Developer


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-04-07 20:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-04-07 19:53 [PATCH] enable build gdbserver for powerpc64-*-linux* Manoj Iyer
2004-04-07 20:59 ` Daniel Jacobowitz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox