bug-glibc
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Bugs in /usr/include/sys/io.h


From: Brad Chapman
Subject: Bugs in /usr/include/sys/io.h
Date: Sat, 29 Sep 2001 06:19:06 -0700 (PDT)

Everyone,

        When I attempt to compile xosview 1.7.1 on glibc 2.1.3 using
gcc 2.95.3 in C++ mode (called using the name "c++"), it fails on
/usr/include/sys/io.h, in the __asm__ __volatile__ sections, where the 
C++ scope operator is used inside the parentheses:

__asm__ __volatile__ ("outw %w0,%w1"::"a" (value), "Nd" (port));
                                    ^^
                                    ||  C++ scope operator

        How do I fix it? I'm planning to upgrade to glibc 2.2.4 soon,
but nonetheless I would like to know how to repair this problem.

Brad

=====
Brad Chapman

Permanent e-mails: address@hidden
                   address@hidden
Alternate e-mails: address@hidden
                   address@hidden

__________________________________________________
Do You Yahoo!?
Listen to your Yahoo! Mail messages from any phone.
http://phone.yahoo.com



reply via email to

[Prev in Thread] Current Thread [Next in Thread]