* config/obj-elf.c (obj_elf_section_type): Handle init_array,
[deliverable/binutils-gdb.git] / gas / doc / as.texinfo
index 89868c290f16e78673afa405cf68a62d557d9471..23de55fefa929a934fec6928a89763ee21fe3d4d 100644 (file)
@@ -5291,8 +5291,16 @@ section contains data
 section does not contain data (i.e., section only occupies space)
 @item @@note
 section contains data which is used by things other than the program
+@item @@init_array
+section contains an array of pointers to init functions
+@item @@fini_array
+section contains an array of pointers to finish functions
+@item @@preinit_array
+section contains an array of pointers to pre-init functions
 @end table
 
+Many targets only support the first three section types.
+
 Note on targets where the @code{@@} character is the start of a comment (eg
 ARM) then another character is used instead.  For example the ARM port uses the
 @code{%} character.
This page took 0.023967 seconds and 4 git commands to generate.