Remove unnecessary set_gdbarch_gnu_triplet_regexp calls
i386_gdbarch_init already does this unconditionally for all x86 ports. Tested on x86-64 Fedora 23. gdb/ChangeLog: 2017-04-12 Pedro Alves <palves@redhat.com> * i386-tdep.c (i386_elf_init_abi, i386_go32_init_abi): Remove calls to set_gdbarch_gnu_triplet_regexp.
This commit is contained in:
parent
53375380e9
commit
e9bb3fbbe8
@ -1,3 +1,8 @@
|
||||
2017-04-12 Pedro Alves <palves@redhat.com>
|
||||
|
||||
* i386-tdep.c (i386_elf_init_abi, i386_go32_init_abi): Remove
|
||||
calls to set_gdbarch_gnu_triplet_regexp.
|
||||
|
||||
2017-04-12 Pedro Alves <palves@redhat.com>
|
||||
|
||||
PR gdb/21323
|
||||
|
@ -4464,8 +4464,6 @@ i386_elf_init_abi (struct gdbarch_info info, struct gdbarch *gdbarch)
|
||||
i386_stap_is_single_operand);
|
||||
set_gdbarch_stap_parse_special_token (gdbarch,
|
||||
i386_stap_parse_special_token);
|
||||
|
||||
set_gdbarch_gnu_triplet_regexp (gdbarch, i386_gnu_triplet_regexp);
|
||||
}
|
||||
|
||||
/* System V Release 4 (SVR4). */
|
||||
@ -4514,8 +4512,6 @@ i386_go32_init_abi (struct gdbarch_info info, struct gdbarch *gdbarch)
|
||||
|
||||
set_gdbarch_has_dos_based_file_system (gdbarch, 1);
|
||||
|
||||
set_gdbarch_gnu_triplet_regexp (gdbarch, i386_gnu_triplet_regexp);
|
||||
|
||||
set_gdbarch_wchar_bit (gdbarch, 16);
|
||||
set_gdbarch_wchar_signed (gdbarch, 0);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user