diff options
author | Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org> | 2015-12-15 16:29:49 +0000 |
---|---|---|
committer | Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org> | 2015-12-15 16:29:49 +0000 |
commit | 3098633485b4a511d1b67acd0c6c18f99b3eb24c (patch) | |
tree | 86d62bf25ec8fa52d15d7ff94b2f1bdc24020ddd /gcc/doc/tm.texi | |
parent | 780656bd4edcc37fef1a2cf060c7870ce0938689 (diff) | |
download | gcc-linaro/prolog-pad.tar.gz |
Support for -fprolog-pad=Nlinaro/prolog-pad
Diffstat (limited to 'gcc/doc/tm.texi')
-rw-r--r-- | gcc/doc/tm.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/doc/tm.texi b/gcc/doc/tm.texi index 1ce7181c3d4..9d10b1083c2 100644 --- a/gcc/doc/tm.texi +++ b/gcc/doc/tm.texi @@ -4553,6 +4553,10 @@ will select the smallest suitable mode. This section describes the macros that output function entry (@dfn{prologue}) and exit (@dfn{epilogue}) code. +@deftypefn {Target Hook} void TARGET_ASM_PRINT_PROLOG_PAD (FILE *@var{file}, unsigned HOST_WIDE_INT @var{pad_size}, bool @var{record_p}) +Generate prologue pad +@end deftypefn + @deftypefn {Target Hook} void TARGET_ASM_FUNCTION_PROLOGUE (FILE *@var{file}, HOST_WIDE_INT @var{size}) If defined, a function that outputs the assembler code for entry to a function. The prologue is responsible for setting up the stack frame, |