1998-07-02 22:33:35 +00:00
|
|
|
libc {
|
2002-08-28 23:55:01 +00:00
|
|
|
# The comment lines with "#errlist-compat" are magic; see
|
|
|
|
# sysdeps/gnu/errlist-compat.awk.
|
|
|
|
# When you get an error from errlist-compat.awk, you need to add a new
|
|
|
|
# version here. Don't do this blindly, since this means changing the ABI
|
|
|
|
# for all GNU/Linux configurations.
|
|
|
|
|
1998-07-02 22:33:35 +00:00
|
|
|
GLIBC_2.0 {
|
2002-08-28 23:55:01 +00:00
|
|
|
#errlist-compat 131
|
|
|
|
_sys_errlist; sys_errlist; _sys_nerr; sys_nerr;
|
|
|
|
|
1998-07-02 22:33:35 +00:00
|
|
|
# Unfortunately in wider use.
|
|
|
|
_inb; _inw; _inl; _outb; _outw; _outl; _bus_base; _bus_base_sparse;
|
|
|
|
_hae_shift;
|
|
|
|
|
2000-06-15 06:59:07 +00:00
|
|
|
# Exception handling support functions from libgcc
|
|
|
|
__register_frame; __register_frame_table; __deregister_frame;
|
2001-11-16 01:22:33 +00:00
|
|
|
__frame_state_for; __register_frame_info_table;
|
2000-06-15 06:59:07 +00:00
|
|
|
|
1998-07-02 22:33:35 +00:00
|
|
|
# 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 {
|
2002-08-28 23:55:01 +00:00
|
|
|
#errlist-compat 131
|
|
|
|
_sys_errlist; sys_errlist; _sys_nerr; sys_nerr;
|
|
|
|
|
1998-07-02 22:33:35 +00:00
|
|
|
# Linux/Alpha 64-bit timeval functions.
|
|
|
|
__select; select;
|
|
|
|
adjtime; adjtimex; __adjtimex;
|
|
|
|
__gettimeofday;
|
|
|
|
|
|
|
|
# glob interface change
|
|
|
|
glob; globfree;
|
|
|
|
|
|
|
|
# limit type change
|
|
|
|
getrusage;
|
|
|
|
|
|
|
|
# time type change
|
2000-11-10 05:06:34 +00:00
|
|
|
gettimeofday; getitimer;
|
1998-07-02 22:33:35 +00:00
|
|
|
|
|
|
|
# i*
|
|
|
|
ieee_get_fp_control; ieee_set_fp_control;
|
|
|
|
|
|
|
|
# s*
|
|
|
|
setitimer; settimeofday;
|
|
|
|
|
|
|
|
# u*
|
|
|
|
utimes;
|
|
|
|
|
|
|
|
# w*
|
|
|
|
wait4;
|
|
|
|
}
|
2000-03-20 22:08:26 +00:00
|
|
|
GLIBC_2.1.4 {
|
* 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.
2000-03-20 20:23:05 +00:00
|
|
|
pciconfig_iobase;
|
|
|
|
}
|
2001-01-26 02:16:41 +00:00
|
|
|
GLIBC_2.2.2 {
|
|
|
|
# w*
|
|
|
|
wordexp;
|
|
|
|
}
|
2002-08-28 23:55:01 +00:00
|
|
|
GLIBC_2.3 {
|
|
|
|
#errlist-compat 132
|
|
|
|
_sys_errlist; sys_errlist; _sys_nerr; sys_nerr;
|
|
|
|
}
|
2005-12-27 15:21:33 +00:00
|
|
|
GLIBC_2.4 {
|
|
|
|
#errlist-compat 138
|
|
|
|
_sys_errlist; sys_errlist; _sys_nerr; sys_nerr;
|
|
|
|
}
|
2010-03-26 18:21:47 +00:00
|
|
|
GLIBC_2.12 {
|
|
|
|
#errlist-compat 139
|
|
|
|
_sys_errlist; sys_errlist; _sys_nerr; sys_nerr;
|
|
|
|
}
|
2012-02-19 17:20:39 +00:00
|
|
|
GLIBC_2.16 {
|
|
|
|
#errlist-compat 140
|
|
|
|
_sys_errlist; sys_errlist; _sys_nerr; sys_nerr;
|
|
|
|
}
|
Alpha: Fix the RLIM_INFINITY and RLIM64_INFINITY constants
Fix the RLIM_INFINITY and RLIM64_INFINITY constants on alpha to match
the kernel one and all other architectures. Change the getrlimit,
getrlimit64, setrlimit, setrlimit64 into old compat symbols, and provide
the Linux generic functions as GLIBC_2_27 version.
Changelog:
* sysdeps/unix/sysv/linux/getrlimit64.c [USE_VERSIONED_RLIMIT]: Do not
define getrlimit and getrlimit64 as weak aliases of __getrlimit64.
Define __GI_getrlimit64 as weak alias of __getrlimit64.
[__RLIM_T_MATCHES_RLIM64_T]: Do not redefine SHLIB_COMPAT, use #elif
instead.
* sysdeps/unix/sysv/linux/setrlimit64.c [USE_VERSIONED_RLIMIT]: Do not
define setrlimit and setrlimit64 as weak aliases of __setrlimit64.
* sysdeps/unix/sysv/linux/alpha/bits/resource.h (RLIM_INFINITY,
RLIM64_INFINITY): Fix values to match the kernel ones.
* sysdeps/unix/sysv/linux/alpha/getrlimit64.c: Define
USE_VERSIONED_RLIMIT. Rename __getrlimit64 into __old_getrlimit64 and
provide it as getrlimit@@GLIBC_2_0 and getrlimit64@@GLIBC_2_1. Add a
__getrlimit64 function and provide it as getrlimit@@GLIBC_2_27 and
getrlimit64@@GLIBC_2_27.
* sysdeps/unix/sysv/linux/alpha/setrlimit64.c: Ditto with setrlimit
and setrlimit64.
* sysdeps/unix/sysv/linux/alpha/libc.abilist (GLIBC_2.27): Add
getrlimit, setrlimit, getrlimit64 and setrlimit64.
* sysdeps/unix/sysv/linux/alpha/Versions (libc): Add getrlimit,
setrlimit, getrlimit64 and setrlimit64.
2018-01-05 19:34:10 +00:00
|
|
|
GLIBC_2.27 {
|
|
|
|
getrlimit; setrlimit; getrlimit64; setrlimit64;
|
|
|
|
}
|
2004-05-07 01:57:35 +00:00
|
|
|
GLIBC_PRIVATE {
|
|
|
|
__libc_alpha_cache_shape;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
ld {
|
|
|
|
GLIBC_PRIVATE {
|
|
|
|
__libc_alpha_cache_shape;
|
|
|
|
}
|
2002-08-28 23:55:01 +00:00
|
|
|
}
|
2014-05-22 15:51:13 +00:00
|
|
|
libpthread {
|
|
|
|
GLIBC_2.3.3 {
|
|
|
|
# Changed PTHREAD_STACK_MIN.
|
|
|
|
pthread_attr_setstack; pthread_attr_setstacksize;
|
|
|
|
}
|
|
|
|
}
|
2002-08-28 23:55:01 +00:00
|
|
|
librt {
|
|
|
|
GLIBC_2.3 {
|
|
|
|
# AIO functions.
|
|
|
|
aio_cancel; aio_cancel64;
|
|
|
|
}
|
2014-05-22 15:51:13 +00:00
|
|
|
GLIBC_2.3.3 {
|
|
|
|
# Changed timer_t.
|
|
|
|
timer_create; timer_delete; timer_getoverrun; timer_gettime;
|
|
|
|
timer_settime;
|
|
|
|
}
|
1998-07-02 22:33:35 +00:00
|
|
|
}
|