Browse Source

* x86-64-tdep.c (_initialize_x86_64_tdep): Don't use hard-coded

mach constants.
	* MAINTAINERS: Add myself to write after approval list.
drow-cplus-branch
Alan Modra 24 years ago
parent
commit
ecd1107e81
  1. 6
      gdb/ChangeLog
  2. 1
      gdb/MAINTAINERS
  3. 2
      gdb/x86-64-tdep.c

6
gdb/ChangeLog

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

1
gdb/MAINTAINERS

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

2
gdb/x86-64-tdep.c

@ -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…
Cancel
Save