[PATCH] Remove deprecated_push_arguments call on arm-linux

Richard Earnshaw rearnsha@gcc.gnu.org
Thu Sep 1 12:57:00 GMT 2005


This patch deletes the deprecated use of push_arguments from the
arm-linux configuration.  Analysis has shown that because of the way
call_function_by_hand is implemented this function hasn't been used
since the ARM code was changed to use push_dummy_call.  In fact, testing
with push_dummy_call disabled on arm-linux shows worse test results, so
I've just gone ahead and deleted all the now-dead code.

I think this was the last known use of DEPRECATED_PUSH_ARGUMENTS.

R.

2005-09-01  Richard Earnshaw  <richard.earnshaw@arm.com>

	* arm-linux-tdep.c (arm_linux_push_arguments): Delete.
	(arm_linux_init_abi): Don't register it.


-------------- next part --------------
A non-text attachment was scrubbed...
Name: alt.patch
Type: text/x-patch
Size: 6705 bytes
Desc: 
URL: <http://sourceware.org/pipermail/gdb-patches/attachments/20050901/682c7d5b/attachment.bin>


More information about the Gdb-patches mailing list