This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[commit:avr] remove avr_frame_address


Hi,

Committed the attached.

This patch removes avr_frame_address. From my reading of frame-base.c, this 
function was made useless by having the avr use 'struct frame_base'.

As a bonus, this takes care of one more item from the ARI (get_frame_base).

Ted Roth

2003-06-19  Theodore A. Roth  <troth@openavr.org>

	* avr-tdep.c (avr_frame_address): Delete function.
	(avr_gdbarch_init): Don't call set_gdbarch_frame_args_address,
	set_gdbarch_frame_args_address.

Attachment: avr-rm-frame-address.diff
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]