]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
gdb/ChangeLog:
authorJim Blandy <jimb@codesourcery.com>
Thu, 29 May 2003 23:06:59 +0000 (23:06 +0000)
committerJim Blandy <jimb@codesourcery.com>
Thu, 29 May 2003 23:06:59 +0000 (23:06 +0000)
commitb772025e280bb7b45d25e1794bba63d26c8aaa9b
treed81f024dc7dcf1f8b6d2cf6cfd9b8debc0339e17
parentdeb486fc78de4ab818f482fbd17b59e0a013c0d7
gdb/ChangeLog:
2003-05-29  Jim Blandy  <jimb@redhat.com>

Support gdbserver on 64-bit PowerPC Linux.
* configure.tgt (powerpc64-*-linux*): Build gdbserver, please.
* regformats/reg-ppc64.dat: New file.

gdb/gdbserver/ChangeLog:
2003-05-29  Jim Blandy  <jimb@redhat.com>

Add support for Linux on the 64-bit PowerPC.
* linux-ppc64-low.c: New file.
* configure.srv (powerpc64-*-linux*): New case.
(powerpc*-*-linux*): Adjust case pattern not to match
powerpc64-*-linux*.
* Makefile.in (linux-ppc64-low.o, reg-ppc64.o, reg-ppc64.c): New
rules.
(clean): Delete reg-ppc64.c, too.
gdb/ChangeLog
gdb/configure.tgt
gdb/gdbserver/ChangeLog
gdb/gdbserver/Makefile.in
gdb/gdbserver/configure.srv
gdb/gdbserver/linux-ppc64-low.c [new file with mode: 0644]
gdb/regformats/reg-ppc64.dat [new file with mode: 0644]