This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC 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]

Re: Alias attribute vs targets


Paolo Carlini wrote:
the manual says: "Not all target machines support this attribute".

All ELF targets will have it. All targets using GNU as as the system assembler will have it. All others are suspect. Just doing a quick grep, notable exceptions to this rule are cygwin and AIX.


I see the doc uses weak alias as an example of how to use the alias attribute. Weak alias in an entirely different matter. Targets which have alias support do not necessarily have weak alias support. But you can assume that ELF targets will have it.
--
Jim Wilson, GNU Tools Support, http://www.SpecifixInc.com



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