mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-29 04:53:56 +08:00
S390: Fix syscall list for s390x
This patch fixes a typo that caused the wrong syscall XML file to be used for s390x targets. gdb/ChangeLog: * s390-linux-tdep.c (s390_gdbarch_init): Use the correct syscall XML file for 64-bit targets.
This commit is contained in:
parent
df88b70224
commit
d851a69aa2
@ -1,3 +1,8 @@
|
||||
2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
|
||||
|
||||
* s390-linux-tdep.c (s390_gdbarch_init): Use the correct syscall
|
||||
XML file for 64-bit targets.
|
||||
|
||||
2015-03-03 Simon Marchi <simon.marchi@ericsson.com>
|
||||
|
||||
* target.h (find_default_create_inferior): Remove declaration.
|
||||
|
@ -3313,7 +3313,7 @@ s390_gdbarch_init (struct gdbarch_info info, struct gdbarch_list *arches)
|
||||
s390_address_class_type_flags_to_name);
|
||||
set_gdbarch_address_class_name_to_type_flags (gdbarch,
|
||||
s390_address_class_name_to_type_flags);
|
||||
set_xml_syscall_file_name (gdbarch, XML_SYSCALL_FILENAME_S390);
|
||||
set_xml_syscall_file_name (gdbarch, XML_SYSCALL_FILENAME_S390X);
|
||||
break;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user