diff options
author | Tristan Gingold <gingold@adacore.com> | 2013-12-20 12:38:14 +0100 |
---|---|---|
committer | Tristan Gingold <gingold@adacore.com> | 2013-12-20 12:38:14 +0100 |
commit | ea4cff4f1fe213ebf9e43cb30b88937dc7450da6 (patch) | |
tree | fda7d1b1af1d09c42478fdc586ba497ed2dc57b7 | |
parent | 6c09fb0ba1f48543909dea5a988cf8f951699d10 (diff) | |
download | gdb-ea4cff4f1fe213ebf9e43cb30b88937dc7450da6.zip gdb-ea4cff4f1fe213ebf9e43cb30b88937dc7450da6.tar.gz gdb-ea4cff4f1fe213ebf9e43cb30b88937dc7450da6.tar.bz2 |
Remove duplicated entry for .pad in c-arm.texi
* doc/c-arm.texi (ARM Directives): Remove duplicate .pad entry.
-rw-r--r-- | gas/ChangeLog | 4 | ||||
-rw-r--r-- | gas/doc/c-arm.texi | 8 |
2 files changed, 5 insertions, 7 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 8282ec0..8295850 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -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 diff --git a/gas/doc/c-arm.texi b/gas/doc/c-arm.texi index b4b2d95..df7313d 100644 --- a/gas/doc/c-arm.texi +++ b/gas/doc/c-arm.texi @@ -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. |