diff options
author | hjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-07-07 13:36:31 +0000 |
---|---|---|
committer | hjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-07-07 13:36:31 +0000 |
commit | c06d00c8ca11ca107242c0107cb45e2dfc01a31c (patch) | |
tree | 68f0cd7a4c8448fe1b2bdf11e3700569bbde8898 /gcc/doc | |
parent | 1d80f4016018789384b570fd4acf077f58c4abdc (diff) | |
download | gcc-c06d00c8ca11ca107242c0107cb45e2dfc01a31c.tar.gz |
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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@161911 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/doc')
-rw-r--r-- | gcc/doc/extend.texi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi index b9b4a44fd39..967be9176ef 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 |