bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug gas/5221] .pushsection is broken


From: hjl at lucon dot org
Subject: [Bug gas/5221] .pushsection is broken
Date: 26 Oct 2007 13:01:24 -0000

------- 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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]