------- Additional Comments From hjl at lucon dot org 2007-10-26 13:01 -------
For ELF, you can specify flags, type and others with
.section NAME [, "FLAGS"[, @TYPE[,FLAG_SPECIFIC_ARGUMENTS]]]
.subsection also should support them. The previous assembler did. The
previous manual had
----
7.81 `.pushsection NAME , SUBSECTION'
=====================================
This is one of the ELF section stack manipulation directives. The
others are `.section' (*note Section::), `.subsection' (*note
SubSection::), `.popsection' (*note PopSection::), and `.previous'
(*note Previous::).
This directive pushes the current section (and subsection) onto the
top of the section stack, and then replaces the current section and
subsection with `name' and `subsection'.
----
I believe it should be
.pushsection NAME [, SUBSECTION[, "FLAGS"[, @TYPE[,FLAG_SPECIFIC_ARGUMENTS]]]]
--
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|INVALID |
http://sourceware.org/bugzilla/show_bug.cgi?id=5221
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
_______________________________________________
bug-binutils mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-binutils