aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2021-05-07 17:07:41 +0100
committerNick Clifton <nickc@redhat.com>2021-05-07 17:08:48 +0100
commit476654beaead1ac1b4322c01722ace865e4adee4 (patch)
tree0cff4b8486bf8727bef5c7a135d0d169ba2cce45 /gas/ChangeLog
parent8a82de5884386be4c10f16eb55a94993ac6ea858 (diff)
downloadgdb-476654beaead1ac1b4322c01722ace865e4adee4.zip
gdb-476654beaead1ac1b4322c01722ace865e4adee4.tar.gz
gdb-476654beaead1ac1b4322c01722ace865e4adee4.tar.bz2
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.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r--gas/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index b5c358d..aa3f613 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,19 @@
+2021-05-07 Nick Clifton <nickc@redhat.com>
+
+ 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.
+
2021-05-07 Clément Chigot <clement.chigot@atos.net>
* config/obj-coff.c (coff_frob_symbol): Don't skip C_DWARF.