mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-21 01:12:32 +08:00
Remove duplicated entry for .pad in c-arm.texi
* doc/c-arm.texi (ARM Directives): Remove duplicate .pad entry.
This commit is contained in:
parent
6c09fb0ba1
commit
ea4cff4f1f
@ -1,3 +1,7 @@
|
||||
2013-12-20 Tristan Gingold <gingold@adacore.com>
|
||||
|
||||
* doc/c-arm.texi (ARM Directives): Remove duplicate .pad entry.
|
||||
|
||||
2013-12-18 Yufeng Zhang <yufeng.zhang@arm.com>
|
||||
|
||||
* config/tc-aarch64.c (md_assemble): Defer the feature checking until
|
||||
|
@ -564,13 +564,6 @@ incrementally to the architecture being compiled for.
|
||||
@item .arm
|
||||
This performs the same action as @var{.code 32}.
|
||||
|
||||
@anchor{arm_pad}
|
||||
@cindex @code{.pad} directive, ARM
|
||||
@item .pad #@var{count}
|
||||
Generate unwinder annotations for a stack adjustment of @var{count} bytes.
|
||||
A positive value indicates the function prologue allocated stack space by
|
||||
decrementing the stack pointer.
|
||||
|
||||
@c BBBBBBBBBBBBBBBBBBBBBBBBBB
|
||||
|
||||
@cindex @code{.bss} directive, ARM
|
||||
@ -770,6 +763,7 @@ This directive writes 12-byte packed floating-point values to the
|
||||
output section. These are not compatible with current ARM processors
|
||||
or ABIs.
|
||||
|
||||
@anchor{arm_pad}
|
||||
@cindex @code{.pad} directive, ARM
|
||||
@item .pad #@var{count}
|
||||
Generate unwinder annotations for a stack adjustment of @var{count} bytes.
|
||||
|
Loading…
Reference in New Issue
Block a user