* rs6000-tdep.c (_initialize_rs6000_tdep): Get rid of the unused

'info powerpc' command prefix.
* gdb.arch/altivec-regs.exp (info powerpc altivec): Replace the 'info
  powerpc altivec' test with an almost identical 'info vector' test.
This commit is contained in:
Paul Gilliam 2005-09-19 17:38:04 +00:00
parent c4793bacbf
commit 561d7a1d04
4 changed files with 12 additions and 7 deletions

View File

@ -1,3 +1,8 @@
2005-09-19 Paul Gilliam <pgilliam@us.ibm.com>
* rs6000-tdep.c (_initialize_rs6000_tdep): Get rid of the unused
'info powerpc' command prefix.
2005-09-11 Ulrich Weigand <uweigand@de.ibm.com>
* config/s390/nm-linux.h (KERNEL_U_SIZE): Remove.

View File

@ -3415,9 +3415,4 @@ _initialize_rs6000_tdep (void)
{
gdbarch_register (bfd_arch_rs6000, rs6000_gdbarch_init, rs6000_dump_tdep);
gdbarch_register (bfd_arch_powerpc, rs6000_gdbarch_init, rs6000_dump_tdep);
/* Add root prefix command for "info powerpc" commands */
add_prefix_cmd ("powerpc", class_info, rs6000_info_powerpc_command,
_("Various POWERPC info specific commands."),
&info_powerpc_cmdlist, "info powerpc ", 0, &infolist);
}

View File

@ -1,3 +1,8 @@
2005-09-19 Paul Gilliam <pgilliam@us.ibm.com>
* gdb.arch/altivec-regs.exp (info powerpc altivec): Replace the 'info
powerpc altivec' test with an almost identical 'info vector' test.
2005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
* gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg

View File

@ -140,8 +140,8 @@ for {set i 0} {$i < 32} {incr i 1} {
append pattern$i $vector_register
}
send_gdb "info powerpc altivec\n"
gdb_expect_list "info powerpc altivec" ".*$gdb_prompt $" {
send_gdb "info vector\n"
gdb_expect_list "info vector" ".*$gdb_prompt $" {
[$pattern0]
[$pattern1]
[$pattern2]