* amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Rename from
authorMark Kettenis <kettenis@gnu.org>
Mon, 15 Sep 2003 19:30:50 +0000 (19:30 +0000)
committerMark Kettenis <kettenis@gnu.org>
Mon, 15 Sep 2003 19:30:50 +0000 (19:30 +0000)
_initialize_am64fbsd_nat.

* gdbarch.sh (DEPRECATED_REG_STRUCT_HAS_ADDR): Add comment.
(stabs_argument_has_addr): New architecture method.
* arch-utils.h (default_stabs_argument_has_addr): New prototype.
* arch-utils.c: Include "buildsym.h".
(default_stabs_argument_has_addr): New function.
* stabsread.c (define_symbol): Use stabs_argument_has_addr
instead of DEPRECATED_REG_STRUCT_HAS_ADDR.

gdb/ChangeLog
gdb/amd64fbsd-nat.c

index 0e22b0f02830a6371379313d516e09ce4fe21dc3..febc8f06b70079564297dda310b211173a1ccf3e 100644 (file)
@@ -1,3 +1,8 @@
+2003-09-15  Mark Kettenis  <kettenis@gnu.org>
+
+       * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Rename from
+       _initialize_am64fbsd_nat.
+
 2003-09-15  Kevin Buettner  <kevinb@redhat.com>
 
        * dwarf2read.c (dwarf2_get_pc_bounds): Complain if offset
 
 2003-09-14  Mark Kettenis  <kettenis@gnu.org>
 
+       * gdbarch.sh (DEPRECATED_REG_STRUCT_HAS_ADDR): Add comment.
+       (stabs_argument_has_addr): New architecture method.
+       * arch-utils.h (default_stabs_argument_has_addr): New prototype.
+       * arch-utils.c: Include "buildsym.h".
+       (default_stabs_argument_has_addr): New function.
+       * stabsread.c (define_symbol): Use stabs_argument_has_addr
+       instead of DEPRECATED_REG_STRUCT_HAS_ADDR.
+
        * cris-tdep.c (cris_gdbarch_init): Set
        deprecated_reg_struct_has_addr instead of reg_struct_has_addr.
        * hppa-tdep.c (hppa_gdbarch_init): Likewise.
index dee2c8dea1ae8ec41a25abd87987f0656c9d4ed9..de13f188ff7b969e2889a4eab09b6a2529e0221c 100644 (file)
@@ -218,7 +218,7 @@ store_inferior_registers (int regnum)
 void _initialize_amd64fbsd_nat (void);
 
 void
-_initialize_am64fbsd_nat (void)
+_initialize_amd64fbsd_nat (void)
 {
   int offset;