This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc 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 libc/20261] tilegx32 preadv()/pwritev() does not work


https://sourceware.org/bugzilla/show_bug.cgi?id=20261

Adhemerval Zanella <adhemerval.zanella at linaro dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
                 CC|                            |adhemerval.zanella at linaro dot o
                   |                            |rg
         Resolution|---                         |FIXED
           Assignee|unassigned at sourceware dot org   |adhemerval.zanella at linaro dot o
                   |                            |rg
   Target Milestone|---                         |2.25

--- Comment #3 from Adhemerval Zanella <adhemerval.zanella at linaro dot org> ---
Chris, I am seeing now after my preadv/pwritev consolidation that x32 is
passing the argument on which I assume is the expected kernel ABI:

"R00" (fd), "R01" (vector), "R02" (count), "R03" ((long) (offset)), "R04"
((long) (((uint64_t) (offset)) >> 32))

There is no _ALIGNMENT_ARG extra offset in it.  I will close this bug, please
reopen if the issue still happens on tilegx32.

-- 
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]