* 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:
Alan Modra 2002-09-12 08:39:26 +00:00
parent 9ec878e367
commit ecd1107e81
3 changed files with 8 additions and 1 deletions

View file

@ -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.

View file

@ -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

View file

@ -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. */
{