]> Git Repo - binutils.git/commit
Add a generic .bss directive for ELF based targets.
authorNick Clifton <[email protected]>
Fri, 7 May 2021 16:07:41 +0000 (17:07 +0100)
committerNick Clifton <[email protected]>
Fri, 7 May 2021 16:08:48 +0000 (17:08 +0100)
commit476654beaead1ac1b4322c01722ace865e4adee4
tree0cff4b8486bf8727bef5c7a135d0d169ba2cce45
parent8a82de5884386be4c10f16eb55a94993ac6ea858
Add a generic .bss directive for ELF based targets.

PR 3136
* config/obj-elf.c (elf_pseudo_table): Add entry for .bss.
(obj_elf_bss): New function.  Change to the .bss section.
Support an optional subsection number.
(obj_elf_change_section): Call obj_elf_section_change_hook.
(obj_elf_section): Likewise.
(obj_elf_data): Likewise.
(obj_elf_text): Likewise.
(obj_elf_struct): Likewise.
(obj_elf_subsection): Likewise.
(obj_elf_previous): Likewise.
* config/obj-elf.h (obj_elf_bss): Prototype.
* doc/as.texi (Bss): New node.
gas/ChangeLog
gas/config/obj-elf.c
gas/config/obj-elf.h
gas/doc/as.texi
This page took 0.027426 seconds and 4 git commands to generate.