diff options
author | Jan Beulich <jbeulich@suse.com> | 2024-01-05 08:04:42 +0100 |
---|---|---|
committer | Jan Beulich <jbeulich@suse.com> | 2024-01-05 08:04:42 +0100 |
commit | 3e73bcf724ab685b3d4cca1da356791514163990 (patch) | |
tree | 47beec506bd4884eef41e91484cb10fbd4f6a33a /gas/doc | |
parent | c621dd904ff6378bb1e97911b5b526bf0a80e345 (diff) | |
download | gdb-3e73bcf724ab685b3d4cca1da356791514163990.zip gdb-3e73bcf724ab685b3d4cca1da356791514163990.tar.gz gdb-3e73bcf724ab685b3d4cca1da356791514163990.tar.bz2 |
Arm64: drop .bss override
The comment looks bogus (perhaps simply stale, perhaps wrongly copied
from Arm in the first place), 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).
As to the mapping state update - such also doesn't appear to be done
for other section switching, so its original purpose was at best
questionable as well.
Diffstat (limited to 'gas/doc')
-rw-r--r-- | gas/doc/c-aarch64.texi | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gas/doc/c-aarch64.texi b/gas/doc/c-aarch64.texi index ef0f0bc..97233b5 100644 --- a/gas/doc/c-aarch64.texi +++ b/gas/doc/c-aarch64.texi @@ -394,11 +394,6 @@ extensions by the @option{-mcpu} command-line option. incrementally to the architecture being compiled for. @c BBBBBBBBBBBBBBBBBBBBBBBBBB - -@cindex @code{.bss} directive, AArch64 -@item .bss -This directive switches to the @code{.bss} section. - @c CCCCCCCCCCCCCCCCCCCCCCCCCC @cindex @code{.cpu} directive, AArch64 |