diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2004-09-23 17:00:16 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2004-09-23 17:00:16 +0000 |
commit | b6fcb393fd64a7ffc64539cb8b81298f761ed7d4 (patch) | |
tree | 64909abc7b7a2a33fcac1ce6a68b7af4798587ec /gdb/MAINTAINERS | |
parent | fca870e4e6b5ed75bb12261d9e8aac0fa5d7c00c (diff) | |
download | gdb-b6fcb393fd64a7ffc64539cb8b81298f761ed7d4.zip gdb-b6fcb393fd64a7ffc64539cb8b81298f761ed7d4.tar.gz gdb-b6fcb393fd64a7ffc64539cb8b81298f761ed7d4.tar.bz2 |
* MAINTAINERS: Remove "broken" from XStormy16 entry.
* xstormy16-tdep.c: Convert XStormy16 target to latest GDB methods.
(struct gdbarch_tdep): Remove.
(struct xstormy16_frame_cache): New frame cache structure.
(xstormy16_register_byte, xstormy16_register_raw_size)
(xstormy16_reg_virtual_type, xstormy16_register_type)
(xstormy16_push_arguments, xstormy16_push_return_address)
(xstormy16_pop_frame, xstormy16_store_struct_return)
(xstormy16_store_return_value, xstormy16_extract_struct_value_address)
(xstormy16_frame_saved_register, xstormy16_get_saved_register)
(xstormy16_scan_prologue, xstormy16_frame_init_saved_regs)
(xstormy16_frame_saved_pc, xstormy16_init_extra_frame_info)
(xstormy16_frame_chain, xstormy16_frame_chain_valid,
(xstormy16_saved_pc_after_call, xstormy16_save_dummy_frame_to): Remove.
(xstormy16_use_struct_convention): Drop gcc_p parameter.
(xstormy16_extract_return_value, xstormy16_store_return_value):
Regcachify. Drop useless struct convention handling.
(xstormy16_register_type, xstormy16_return_value)
(xstormy16_push_dummy_call, xstormy16_analyze_prologue)
(xstormy16_alloc_frame_cache, xstormy16_frame_cache)
(xstormy16_frame_prev_register, xstormy16_frame_this_id)
(xstormy16_frame_base_address, xstormy16_frame_sniffer)
(xstormy16_unwind_sp, xstormy16_unwind_pc)
(xstormy16_unwind_dummy_id) : New functions.
(xstormy16_skip_prologue): Call xstormy16_analyze_prologue instead
of xstormy16_scan_prologue.
(xstormy16_frame_unwind): New frame_unwind structure.
(xstormy16_frame_base): New frame_base structure.
(xstormy16_gdbarch_init): Accomodate all of the above changes.
Reshuffle for better readability. Also add dwarf2_frame_sniffer.
Diffstat (limited to 'gdb/MAINTAINERS')
-rw-r--r-- | gdb/MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/MAINTAINERS b/gdb/MAINTAINERS index e24a577..072c972 100644 --- a/gdb/MAINTAINERS +++ b/gdb/MAINTAINERS @@ -150,7 +150,7 @@ maintainer works with the native maintainer when resolving API issues. x86-64 --target=x86_64-linux-gnu ,-Werror Maintenance only - xstormy16 --target=xstormy16-elf broken + xstormy16 --target=xstormy16-elf Corinna Vinschen vinschen@redhat.com z8k Deleted. |