This is the mail archive of the gcc-patches@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: libstdc++-v3 vs hpux vs LONG_LONG


On Fri, Dec 21, 2001 at 06:10:41PM -0700, law@redhat.com wrote:
>   >   extern "C" long long strtoll (const char *, char **, int)
>   >      __asm("__strtoll");
> I'll try it.  However, I must confess I don't understand what that
> code fragment does.

Defines a FUNCTION_DECL named strtoll with a DECL_ASSEMBLER_NAME
of __strtoll.  I.e. renames the function at the source code level.



r~


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