aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc/extend.texi
diff options
context:
space:
mode:
authorH.J. Lu <hongjiu.lu@intel.com>2010-07-07 13:36:31 +0000
committerH.J. Lu <hjl@gcc.gnu.org>2010-07-07 06:36:31 -0700
commitab33bd5ceb055d40a2f84faa603f0367a0e0f13b (patch)
tree68f0cd7a4c8448fe1b2bdf11e3700569bbde8898 /gcc/doc/extend.texi
parent5e86e5405761d9accc2780c524946e29e00b6608 (diff)
downloadgcc-ab33bd5ceb055d40a2f84faa603f0367a0e0f13b.zip
gcc-ab33bd5ceb055d40a2f84faa603f0367a0e0f13b.tar.gz
gcc-ab33bd5ceb055d40a2f84faa603f0367a0e0f13b.tar.bz2
Revert revision 161876.
2010-07-07 H.J. Lu <hongjiu.lu@intel.com> PR target/44850 * config/i386/i386.c (ix86_function_ms_hook_prologue): Revert revision 161876. (ix86_expand_prologue): Likewise. (ix86_handle_fndecl_attribute): Likewise. (ix86_asm_declare_function_name): Likewise. * config/i386/i386.h (ASM_DECLARE_FUNCTION_NAME): Likewise. * config/i386/cygming.h (ASM_DECLARE_FUNCTION_NAME): Likewise. (SUBTARGET_ASM_DECLARE_FUNCTION_NAME): Likewise. * config/i386/i386-protos.h (ix86_asm_declare_function_name): Likewise. * doc/extend.texi: Likewise. From-SVN: r161911
Diffstat (limited to 'gcc/doc/extend.texi')
-rw-r--r--gcc/doc/extend.texi8
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi
index b9b4a44..967be91 100644
--- a/gcc/doc/extend.texi
+++ b/gcc/doc/extend.texi
@@ -2736,10 +2736,10 @@ the @option{-maccumulate-outgoing-args} option.
@item ms_hook_prologue
@cindex @code{ms_hook_prologue} attribute
-On 32 bit i[34567]86-*-* targets and 64 bit x86_64-*-* targets, you can use
-this function attribute to make gcc generate the "hot-patching" function
-prologue used in Win32 API functions in Microsoft Windows XP Service Pack 2
-and newer.
+On 32 bit i[34567]86-*-* targets, you can use this function attribute to make
+gcc generate the "hot-patching" function prologue used in Win32 API
+functions in Microsoft Windows XP Service Pack 2 and newer. This requires
+support for the swap suffix in the assembler. (GNU Binutils 2.19.51 or later)
@item naked
@cindex function without a prologue/epilogue code