* [RFA] x86-64 target config patch
@ 2001-12-20 1:05 Jiri Smid
2001-12-20 6:42 ` Andreas Jaeger
2002-01-20 1:10 ` Andreas Jaeger
0 siblings, 2 replies; 5+ messages in thread
From: Jiri Smid @ 2001-12-20 1:05 UTC (permalink / raw)
To: gdb-patches
Index: ChangeLog
from Jiri Smid <smid@suse.cz>
* configure.host, configure.tgt: Support x86-64.
* NEWS: Note new target x86-64.
Index: NEWS
===================================================================
RCS file: /cvs/src/src/gdb/NEWS,v
retrieving revision 1.47
diff -c -3 -p -r1.47 NEWS
*** NEWS 2001/12/17 18:13:11 1.47
--- NEWS 2001/12/20 08:30:04
*************** s390 and s390x Linux {s390,s390x}-*-l
*** 51,56 ****
--- 51,57 ----
Motorola 68HC11 and 68HC12 m68hc11-elf
CRIS cris-axis
UltraSparc running Linux sparc64-*-linux*
+ Amd x86-64 running Linux x86_64-*-linux-*
* OBSOLETE configurations and files
Index: configure.host
===================================================================
RCS file: /cvs/src/src/gdb/configure.host,v
retrieving revision 1.31
diff -c -3 -p -r1.31 configure.host
*** configure.host 2001/12/17 16:23:02 1.31
--- configure.host 2001/12/20 08:30:04
*************** mips*) gdb_host_cpu=mips ;;
*** 20,25 ****
--- 20,26 ----
powerpc*) gdb_host_cpu=powerpc ;;
sparc64) gdb_host_cpu=sparc ;;
s390*) gdb_host_cpu=s390 ;;
+ x86_64*) gdb_host_cpu=i386 ;;
*) gdb_host_cpu=$host_cpu ;;
esac
*************** xscale-*-*) gdb_host=arm ;;
*** 152,156 ****
--- 153,159 ----
vax-*-bsd*) gdb_host=vaxbsd ;;
vax-*-ultrix2*) gdb_host=vaxult2 ;;
vax-*-ultrix*) gdb_host=vaxult ;;
+
+ x86_64-*-linux*) gdb_host=x86-64linux ;;
esac
Index: configure.tgt
===================================================================
RCS file: /cvs/src/src/gdb/configure.tgt,v
retrieving revision 1.46
diff -c -3 -p -r1.46 configure.tgt
*** configure.tgt 2001/12/17 16:23:02 1.46
--- configure.tgt 2001/12/20 08:30:04
*************** s390*) gdb_target_cpu=s390 ;;
*** 27,32 ****
--- 27,33 ----
strongarm*) gdb_target_cpu=arm ;;
xscale*) gdb_target_cpu=arm ;;
v850*) gdb_target_cpu=v850 ;;
+ x86_64*) gdb_target_cpu=i386 ;;
*) gdb_target_cpu=$target_cpu ;;
esac
*************** v850*-*-*) gdb_target=v850
*** 294,299 ****
--- 295,305 ----
esac
;;
+ # OBSOLETE w65-*-*) gdb_target=w65 ;;
+
+ x86_64-*-linux*) gdb_target=x86-64linux
+ configdirs="${configdirs} gdbserver" ;;
+
z8k-*-coff*) gdb_target=z8k ;;
esac
*************** d10v) gdb_multi_arch=yes ;;
*** 307,310 ****
--- 313,317 ----
m68hc11) gdb_multi_arch=yes ;;
mn10300) gdb_multi_arch=yes ;;
xstormy16) gdb_multi_arch=yes ;;
+ x86-64linux) gdb_multi_arch=yes ;;
esac
--
Jiri Smid
---------------------------------------------------------------------
SuSE CR, s.r.o. e-mail: smid@suse.cz
Drahobejlova 27 tel:+420 2 96542 373
190 00 Praha 9 fax:+420 2 96542 374
Ceska republika http://www.suse.cz
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [RFA] x86-64 target config patch
2001-12-20 1:05 [RFA] x86-64 target config patch Jiri Smid
@ 2001-12-20 6:42 ` Andreas Jaeger
2002-01-19 10:14 ` Andrew Cagney
2002-01-20 1:10 ` Andreas Jaeger
1 sibling, 1 reply; 5+ messages in thread
From: Andreas Jaeger @ 2001-12-20 6:42 UTC (permalink / raw)
To: Jiri Smid; +Cc: gdb-patches
Jiri Smid <smid@suse.cz> writes:
> Index: ChangeLog
> from Jiri Smid <smid@suse.cz>
>
> * configure.host, configure.tgt: Support x86-64.
> * NEWS: Note new target x86-64.
>
> Index: NEWS
> ===================================================================
> RCS file: /cvs/src/src/gdb/NEWS,v
> retrieving revision 1.47
> diff -c -3 -p -r1.47 NEWS
> *** NEWS 2001/12/17 18:13:11 1.47
> --- NEWS 2001/12/20 08:30:04
> *************** s390 and s390x Linux {s390,s390x}-*-l
> *** 51,56 ****
> --- 51,57 ----
> Motorola 68HC11 and 68HC12 m68hc11-elf
> CRIS cris-axis
> UltraSparc running Linux sparc64-*-linux*
> + Amd x86-64 running Linux x86_64-*-linux-*
Please capitalize AMD.
Andreas
--
Andreas Jaeger
SuSE Labs aj@suse.de
private aj@arthur.inka.de
http://www.suse.de/~aj
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [RFA] x86-64 target config patch
2001-12-20 6:42 ` Andreas Jaeger
@ 2002-01-19 10:14 ` Andrew Cagney
2002-01-20 1:07 ` Andreas Jaeger
0 siblings, 1 reply; 5+ messages in thread
From: Andrew Cagney @ 2002-01-19 10:14 UTC (permalink / raw)
To: Andreas Jaeger; +Cc: Jiri Smid, gdb-patches
> Jiri Smid <smid@suse.cz> writes:
>
>
>> Index: ChangeLog
>> from Jiri Smid <smid@suse.cz>
>>
>> * configure.host, configure.tgt: Support x86-64.
>> * NEWS: Note new target x86-64.
>>
>> Index: NEWS
>> ===================================================================
>> RCS file: /cvs/src/src/gdb/NEWS,v
>> retrieving revision 1.47
>> diff -c -3 -p -r1.47 NEWS
>> *** NEWS 2001/12/17 18:13:11 1.47
>> --- NEWS 2001/12/20 08:30:04
>> *************** s390 and s390x Linux {s390,s390x}-*-l
>> *** 51,56 ****
>> --- 51,57 ----
>> Motorola 68HC11 and 68HC12 m68hc11-elf
>> CRIS cris-axis
>> UltraSparc running Linux sparc64-*-linux*
>> + Amd x86-64 running Linux x86_64-*-linux-*
>
>
> Please capitalize AMD.
Yes. Otherwize ok.
Andrew
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [RFA] x86-64 target config patch
2002-01-19 10:14 ` Andrew Cagney
@ 2002-01-20 1:07 ` Andreas Jaeger
0 siblings, 0 replies; 5+ messages in thread
From: Andreas Jaeger @ 2002-01-20 1:07 UTC (permalink / raw)
To: Andrew Cagney; +Cc: Jiri Smid, gdb-patches
Andrew Cagney <ac131313@cygnus.com> writes:
> Yes. Otherwize ok.
Thanks Andrew for the review. I'm going to commit Jiri's approved
patches now since he had to do his military service and therefore
AFAIK cannot do this himself.
I'll try to get the other patches reworked but I'm not sure whether
I'll do it or somebody else.
Andreas
--
Andreas Jaeger
SuSE Labs aj@suse.de
private aj@arthur.inka.de
http://www.suse.de/~aj
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [RFA] x86-64 target config patch
2001-12-20 1:05 [RFA] x86-64 target config patch Jiri Smid
2001-12-20 6:42 ` Andreas Jaeger
@ 2002-01-20 1:10 ` Andreas Jaeger
1 sibling, 0 replies; 5+ messages in thread
From: Andreas Jaeger @ 2002-01-20 1:10 UTC (permalink / raw)
To: Jiri Smid; +Cc: gdb-patches
Just for reference, I committed the following variant of the NEWS
patch and also the configure.tgt and configure.host patches.
Andreas
============================================================
Index: gdb/NEWS
--- gdb/NEWS 2002/01/19 03:48:17 1.51
+++ gdb/NEWS 2002/01/20 09:05:32
@@ -23,6 +23,7 @@
* New native configurations
x86 OpenBSD i[3456]86-*-openbsd*
+AMD x86-64 running Linux x86_64-*-linux-*
* New targets
--
Andreas Jaeger
SuSE Labs aj@suse.de
private aj@arthur.inka.de
http://www.suse.de/~aj
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2002-01-20 9:10 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-12-20 1:05 [RFA] x86-64 target config patch Jiri Smid
2001-12-20 6:42 ` Andreas Jaeger
2002-01-19 10:14 ` Andrew Cagney
2002-01-20 1:07 ` Andreas Jaeger
2002-01-20 1:10 ` Andreas Jaeger
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox