https://sourceware.org/bugzilla/show_bug.cgi?id=3136
--- Comment #2 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Nick Clifton <ni...@sourceware.org>: https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=476654beaead1ac1b4322c01722ace865e4adee4 commit 476654beaead1ac1b4322c01722ace865e4adee4 Author: Nick Clifton <ni...@redhat.com> Date: Fri May 7 17:07:41 2021 +0100 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. -- You are receiving this mail because: You are on the CC list for the bug.