Adding support for section names withspecial characters in them (e.g. "/") .
GCC successfully compiles such section names.
This also fixes PR24520.
Details
Details
Diff Detail
Diff Detail
Differential D15678
[ELF][gcc compatibility]: support section names with special characters (e.g. "/") myatsina on Dec 20 2015, 8:15 AM. Authored by
Details Adding support for section names withspecial characters in them (e.g. "/") .
Diff Detail |
GNU as's behavior seems to be the following: the section name is either exactly one quoted string OR it is anything other than a newline,tab,comma or semicolon.