mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-05 12:50:05 +00:00
c069bb98d2
2000-03-20 Richard Henderson <rth@cygnus.com> * sysdeps/unix/sysv/linux/alpha/Makefile (sysdep_routines): Kill sethae. * sysdeps/unix/sysv/linux/alpha/Versions: Add pciconfig_iobase. * sysdeps/unix/sysv/linux/alpha/ioperm.c (all address constants): Use physical addresses not KSEG addresses. (io_system): Add PYXIS. (io): Remove hae.reg, sys, hae_shift. (stb_mb, stw_mb, stl_mb, __sethae): New. (inline_outb, inline_outw, inline_outl): Don't set hae. (inline_inb, inline_inw, inline_inl): Likewise. (dense_sethae): New null function. (struct cpuinfo_data): New. (process_cpuinfo): Use local and stack variables, not static. Move readlink check here from init_iosys. (init_iosys): Use __pciconfig_iobase first. Know SX and LX as PYXIS. (_iopl): Simplify. (_hae_shift): Calculate it here. * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove sethae, add pciconfig_iobase.
53 lines
795 B
Plaintext
53 lines
795 B
Plaintext
libc {
|
|
GLIBC_2.0 {
|
|
# Unfortunately in wider use.
|
|
_inb; _inw; _inl; _outb; _outw; _outl; _bus_base; _bus_base_sparse;
|
|
_hae_shift;
|
|
|
|
# b*
|
|
bus_base; bus_base_sparse;
|
|
|
|
# h*
|
|
hae_shift;
|
|
|
|
# i*
|
|
inb; inl; inw; ioperm; iopl;
|
|
|
|
# o*
|
|
outb; outl; outw;
|
|
|
|
# p*
|
|
pciconfig_read; pciconfig_write; sethae;
|
|
}
|
|
GLIBC_2.1 {
|
|
# Linux/Alpha 64-bit timeval functions.
|
|
__select; select;
|
|
adjtime; adjtimex; __adjtimex;
|
|
__gettimeofday;
|
|
|
|
# glob interface change
|
|
glob; globfree;
|
|
|
|
# limit type change
|
|
getrusage;
|
|
|
|
# time type change
|
|
gettimeofday;
|
|
|
|
# i*
|
|
ieee_get_fp_control; ieee_set_fp_control;
|
|
|
|
# s*
|
|
setitimer; settimeofday;
|
|
|
|
# u*
|
|
utimes;
|
|
|
|
# w*
|
|
wait4;
|
|
}
|
|
GLIBC_2.1.3 {
|
|
pciconfig_iobase;
|
|
}
|
|
}
|