invoke.texi: Update documentation of hppa -mjump-in-delay option.
authorJohn David Anglin <danglin@gcc.gnu.org>
Sat, 18 Oct 2014 15:53:59 +0000 (15:53 +0000)
committerJohn David Anglin <danglin@gcc.gnu.org>
Sat, 18 Oct 2014 15:53:59 +0000 (15:53 +0000)
commitbf95e88b668dde68de8c5512980eca6c5c9b315b
tree9b76c4c357fd8b348a5d4b8493ef0ab2dd5cd69d
parent22c23886dbe53c6a4677d45dee9ed8c2e56a2f2c
invoke.texi: Update documentation of hppa -mjump-in-delay option.

* 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.

From-SVN: r216428
gcc/ChangeLog
gcc/config/pa/pa-protos.h
gcc/config/pa/pa.c
gcc/config/pa/pa.md
gcc/doc/invoke.texi