mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-24 04:29:49 +00:00
* x86-64-tdep.c (_initialize_x86_64_tdep): Don't use hard-coded
mach constants. * MAINTAINERS: Add myself to write after approval list.
This commit is contained in:
parent
9ec878e367
commit
ecd1107e81
@ -1,3 +1,9 @@
|
||||
2002-09-12 Alan Modra <amodra@bigpond.net.au>
|
||||
|
||||
* x86-64-tdep.c (_initialize_x86_64_tdep): Don't use hard-coded
|
||||
mach constants.
|
||||
* MAINTAINERS: Add myself to write after approval list.
|
||||
|
||||
2002-09-11 J. Brobecker <brobecker@gnat.com>
|
||||
|
||||
* osabi.c (gdb_osabi_name): Add entry for GDB_OSABI_INTERIX.
|
||||
|
@ -403,6 +403,7 @@ Glen McCready gkm@redhat.com
|
||||
Greg McGary greg@mcgary.org
|
||||
Jason Merrill jason@redhat.com
|
||||
David S. Miller davem@redhat.com
|
||||
Alan Modra amodra@bigpond.net.au
|
||||
Jason Molenda jmolenda@apple.com
|
||||
Pierre Muller muller@sources.redhat.com
|
||||
Fernando Nasser fnasser@redhat.com
|
||||
|
@ -1144,7 +1144,7 @@ _initialize_x86_64_tdep (void)
|
||||
}
|
||||
|
||||
tm_print_insn = gdb_print_insn_x86_64;
|
||||
tm_print_insn_info.mach = bfd_lookup_arch (bfd_arch_i386, 3)->mach;
|
||||
tm_print_insn_info.mach = bfd_mach_x86_64;
|
||||
|
||||
/* Add the variable that controls the disassembly flavour. */
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user