* amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Rename from
_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.
This commit is contained in:
parent
a604369a85
commit
1c6713668a
2 changed files with 14 additions and 1 deletions
|
@ -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>
|
2003-09-15 Kevin Buettner <kevinb@redhat.com>
|
||||||
|
|
||||||
* dwarf2read.c (dwarf2_get_pc_bounds): Complain if offset
|
* dwarf2read.c (dwarf2_get_pc_bounds): Complain if offset
|
||||||
|
@ -59,6 +64,14 @@
|
||||||
|
|
||||||
2003-09-14 Mark Kettenis <kettenis@gnu.org>
|
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
|
* cris-tdep.c (cris_gdbarch_init): Set
|
||||||
deprecated_reg_struct_has_addr instead of reg_struct_has_addr.
|
deprecated_reg_struct_has_addr instead of reg_struct_has_addr.
|
||||||
* hppa-tdep.c (hppa_gdbarch_init): Likewise.
|
* hppa-tdep.c (hppa_gdbarch_init): Likewise.
|
||||||
|
|
|
@ -218,7 +218,7 @@ store_inferior_registers (int regnum)
|
||||||
void _initialize_amd64fbsd_nat (void);
|
void _initialize_amd64fbsd_nat (void);
|
||||||
|
|
||||||
void
|
void
|
||||||
_initialize_am64fbsd_nat (void)
|
_initialize_amd64fbsd_nat (void)
|
||||||
{
|
{
|
||||||
int offset;
|
int offset;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue