summaryrefslogtreecommitdiff
path: root/arch/powerpc
diff options
context:
space:
mode:
authorArnd Bergmann <arnd.bergmann@de.ibm.com>2006-09-21 10:29:51 (GMT)
committerPaul Mackerras <paulus@samba.org>2006-09-22 05:19:58 (GMT)
commit7d452c326c2ac879aced884411a0fe3ba75d9c87 (patch)
treefd1c533c0ecb8364a00cc28e8f7c8dbca5dc4840 /arch/powerpc
parent2954da897c40de0f3abdd6a100f2978f30d04068 (diff)
downloadlinux-fsl-qoriq-7d452c326c2ac879aced884411a0fe3ba75d9c87.tar.xz
[POWERPC] powerpc: fix building gdb against asm/ptrace.h
Ulrich Weigand found a bug with the current version of the asm-powerpc/ptrace.h that prevents building at least the SPU target version of gdb, since some ptrace opcodes are not defined. The problem seems to have originated in the merging of 32 and 64 bit versions of that file, the problem is that some opcodes are only valid on 64 bit kernels, but are also used by 32 bit programs, so they can't depends on the __powerpc64__ symbol. Signed-off-by: Arnd Bergmann <arnd.bergmann@de.ibm.com> Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc')
0 files changed, 0 insertions, 0 deletions