[Bug libc/20351] New: Remove unconditional __ASSUME_XXX
hjl.tools at gmail dot com
sourceware-bugzilla@sourceware.org
Tue Jul 12 00:29:00 GMT 2016
https://sourceware.org/bugzilla/show_bug.cgi?id=20351
Bug ID: 20351
Summary: Remove unconditional __ASSUME_XXX
Product: glibc
Version: 2.25
Status: NEW
Severity: normal
Priority: P2
Component: libc
Assignee: unassigned at sourceware dot org
Reporter: hjl.tools at gmail dot com
CC: drepper.fsp at gmail dot com
Target Milestone: ---
If __ASSUME_XXX is defined unconditionally to implement a syscall, we can
remove __ASSUME_XXX. If we don't split one argument into 2 to pass it
to kernel, we can use syscall-template.S instead of inline asm statement.
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the Glibc-bugs
mailing list