URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
Compare Revisions
- This comparison shows the changes necessary to convert path
/openrisc/trunk/gnu-old/gdb-6.8/gdb/config/powerpc
- from Rev 827 to Rev 840
- ↔ Reverse comparison
Rev 827 → Rev 840
/linux.mh
0,0 → 1,10
# Host: PowerPC, running Linux |
|
XM_CLIBS= |
|
NAT_FILE= config/nm-linux.h |
NATDEPFILES= inf-ptrace.o fork-child.o \ |
ppc-linux-nat.o proc-service.o linux-thread-db.o \ |
gcore.o linux-nat.o linux-fork.o |
|
LOADLIBES = -ldl -rdynamic |
/aix.mh
0,0 → 1,11
# Host: IBM PowerPC running AIX |
|
NAT_FILE= config/rs6000/nm-rs6000.h |
|
# aix-thread.o is not listed in NATDEPFILES as it is pulled in by configure. |
NATDEPFILES= fork-child.o inf-ptrace.o corelow.o rs6000-nat.o \ |
xcoffread.o xcoffsolib.o |
|
# When compiled with cc, for debugging, this argument should be passed. |
# We have no idea who our current compiler is though, so we skip it. |
# MH_CFLAGS = -bnodelcsect |
/spu-linux.mh
0,0 → 1,7
# Target: Cell BE (PowerPC64 + SPU) |
|
# This implements a 'pseudo-native' GDB running on the |
# PPU side of the Cell BE and debugging the SPU side. |
|
NATDEPFILES = spu-linux-nat.o fork-child.o inf-ptrace.o |
|
/nbsd.mh
0,0 → 1,4
# Host: NetBSD/powerpc |
NATDEPFILES= fork-child.o inf-ptrace.o ppcnbsd-nat.o bsd-kvm.o |
|
LOADLIBES= -lkvm |
/obsd.mh
0,0 → 1,4
# Host: OpenBSD/powerpc |
NATDEPFILES= fork-child.o inf-ptrace.o ppcobsd-nat.o bsd-kvm.o |
|
LOADLIBES= -lkvm |
/ppc64-linux.mh
0,0 → 1,18
# Host: PowerPC64, running Linux |
|
XM_CLIBS= |
|
NAT_FILE= config/nm-linux.h |
NATDEPFILES= inf-ptrace.o fork-child.o \ |
ppc-linux-nat.o proc-service.o linux-thread-db.o \ |
gcore.o linux-nat.o linux-fork.o |
|
# The PowerPC has severe limitations on TOC size, and uses them even |
# for non-PIC code. GDB overflows those tables when compiling with |
# -mfull-toc (the default), so we need to ask GCC to use as few TOC |
# entries as possible. |
MH_CFLAGS= -mminimal-toc |
|
# The dynamically loaded libthread_db needs access to symbols in the |
# gdb executable. |
LOADLIBES= -ldl -rdynamic |