mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-27 22:48:57 +08:00
* configure.host: Support powerpc64le-linux and powerpcle-linux hosts.
* configure.tgt: Likewise as targets.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2013-08-22 Alan Modra <amodra@gmail.com>
|
||||||
|
|
||||||
|
* configure.host: Support powerpc64le-linux and powerpcle-linux hosts.
|
||||||
|
* configure.tgt: Likewise as targets.
|
||||||
|
|
||||||
2013-08-20 Doug Evans <dje@google.com>
|
2013-08-20 Doug Evans <dje@google.com>
|
||||||
|
|
||||||
* buildsym.c (subfile_stack): Move here from buildsym.h.
|
* buildsym.c (subfile_stack): Move here from buildsym.h.
|
||||||
|
@ -129,18 +129,18 @@ mips64*-*-openbsd*) gdb_host=obsd64 ;;
|
|||||||
powerpc-*-aix* | rs6000-*-* | powerpc64-*-aix*)
|
powerpc-*-aix* | rs6000-*-* | powerpc64-*-aix*)
|
||||||
gdb_host=aix ;;
|
gdb_host=aix ;;
|
||||||
powerpc*-*-freebsd*) gdb_host=fbsd ;;
|
powerpc*-*-freebsd*) gdb_host=fbsd ;;
|
||||||
powerpc-*-linux*) gdb_host=linux ;;
|
|
||||||
powerpc-*-netbsd* | powerpc-*-knetbsd*-gnu)
|
powerpc-*-netbsd* | powerpc-*-knetbsd*-gnu)
|
||||||
gdb_host=nbsd ;;
|
gdb_host=nbsd ;;
|
||||||
powerpc-*-openbsd*) gdb_host=obsd ;;
|
powerpc-*-openbsd*) gdb_host=obsd ;;
|
||||||
|
|
||||||
powerpc64-*-linux*) gdb_host=ppc64-linux
|
powerpc64*-*-linux*) gdb_host=ppc64-linux
|
||||||
# Support 'pseudo-native' debugging on the Cell BE
|
# Support 'pseudo-native' debugging on the Cell BE
|
||||||
if test "${target_cpu}" = "spu"; then
|
if test "${target_cpu}" = "spu"; then
|
||||||
gdb_host=spu-linux
|
gdb_host=spu-linux
|
||||||
gdb_native=yes
|
gdb_native=yes
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
|
powerpc*-*-linux*) gdb_host=linux ;;
|
||||||
|
|
||||||
s390*-*-*) gdb_host=s390 ;;
|
s390*-*-*) gdb_host=s390 ;;
|
||||||
|
|
||||||
|
@ -438,7 +438,7 @@ powerpc-*-aix* | rs6000-*-* | powerpc64-*-aix*)
|
|||||||
ppc-sysv-tdep.o solib-aix.o \
|
ppc-sysv-tdep.o solib-aix.o \
|
||||||
ravenscar-thread.o ppc-ravenscar-thread.o"
|
ravenscar-thread.o ppc-ravenscar-thread.o"
|
||||||
;;
|
;;
|
||||||
powerpc-*-linux* | powerpc64-*-linux*)
|
powerpc*-*-linux*)
|
||||||
# Target: PowerPC running Linux
|
# Target: PowerPC running Linux
|
||||||
gdb_target_obs="rs6000-tdep.o ppc-linux-tdep.o ppc-sysv-tdep.o \
|
gdb_target_obs="rs6000-tdep.o ppc-linux-tdep.o ppc-sysv-tdep.o \
|
||||||
ppc64-tdep.o solib-svr4.o solib-spu.o \
|
ppc64-tdep.o solib-svr4.o solib-spu.o \
|
||||||
|
Reference in New Issue
Block a user