This is the mail archive of the newlib@sourceware.org mailing list for the newlib 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: [PATCH] In _IEEE_LIBM mode, use weak symbols instead of wrapper funcs [v3]


Craig Howland <howland@LGSInnovations.com> writes:

> I don't see anything which makes the definition of __strong_reference dependent 
> upon target.  In sys/cdefs.h it is only dependent upon __GNUC__.

Which makes sense -- there shouldn't be any platform which cannot
support these strong references; they're just a duplicate symbol
with the same value and properties. However, it does depend on __GNUC__,
and one can imagine someone using a compiler other than gcc?

-- 
-keith

Attachment: signature.asc
Description: PGP signature


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