S390: Fix typo "s930" -> "s390"

This fixes a typo in the name of the "last-break" regset.

gdb/ChangeLog:

	* s390-linux-tdep.c (s390_iterate_over_regset_sections): Fix typo
	in name of last-break regset.
This commit is contained in:
Andreas Arnez 2016-06-21 13:26:11 +02:00
parent f70be8a445
commit 34a60ddbad
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2016-06-21 Andreas Arnez <arnez@linux.vnet.ibm.com>
* s390-linux-tdep.c (s390_iterate_over_regset_sections): Fix typo
in name of last-break regset.
2016-06-21 Pedro Alves <palves@redhat.com>
* fork-child.c (fork_inferior): Switch the child to the main UI

View File

@ -928,7 +928,7 @@ s390_iterate_over_regset_sections (struct gdbarch *gdbarch,
cb (".reg-s390-last-break", 8,
(gdbarch_ptr_bit (gdbarch) == 32
? &s390_last_break_regset : &s390x_last_break_regset),
"s930 last-break address", cb_data);
"s390 last-break address", cb_data);
if (tdep->have_linux_v2)
cb (".reg-s390-system-call", 4, &s390_system_call_regset,