mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-28 12:33:36 +08:00
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:
parent
f70be8a445
commit
34a60ddbad
@ -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
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user