[Bug ada/14115] 'pragma Linker_Section' stop working with gcc-3.2.1 or earlier
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Wed Feb 11 20:52:00 GMT 2004
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-02-11 20:52 -------
This has to be an Ada bug as the coresponding C code works:
void
boot (void) __attribute__ ((section (".my_section")));
void
boot (void)
{
puts ("Boot\n");
}
int main(void)
{
puts ("Test\n");
}
This is also a dup of bug 10670.
*** This bug has been marked as a duplicate of 10670 ***
--
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
GCC host triplet|i686-pc-linux |
GCC target triplet| |i686-pc-linux
Resolution| |DUPLICATE
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14115
More information about the Gcc-bugs
mailing list