https://gcc.gnu.org/bugzilla/show_bug.cgi?id=39456
etienne_lorrain at yahoo dot fr changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39456
--- Comment #4 from etienne_lorrain at yahoo dot fr 2012-01-03 09:53:59 UTC ---
Thanks for looking at my reports and happy new year!
I think the problem I had was the quoting and string concat, you need:
void fct2 (void) __attribute__((__section__
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39456
--- Comment #3 from Andrew Pinski 2012-01-02
04:25:03 UTC ---
What about doing something like:
#define function_def(base_section, funname, RET, ARGS)
__attribute__((__section__(base_section ##funname))) RET funname ARGS
#define basesect "sect1_"
--- Comment #2 from pinskia at gcc dot gnu dot org 2009-05-12 14:51 ---
*** Bug 40113 has been marked as a duplicate of this bug. ***
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
---