This is the mail archive of the libc-alpha@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]

libc.a & x86


hi all,

does libc.a exclusively uses the traditional 'int $0x80' method
to make a system call or is it using sysenter too ?

when I check the static objects compiled when building glibc,
I see that ENTER_KERNEL is sometimes translated to 'int 0x80'
and sometimes to 'call *0x0' which i think is 'call *_dl_sysinfo'.

thank you
metuki


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