This is the mail archive of the ecos-bugs@sourceware.org mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug 1001504] Fix CYG_REFERENCE_OBJECT macro, addCYGBLD_ATTRIB_UNUSED macro


Please do not reply to this email. Use the web interface provided at:
http://bugs.ecos.sourceware.org/show_bug.cgi?id=1001504

--- Comment #3 from Grant Edwards <grant.b.edwards@gmail.com> 2012-03-03 18:06:47 GMT ---
Where the CYG_REFERENCE_OBJECT() macro was being used, I was getting a compiler
warning about the "used" attribute being ignore.  Somewhere in the gcc docs, I
found two tables of attributes -- one table for functions and one for
variables.
The "used" attribute was in the function table but not the variable table. 
I'll
try to find those tables again.

-- 
Configure bugmail: http://bugs.ecos.sourceware.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]