diff options
author | Jan Beulich <jbeulich@suse.com> | 2024-01-05 08:04:18 +0100 |
---|---|---|
committer | Jan Beulich <jbeulich@suse.com> | 2024-01-05 08:04:18 +0100 |
commit | c621dd904ff6378bb1e97911b5b526bf0a80e345 (patch) | |
tree | f80672a5afd2af55a6f2a6fcddb79953e3473fdf /gas/doc/c-arm.texi | |
parent | 941d02eaae0557c80c9e4130478e584a8b284494 (diff) | |
download | fsf-binutils-gdb-c621dd904ff6378bb1e97911b5b526bf0a80e345.zip fsf-binutils-gdb-c621dd904ff6378bb1e97911b5b526bf0a80e345.tar.gz fsf-binutils-gdb-c621dd904ff6378bb1e97911b5b526bf0a80e345.tar.bz2 |
Arm: drop .bss override
The comment looks bogus (perhaps simply stale), and there are also no
other precautions against subsections being used on ELF with .bss. It
also doesn't look to be a good idea to override the custom handlers that
ELF and COFF have (afaict doing so further broke .previous on ELF).
Diffstat (limited to 'gas/doc/c-arm.texi')
-rw-r--r-- | gas/doc/c-arm.texi | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gas/doc/c-arm.texi b/gas/doc/c-arm.texi index de712ed..5a951a8 100644 --- a/gas/doc/c-arm.texi +++ b/gas/doc/c-arm.texi @@ -892,11 +892,6 @@ incrementally to the architecture being compiled for. This performs the same action as @var{.code 32}. @c BBBBBBBBBBBBBBBBBBBBBBBBBB - -@cindex @code{.bss} directive, ARM -@item .bss -This directive switches to the @code{.bss} section. - @c CCCCCCCCCCCCCCCCCCCCCCCCCC @cindex @code{.cantunwind} directive, ARM |