]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
gdb/
authorThiago Jung Bauermann <bauerman@br.ibm.com>
Tue, 18 Nov 2008 21:39:47 +0000 (21:39 +0000)
committerThiago Jung Bauermann <bauerman@br.ibm.com>
Tue, 18 Nov 2008 21:39:47 +0000 (21:39 +0000)
commit69abc51c172060b82b71123ca818062ee699099e
tree7b9dfcd8cdcfc942928f3473b063b34cf7c62db6
parentc14c28ba117dee9fd0bf17fc3437e808221a7829
gdb/
* ppc-linux-nat.c (ppc_register_u_addr): Add special case to return
offset for full 64-bit slot of FPSCR when in 32-bits.
(ppc_linux_read_description): Return target description with 64-bit
FPSCR when inferior is running on an ISA 2.05 or later processor.
* ppc-linux-tdep.c (_initialize_ppc_linux_tdep): Call
initialize_tdec_powerpc_isa205_32l,
initialize_tdec_powerpc_isa205_altivec32l,
initialize_tdec_powerpc_isa205_vsx32l,
initialize_tdec_powerpc_isa205_64l,
initialize_tdec_powerpc_isa205_altivec64l and
initialize_tdec_powerpc_isa205_vsx64l.
* ppc-linux-tdep.h: Add external declaration for
tdesc_powerpc_isa205_32l, tdesc_powerpc_isa205_altivec32l,
tdesc_powerpc_isa205_vsx32l, tdesc_powerpc_isa205_64l,
tdesc_powerpc_isa205_altivec64l and tdesc_powerpc_isa205_vsx64l.
* features/rs600/powerpc-fpu-isa205.xml: New file.
* features/rs600/powerpc-isa205-32l.xml: New file.
* features/rs600/powerpc-isa205-64l.xml: New file.
* features/rs600/powerpc-isa205-altivec32l.xml: New file.
* features/rs600/powerpc-isa205-altivec64l.xml: New file.
* features/rs600/powerpc-isa205-vsx32l.xml: New file.
* features/rs600/powerpc-isa205-vsx64l.xml: New file.
* features/rs600/powerpc-isa205-32l.c: Generate.
* features/rs600/powerpc-isa205-64l.c: Generate.
* features/rs600/powerpc-isa205-altivec32l.c: Generate.
* features/rs600/powerpc-isa205-altivec64l.c: Generate.
* features/rs600/powerpc-isa205-vsx32l.c: Generate.
* features/rs600/powerpc-isa205-vsx64l.c: Generate.

gdb/testsuite/
* gdb.arch/ppc-dfp.exp: New file.
* gdb.arch/ppc-dfp.c: New file.
20 files changed:
gdb/ChangeLog
gdb/features/rs6000/power-fpu-isa205.xml [new file with mode: 0644]
gdb/features/rs6000/powerpc-isa205-32l.c [new file with mode: 0644]
gdb/features/rs6000/powerpc-isa205-32l.xml [new file with mode: 0644]
gdb/features/rs6000/powerpc-isa205-64l.c [new file with mode: 0644]
gdb/features/rs6000/powerpc-isa205-64l.xml [new file with mode: 0644]
gdb/features/rs6000/powerpc-isa205-altivec32l.c [new file with mode: 0644]
gdb/features/rs6000/powerpc-isa205-altivec32l.xml [new file with mode: 0644]
gdb/features/rs6000/powerpc-isa205-altivec64l.c [new file with mode: 0644]
gdb/features/rs6000/powerpc-isa205-altivec64l.xml [new file with mode: 0644]
gdb/features/rs6000/powerpc-isa205-vsx32l.c [new file with mode: 0644]
gdb/features/rs6000/powerpc-isa205-vsx32l.xml [new file with mode: 0644]
gdb/features/rs6000/powerpc-isa205-vsx64l.c [new file with mode: 0644]
gdb/features/rs6000/powerpc-isa205-vsx64l.xml [new file with mode: 0644]
gdb/ppc-linux-nat.c
gdb/ppc-linux-tdep.c
gdb/ppc-linux-tdep.h
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.arch/ppc-dfp.c [new file with mode: 0644]
gdb/testsuite/gdb.arch/ppc-dfp.exp [new file with mode: 0644]