diff options
author | Mark Kettenis <kettenis@gnu.org> | 2005-05-08 18:00:07 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2005-05-08 18:00:07 +0000 |
commit | d8de1ef788957fda952cab9baa5ff6b90e421738 (patch) | |
tree | 9b388910869b1816f1cad9b24d213d20904a189b /gdb/ChangeLog | |
parent | 63c0089f205d68a0aea7074ee29de8c10fc2c27c (diff) | |
download | gdb-d8de1ef788957fda952cab9baa5ff6b90e421738.zip gdb-d8de1ef788957fda952cab9baa5ff6b90e421738.tar.gz gdb-d8de1ef788957fda952cab9baa5ff6b90e421738.tar.bz2 |
* 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,
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 7d0607f..9b0219e 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,19 @@ 2005-05-08 Mark Kettenis <kettenis@gnu.org> + * 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, + * i386-tdep.c (i386_breakpoint_from_pc): Change return type to `const gdb_byte *'. Use gdb_byte for break_insn. (i386_follow_jump): Use gdb_byte for op. |