* amd64-tdep.c (amd64_return_value): Use `gdb_byte *' in casts.
authorMark Kettenis <kettenis@gnu.org>
Sun, 8 May 2005 18:00:07 +0000 (18:00 +0000)
committerMark Kettenis <kettenis@gnu.org>
Sun, 8 May 2005 18:00:07 +0000 (18:00 +0000)
commitd8de1ef788957fda952cab9baa5ff6b90e421738
tree9b388910869b1816f1cad9b24d213d20904a189b
parent63c0089f205d68a0aea7074ee29de8c10fc2c27c
* amd64-tdep.c (amd64_return_value): Use `gdb_byte *' in casts.
(amd64_push_arguments): Use gdb_byte instead of bfd_byte.  Use
gdb_byte for buf.
(amd64_push_dummy_call): Use gdb_byte for buf.
(amd64_analyze_prologue): Use gdb_byte for proto, buf and op.
(amd64_frame_cache, amd64_sigtramp_frame_cache)
(amd64_unwind_dummy_id): Use gdb_byte for buf.
(amd64_supply_fxsave, amd64_collect_fxsave): Use `gdb_byte *' for
regs.
* amd64obsd-tdep.c (amd64obsd_supply_regset): Use `gdb_byte *' in
casts.
(amd64obsd_sigtramp_p): Use gdb_byte for sigreturn and `gdb_byte
*' for buf,
gdb/ChangeLog
gdb/amd64-tdep.c
gdb/amd64obsd-tdep.c
This page took 0.033337 seconds and 4 git commands to generate.