r216428 - in /trunk/gcc: ChangeLog config/pa/pa...

danglin@gcc.gnu.org danglin@gcc.gnu.org
Sat Oct 18 15:53:00 GMT 2014


Author: danglin
Date: Sat Oct 18 15:53:59 2014
New Revision: 216428

URL: https://gcc.gnu.org/viewcvs?rev=216428&root=gcc&view=rev
Log:
	* doc/invoke.texi: Update documentation of hppa -mjump-in-delay option.
	* config/pa/pa-protos.h (pa_following_call): Delete declaration.
	(pa_jump_in_call_delay): Likewise.
	* config/pa/pa.c (pa_option_override): Remove jump in call delay
	override.
	(pa_output_millicode_call): Remove support for jump in call delay.
	(pa_output_call): Likewise.
	(pa_jump_in_call_delay): Delete.
	(pa_following_call): Likewise.
	* config/pa/pa.md (in_call_delay): Remove jump in delay check.
	(uncond_branch): Remove following call check from attribute length.


Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/pa/pa-protos.h
    trunk/gcc/config/pa/pa.c
    trunk/gcc/config/pa/pa.md
    trunk/gcc/doc/invoke.texi



More information about the Gcc-cvs mailing list